COLOR #0C172B

HEX: #0C172B RGB: (12,23,43)

Color info

#0C172B contains red, green and blue colors in about the same proportion. Web safe color of #0C172B is #000033 (or #003).

RGB color model

#0C172B color RGB value is (12,23,43).

RGB: (12,23,43) (5%, 9%, 17%)

RGB channels and saturation

R 12 of 255 = 5%
G 23 of 255 = 9%
B 43 of 255 = 17%

12
23
43

R + G + B ~ 10%. #0C172B is dark color.

Portions of RGB colors in percentages

R + G + B = 12 + 23 + 43 = 78 (100%)
R 12 of 78 ~ 15.38%
G 23 of 78 ~ 29.49%
B 43 of 78 ~ 55.13'%

%15.38
%29.49
%55.13

CMYK color model

#0C172B color CMYK value is (72,47,0,83).

  • cyan value is 72.09%
  • magenta value is 46.51%
  • yellow value is 0.00%
  • key color value is 83.14%

CMYK: (72,47,0,83)
C72M47Y0K83 (72%, 47%, 0%, 83%)
(0.72 / 0.47 / 0.00 / 0.83)

CMYK percentages

%72.09
%46.51
%0
%83.14

Codes

Color #0C172B in popluar color models

0C 17 2B
RGB 12 23 43
HSL 219° 56.36% 10.78%
HSB/HSV 219° 72.09% 16.86%
CMYK 72.09% 46.51% 0.00%
83.14%

Color #0C172B in popluar number systems.

HEX 0C 17 2B
Decimal 12 23 43
Binary 1100 10111 101011
Octal 14 27 53

Shades and tints

Shades of #0C172B

#0C172B
(12,23,43)
#0B1528
(11,21,40)
#0A1325
(10,19,37)
#091122
(9,17,34)
#080F1F
(8,15,31)
#070D1C
(7,13,28)
#060B19
(6,11,25)
#050916
(5,9,22)
#040713
(4,7,19)
#030510
(3,5,16)
#02030D
(2,3,13)
#000000
(0,0,0)

Tints of #0C172B

#0C172B
(12,23,43)
#222C3E
(34,44,62)
#384151
(56,65,81)
#4E5664
(78,86,100)
#646B77
(100,107,119)
#7A808A
(122,128,138)
#90959D
(144,149,157)
#A6AAB0
(166,170,176)
#BCBFC3
(188,191,195)
#D2D4D6
(210,212,214)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C172B color. Also use rgb(12,23,43) instead hex code.

Text Font Color

.myTextColor { color: #0C172B; }

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

This text font color is #0C172B.

Background Color

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

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

This div background color is #0C172B.

Border color

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

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

This div border color is #0C172B.

Opacity

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

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

Text with #0C172B 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 #0C172B;}

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

This text has shadow with #0C172B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0C172B.

Preview

Color preview on black background

This text has color #0C172B on black background.


Color preview on white background

This text has color #0C172B on white background.


Black color preview on #0C172B background

This text has black color on #0C172B background.


White color preview on #0C172B background

This text has white color on #0C172B background.


Related colors

Complementary color

Complementary color for #hex is #F3E8D4.


I love getcolorcode.com

Triadic colors

1 #2B0C17 and #172B0C with #0C172B are triadic colors.

2 #2B170C and #170C2B with #0C172B are triadic colors.