#0C3CA2

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

Shades of Egyptian Blue #0C3CA2

Tints of Egyptian Blue #0C3CA2

Color information

#0C3CA2 (or 0x0C3CA2) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 3C and A2. RGB value is (12,60,162). Sum of RGB (Red+Green+Blue) = 12+60+162=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 162 (63.67% from 255 or 69.23% from 234); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C3CA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3CA2 is #F3C35D. Grayscale: #383838. Windows color (decimal): -15975262 or 10632204. OLE color: 10632204.

HSL color Cylindrical-coordinate representation of color #0C3CA2: hue angle of 220.8º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C3CA2 is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1260162-
CMYK0.930.6300.36
HSL220.8º86.21%34.12%-
HSV(B)220.8º92.59%63.53%-
XYZ8.295.9234.89-
YUV57.28187.195.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.13%
GREEN value IS 60 (23.83% from 255) = 25.64%
BLUE value IS 162 (63.67% from 255) = 69.23%
R=5.13%
G=25.64%
B=69.23%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12601620.930.6300.36220.886.2134.12
HexC3CA25D3F024dd5622
Octal14742421357704433512642
Binary11001111001010001010111011111110100100110111011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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