#0c3c9e

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

Shades of Egyptian Blue #0C3C9E

Tints of Egyptian Blue #0C3C9E

Color information

#0C3C9E (or 0x0C3C9E) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 3C and 9E. RGB value is (12,60,158). Sum of RGB (Red+Green+Blue) = 12+60+158=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C3C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3C9E is #F3C361. Grayscale: #383838. Windows color (decimal): -15975266 or 10370060. OLE color: 10370060.

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

Color convert

RGB1260158-
CMYK0.920.6200.38
HSL220.27º85.88%33.33%-
HSV(B)220.27º92.41%61.96%-
XYZ7.945.7833.04-
YUV56.82185.196.03-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.22%
GREEN value IS 60 (23.83% from 255) = 26.09%
BLUE value IS 158 (62.11% from 255) = 68.70%
R=5.22%
G=26.09%
B=68.70%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12601580.920.6200.38220.2785.8833.33
HexC3C9E5C3E026dc5621
Octal14742361347604633412641
Binary11001111001001111010111001111100100110110111001010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c3c9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,60,158); }

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

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

 a { background-color: rgb(12,60,158); }

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

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

 span { border-color: rgb(12,60,158); }

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