Html Css Color HEX #2029AB Egyptian Blue

📋 copy color: '#2029AB'

red 32 ◦ green 41 ◦ blue 171

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

Shades of Egyptian Blue #2029AB

Tints of Egyptian Blue #2029AB

RGB

 RED value IS 32 (12.89% from 255) = 13.11%

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

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

R = 13.11%
G = 16.8%
B = 70.08%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2029AB (or 0x2029AB) is known color: Egyptian Blue. HEX triplet: 20, 29 and AB. RGB value is (32,41,171). Sum of RGB (Red+Green+Blue) = 32+41+171=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #2029AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2029AB is #DFD654. Grayscale: #343434. Windows color (decimal): -14669397 or 11217184. OLE color: 11217184.

HSL color Cylindrical-coordinate representation of color #2029AB: hue angle of 236.12º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2029AB is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 41 171 -
CMYK 0.81 0.76 0 0.33
HSL 236.12º 0.68% 0.4% -
HSV(B) 236.12º 0.81% 0.67% -
XYZ 8.74 4.83 39 -
YUV 53.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 32 41 171 0.81 0.76 0 0.33 236.12 0.68 0.4
Hex 20 29 AB 51 4C 0 21 EC 44 28
Octal 40 51 253 121 114 0 41 354 104 50
Binary 100000 101001 10101011 1010001 1001100 0 100001 11101100 1000100 101000

Color Harmonies of #2029AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2029AB

Black with #2029AB

Text Example


Text Example

White with #2029AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2029AB; }

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

 H1.HeaderClassName
 {
   color: #2029AB;
 }
 .AnyTagClassName
 {
   color: #2029AB;
 }
</style>

background-color css

<style>
 a { background-color: #2029AB; }

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

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

border-color css

<style>
 span { border-color: #2029AB; }

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

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