#0C29AC

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

Shades of Egyptian Blue #0C29AC

Tints of Egyptian Blue #0C29AC

Color information

#0C29AC (or 0x0C29AC) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 29 and AC. RGB value is (12,41,172). Sum of RGB (Red+Green+Blue) = 12+41+172=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 172 (67.58% from 255 or 76.44% from 225); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C29AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C29AC is #F3D653. Grayscale: #2E2E2E. Windows color (decimal): -15980116 or 11282700. OLE color: 11282700.

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

Color convert

RGB1241172-
CMYK0.930.7600.33
HSL229.12º86.96%36.08%-
HSV(B)229.12º93.02%67.45%-
XYZ8.394.6439.48-
YUV47.26198.39102.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 172 (67.58% from 255) = 76.44%
R=5.33%
G=18.22%
B=76.44%

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
Decimal12411720.930.7600.33229.1286.9636.08
HexC29AC5D4C021e55724
Octal145125413511404134512744
Binary110010100110101100101110110011000100001111001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C29AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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