#0C29A5

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

Shades of Egyptian Blue #0C29A5

Tints of Egyptian Blue #0C29A5

Color information

#0C29A5 (or 0x0C29A5) is unknown color: approx Egyptian Blue. HEX triplet: 0C, 29 and A5. RGB value is (12,41,165). Sum of RGB (Red+Green+Blue) = 12+41+165=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 165 (64.84% from 255 or 75.69% from 218); Max value from RGB is 165 - color contains mainly: blue. Hex color #0C29A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C29A5 is #F3D65A. Grayscale: #2D2D2D. Windows color (decimal): -15980123 or 10823948. OLE color: 10823948.

HSL color Cylindrical-coordinate representation of color #0C29A5: hue angle of 228.63º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C29A5 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1241165-
CMYK0.930.7500.35
HSL228.63º86.44%34.71%-
HSV(B)228.63º92.73%64.71%-
XYZ7.744.3836.04-
YUV46.46194.89103.42-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 41 (16.41% from 255) = 18.81%
BLUE value IS 165 (64.84% from 255) = 75.69%
R=5.50%
G=18.81%
B=75.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12411650.930.7500.35228.6386.4434.71
HexC29A55D4B023e55623
Octal145124513511304334512643
Binary110010100110100101101110110010110100011111001011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C29A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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