Html Css Color HEX #0C29AB Egyptian Blue

📋 copy color: '#0C29AB'

red 12 ◦ green 41 ◦ blue 171

#0C29AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #0C29AB

Tints of Egyptian Blue #0C29AB

RGB

 RED value IS 12 (5.08% from 255) = 5.36%

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 171 (67.19% from 255) = 76.34%

R = 5.36%
G = 18.3%
B = 76.34%

CMYK

 C value IS 0.93

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C29AB (or 0x0C29AB) is known color: 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

RGB 12 41 171 -
CMYK 0.93 0.76 0 0.33
HSL 229.06º 0.87% 0.36% -
HSV(B) 229.06º 0.93% 0.67% -
XYZ 8.3 4.6 38.98 -
YUV 47.15 197.89 102.93 -
System Red Green Blue C M Y K H S L
Decimal 12 41 171 0.93 0.76 0 0.33 229.06 0.87 0.36
Hex C 29 AB 5D 4C 0 21 E5 57 24
Octal 14 51 253 135 114 0 41 345 127 44
Binary 1100 101001 10101011 1011101 1001100 0 100001 11100101 1010111 100100

Color Harmonies of #0C29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C29AB

Black with #0C29AB

Text Example


Text Example

White with #0C29AB

Text Example


Text Example

HTML Codes & Css Web 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>