COLOR #0C0018

HEX: #0C0018
RGB: (12,0,24)

Color info

#0C0018 contains only red and blue colors. Web safe color of #0C0018 is #000000 (or #000).

RGB color model

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

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

RGB channels and saturation

R 12 of 255 = 5%
G 0 of 255 = 0%
B 24 of 255 = 9%

12
0
24

R + G + B ~ 5%. #0C0018 is dark color.

Portions of RGB colors in percentages

R + G + B =
12 + 0 + 24 = 36 (100%)
R 12 of 36 ~ 33.33%
G 0 of 36 ~ 0%
B 24 of 36 ~ 66.67%

%33.33
%66.67

CMYK color model

#0C0018 color CMYK value is (50,100,0,91).

  • cyan value is 50.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 90.59%
CMYK:
(50,100,0,91)
C50M100Y0K91 
(50%,100%,0%,91%)
(0.50/1.00/0.00/0.91)	

CMYK percentages

%50
%100
%0
%90.59

Codes

Color #0C0018 in popluar color models

0C0018
RGB12024
HSL270°100.00%4.71%
HSB/HSV270°100.00%9.41%
CMYK50.00%100.00%0.00%
90.59%

Color #0C0018 in popluar number systems.

HEX0C0018
Decimal12024
Binary1100011000
Octal14030

Shades and tints

Shades of #0C0018

#0C0018
(12,0,24)
#0B0016
(11,0,22)
#0A0014
(10,0,20)
#090012
(9,0,18)
#080010
(8,0,16)
#07000E
(7,0,14)
#06000C
(6,0,12)
#05000A
(5,0,10)
#040008
(4,0,8)
#030006
(3,0,6)
#020004
(2,0,4)
#000000
(0,0,0)

Tints of #0C0018

#0C0018
(12,0,24)
#22172D
(34,23,45)
#382E42
(56,46,66)
#4E4557
(78,69,87)
#645C6C
(100,92,108)
#7A7381
(122,115,129)
#908A96
(144,138,150)
#A6A1AB
(166,161,171)
#BCB8C0
(188,184,192)
#D2CFD5
(210,207,213)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0C0018; }

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

This text font color is #0C0018.


Background Color

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

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

This div background color is #0C0018.


Border color

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

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

This div border color is #0C0018.


Opacity

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

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

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

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

This text has shadow with #0C0018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0C0018 on black background.


Color preview on white background

This text has color #0C0018 on white background.



Black color preview on #0C0018 background

This text has black color on #0C0018 background.


White color preview on #0C0018 background

This text has white color on #0C0018 background.