#0C29AB

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

Shades of Egyptian Blue #0C29AB

Tints of Egyptian Blue #0C29AB

Color information

#0C29AB (or 0x0C29AB) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 29 and AB. RGB value is (12,41,171). Sum of RGB (Red+Green+Blue) = 12+41+171=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C29AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C29AB is #F3D654. Grayscale: #2E2E2E. Windows color (decimal): -15980117 or 11217164. OLE color: 11217164.

HSL color Cylindrical-coordinate representation of color #0C29AB: hue angle of 229.06º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C29AB is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1241171-
CMYK0.930.7600.33
HSL229.06º86.89%35.88%-
HSV(B)229.06º92.98%67.06%-
XYZ8.34.638.98-
YUV47.15197.89102.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 171 (67.19% from 255) = 76.34%
R=5.36%
G=18.30%
B=76.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12411710.930.7600.33229.0686.8935.88
HexC29AB5D4C021e55724
Octal145125313511404134512744
Binary110010100110101011101110110011000100001111001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,41,171); }

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

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

 a { background-color: rgb(12,41,171); }

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

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

 span { border-color: rgb(12,41,171); }

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