#0C2EA2

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

Shades of Egyptian Blue #0C2EA2

Tints of Egyptian Blue #0C2EA2

Color information

#0C2EA2 (or 0x0C2EA2) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2E and A2. RGB value is (12,46,162). Sum of RGB (Red+Green+Blue) = 12+46+162=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 162 (63.67% from 255 or 73.64% from 220); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C2EA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2EA2 is #F3D15D. Grayscale: #303030. Windows color (decimal): -15978846 or 10628620. OLE color: 10628620.

HSL color Cylindrical-coordinate representation of color #0C2EA2: hue angle of 226.4º 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 #0C2EA2 is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1246162-
CMYK0.930.7200.36
HSL226.4º86.21%34.12%-
HSV(B)226.4º92.59%63.53%-
XYZ7.654.6434.67-
YUV49.06191.74101.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.45%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 162 (63.67% from 255) = 73.64%
R=5.45%
G=20.91%
B=73.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12461620.930.7200.36226.486.2134.12
HexC2EA25D48024e25622
Octal145624213511004434212642
Binary110010111010100010101110110010000100100111000101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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