#0C1E9C

Color #0C1E9C Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #0C1E9C

Tints of Egyptian Blue #0C1E9C

Color information

#0C1E9C (or 0x0C1E9C) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 1E and 9C. RGB value is (12,30,156). Sum of RGB (Red+Green+Blue) = 12+30+156=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 156 (61.33% from 255 or 78.79% from 198); Max value from RGB is 156 - color contains mainly: blue. Hex color #0C1E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C1E9C is #F3E163. Grayscale: #262626. Windows color (decimal): -15982948 or 10231308. OLE color: 10231308.

HSL color Cylindrical-coordinate representation of color #0C1E9C: hue angle of 232.5º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C1E9C is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1230156-
CMYK0.920.8100.39
HSL232.5º85.71%32.94%-
HSV(B)232.5º92.31%61.18%-
XYZ6.623.4131.76-
YUV38.98194.04108.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 12 (5.08% from 255) = 6.06%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 156 (61.33% from 255) = 78.79%
R=6.06%
G=15.15%
B=78.79%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12301560.920.8100.39232.585.7132.94
HexC1E9C5C51027e85621
Octal143623413412104735012641
Binary11001111010011100101110010100010100111111010001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C1E9C; }

 p { color: rgb(12,30,156); }

 H1.HeaderClassName
 {
   color: #0C1E9C;
 }
 .AnyTagClassName
 {
   color: #0C1E9C;
 }
</style>
background-color css

<style>
 a { background-color: #0C1E9C; }

 a { background-color: rgb(12,30,156); }

 div.DivClassName
 {
   background-color: #0C1E9C;
 }
 .BgClassName
 {
   background-color: #0C1E9C;
 }
</style>
border-color css

<style>
 span { border-color: #0C1E9C; }

 span { border-color: rgb(12,30,156); }

 td.TdClassName
 {
   border-color: #0C1E9C;
 }
 .TagClassName
 {
   border-color: #0C1E9C;
 }
</style>