#0C2D9D

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

Shades of Egyptian Blue #0C2D9D

Tints of Egyptian Blue #0C2D9D

Color information

#0C2D9D (or 0x0C2D9D) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2D and 9D. RGB value is (12,45,157). Sum of RGB (Red+Green+Blue) = 12+45+157=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C2D9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2D9D is #F3D262. Grayscale: #2F2F2F. Windows color (decimal): -15979107 or 10300684. OLE color: 10300684.

HSL color Cylindrical-coordinate representation of color #0C2D9D: hue angle of 226.34º 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 #0C2D9D is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1245157-
CMYK0.920.7100.38
HSL226.34º85.8%33.14%-
HSV(B)226.34º92.36%61.57%-
XYZ7.184.3932.37-
YUV47.9189.57102.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.61%
GREEN value IS 45 (17.97% from 255) = 21.03%
BLUE value IS 157 (61.72% from 255) = 73.36%
R=5.61%
G=21.03%
B=73.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12451570.920.7100.38226.3485.833.14
HexC2D9D5C47026e25621
Octal145523513410704634212641
Binary110010110110011101101110010001110100110111000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,45,157); }

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

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

 a { background-color: rgb(12,45,157); }

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

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

 span { border-color: rgb(12,45,157); }

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