#0c2c9b

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

Shades of Egyptian Blue #0C2C9B

Tints of Egyptian Blue #0C2C9B

Color information

#0C2C9B (or 0x0C2C9B) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 2C and 9B. RGB value is (12,44,155). Sum of RGB (Red+Green+Blue) = 12+44+155=211 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.69% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #0C2C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2C9B is #F3D364. Grayscale: #2E2E2E. Windows color (decimal): -15979365 or 10169356. OLE color: 10169356.

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

Color convert

RGB1244155-
CMYK0.920.7200.39
HSL226.57º85.63%32.75%-
HSV(B)226.57º92.26%60.78%-
XYZ6.974.2531.46-
YUV47.09188.9102.97-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.69%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 155 (60.94% from 255) = 73.46%
R=5.69%
G=20.85%
B=73.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12441550.920.7200.39226.5785.6332.75
HexC2C9B5C48027e35621
Octal145423313411004734312641
Binary110010110010011011101110010010000100111111000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c2c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,44,155); }

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

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

 a { background-color: rgb(12,44,155); }

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

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

 span { border-color: rgb(12,44,155); }

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