COLOR #0C235B

HEX: #0C235B RGB: (12,35,91)

Color info

#0C235B contains mainly green and blue colors. Web safe color of #0C235B is #003366 (or #036).

RGB color model

#0C235B color RGB value is (12,35,91).

RGB: (12,35,91) (5%, 14%, 36%)

RGB channels and saturation

R 12 of 255 = 5%
G 35 of 255 = 14%
B 91 of 255 = 36%

12
35
91

R + G + B ~ 18%. #0C235B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 35 + 91 = 138 (100%)
R 12 of 138 ~ 8.7%
G 35 of 138 ~ 25.36%
B 91 of 138 ~ 65.94'%

%25.36
%65.94

CMYK color model

#0C235B color CMYK value is (87,62,0,64).

  • cyan value is 86.81%
  • magenta value is 61.54%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (87,62,0,64) C87M62Y0K64 (87%,62%,0%,64%) (0.87/0.62/0.00/0.64) 

CMYK percentages

%86.81
%61.54
%0
%64.31

Codes

Color #0C235B in popluar color models

0C 23 5B
RGB 12 35 91
HSL 223° 76.70% 20.20%
HSB/HSV 223° 86.81% 35.69%
CMYK 86.81% 61.54% 0.00%
64.31%

Color #0C235B in popluar number systems.

HEX 0C 23 5B
Decimal 12 35 91
Binary 1100 100011 1011011
Octal 14 43 133

Shades and tints

Shades of #0C235B

#0C235B
(12,35,91)
#0B2053
(11,32,83)
#0A1D4B
(10,29,75)
#091A43
(9,26,67)
#08173B
(8,23,59)
#071433
(7,20,51)
#06112B
(6,17,43)
#050E23
(5,14,35)
#040B1B
(4,11,27)
#030813
(3,8,19)
#02050B
(2,5,11)
#000000
(0,0,0)

Tints of #0C235B

#0C235B
(12,35,91)
#223769
(34,55,105)
#384B77
(56,75,119)
#4E5F85
(78,95,133)
#647393
(100,115,147)
#7A87A1
(122,135,161)
#909BAF
(144,155,175)
#A6AFBD
(166,175,189)
#BCC3CB
(188,195,203)
#D2D7D9
(210,215,217)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C235B color. Also use rgb(12,35,91) instead hex code.

Text Font Color

.myTextColor { color: #0C235B; }

<p style="color:#0C235B">This sample text font color is #0C235B.</p>

This text font color is #0C235B.

Background Color

.myBgColor { background-color: #0C235B; }

<div style="background-color:#0C235B">Inner text</div>

This div background color is #0C235B.

Border color

.myBorderColor { border: 1px solid #0C235B; }

<div style="border:3px solid #0C235B">Div</div>

This div border color is #0C235B.

Opacity

.myOpacity80 { color: #0C235B; opacity: 0.8; }

<p style="color:#0C235B;opacity:0.8;">80%</p>

Text with #0C235B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0C235B;}

<p style="text-shadow: 3px 3px 1px #0C235B">Text here.</p>

This text has shadow with #0C235B color.


.textShadow {text-shadow: 3px 3px 1px #0C235B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0C235B, 5px 5px 20px red">Text here.</p>

This text has shadow with #0C235B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0C235B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0C235B, Direction=45, Strength=4)">Text</p>

This text has shadow with #0C235B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0C235B;
-webkit-box-shadow: 1px 1px 3px 2px #0C235B;
box-shadow: 1px 1px 3px 2px #0C235B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0C235B; -webkit-box-shadow: 1px 1px 3px 2px #0C235B; box-shadow:1px 1px 3px 2px #0C235B;">
Div content here
</div>

This div box has shadow with color #0C235B.

Preview

Color preview on black background

This text has color #0C235B on black background.


Color preview on white background

This text has color #0C235B on white background.


Black color preview on #0C235B background

This text has black color on #0C235B background.


White color preview on #0C235B background

This text has white color on #0C235B background.


Related colors

Complementary color

Complementary color for #hex is #F3DCA4.


I love getcolorcode.com

Triadic colors

1 #5B0C23 and #235B0C with #0C235B are triadic colors.

2 #5B230C and #230C5B with #0C235B are triadic colors.