#0C2797

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

Shades of Egyptian Blue #0C2797

Tints of Egyptian Blue #0C2797

Color information

#0C2797 (or 0x0C2797) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 27 and 97. RGB value is (12,39,151). Sum of RGB (Red+Green+Blue) = 12+39+151=202 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.94% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 151 (59.38% from 255 or 74.75% from 202); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C2797 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2797 is #F3D868. Grayscale: #2B2B2B. Windows color (decimal): -15980649 or 9905932. OLE color: 9905932.

HSL color Cylindrical-coordinate representation of color #0C2797: hue angle of 228.35º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C2797 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1239151-
CMYK0.920.7400.41
HSL228.35º85.28%31.96%-
HSV(B)228.35º92.05%59.22%-
XYZ6.463.7629.66-
YUV43.7188.55105.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.94%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 151 (59.38% from 255) = 74.75%
R=5.94%
G=19.31%
B=74.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal12391510.920.7400.41228.3585.2831.96
HexC27975C4A029e45520
Octal144722713411205134412540
Binary110010011110010111101110010010100101001111001001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C2797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,39,151); }

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

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

 a { background-color: rgb(12,39,151); }

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

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

 span { border-color: rgb(12,39,151); }

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