Html Css Color HEX #1C29AB Egyptian Blue

📋 copy color: '#1C29AB'

red 28 ◦ green 41 ◦ blue 171

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

Shades of Egyptian Blue #1C29AB

Tints of Egyptian Blue #1C29AB

RGB

 RED value IS 28 (11.33% from 255) = 11.67%

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

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

R = 11.67%
G = 17.08%
B = 71.25%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C29AB (or 0x1C29AB) is known color: Egyptian Blue. HEX triplet: 1C, 29 and AB. RGB value is (28,41,171). Sum of RGB (Red+Green+Blue) = 28+41+171=240 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1C29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C29AB is #E3D654. Grayscale: #333333. Windows color (decimal): -14931541 or 11217180. OLE color: 11217180.

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

Color convert

RGB 28 41 171 -
CMYK 0.84 0.76 0 0.33
HSL 234.55º 0.72% 0.39% -
HSV(B) 234.55º 0.84% 0.67% -
XYZ 8.62 4.77 38.99 -
YUV 51.93 195.19 110.93 -
System Red Green Blue C M Y K H S L
Decimal 28 41 171 0.84 0.76 0 0.33 234.55 0.72 0.39
Hex 1C 29 AB 54 4C 0 21 EB 48 27
Octal 34 51 253 124 114 0 41 353 110 47
Binary 11100 101001 10101011 1010100 1001100 0 100001 11101011 1001000 100111

Color Harmonies of #1C29AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C29AB

Black with #1C29AB

Text Example


Text Example

White with #1C29AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C29AB;
 }
 .AnyTagClassName
 {
   color: #1C29AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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