COLOR #0C1836

HEX: #0C1836
RGB: (12,24,54)

Color info

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

RGB color model

#0C1836 color RGB value is (12,24,54).

  • red value is 12;
  • green value is 24;
  • blue value is 54.
RGB:
(12,24,54)
(5%,9%,21%)

RGB channels and saturation

R 12 of 255 = 5%
G 24 of 255 = 9%
B 54 of 255 = 21%

12
24
54

R + G + B ~ 12%. #0C1836 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 24 + 54 = 90 (100%)
R 12 of 90 ~ 13.33%
G 24 of 90 ~ 26.67%
B 54 of 90 ~ 60%

%13.33
%26.67
%60

CMYK color model

#0C1836 color CMYK value is (78,56,0,79).

  • cyan value is 77.78%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(78,56,0,79)
C78M56Y0K79 
(78%,56%,0%,79%)
(0.78/0.56/0.00/0.79)	

CMYK percentages

%77.78
%55.56
%0
%78.82

Codes

Color #0C1836 in popluar color models

0C1836
RGB122454
HSL223°63.64%12.94%
HSB/HSV223°77.78%21.18%
CMYK77.78%55.56%0.00%
78.82%

Color #0C1836 in popluar number systems.

HEX0C1836
Decimal122454
Binary110011000110110
Octal143066

Shades and tints

Shades of #0C1836

#0C1836
(12,24,54)
#0B1632
(11,22,50)
#0A142E
(10,20,46)
#09122A
(9,18,42)
#081026
(8,16,38)
#070E22
(7,14,34)
#060C1E
(6,12,30)
#050A1A
(5,10,26)
#040816
(4,8,22)
#030612
(3,6,18)
#02040E
(2,4,14)
#000000
(0,0,0)

Tints of #0C1836

#0C1836
(12,24,54)
#222D48
(34,45,72)
#38425A
(56,66,90)
#4E576C
(78,87,108)
#646C7E
(100,108,126)
#7A8190
(122,129,144)
#9096A2
(144,150,162)
#A6ABB4
(166,171,180)
#BCC0C6
(188,192,198)
#D2D5D8
(210,213,216)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0C1836 color. Also use rgb(12,24,54) instead hex code.

Text Font Color

.myTextColor { color: #0C1836; }

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

This text font color is #0C1836.


Background Color

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

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

This div background color is #0C1836.


Border color

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

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

This div border color is #0C1836.


Opacity

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

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

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

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

This text has shadow with #0C1836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C1836 on black background.


Color preview on white background

This text has color #0C1836 on white background.



Black color preview on #0C1836 background

This text has black color on #0C1836 background.


White color preview on #0C1836 background

This text has white color on #0C1836 background.