Html Css Color HEX #201DAB Egyptian Blue

📋 copy color: '#201DAB'

red 32 ◦ green 29 ◦ blue 171

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

Shades of Egyptian Blue #201DAB

Tints of Egyptian Blue #201DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

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

R = 13.79%
G = 12.5%
B = 73.71%

CMYK

 C value IS 0.81

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#201DAB (or 0x201DAB) is known color: Egyptian Blue. HEX triplet: 20, 1D and AB. RGB value is (32,29,171). Sum of RGB (Red+Green+Blue) = 32+29+171=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 171 (67.19% from 255 or 73.71% from 232); Max value from RGB is 171 - color contains mainly: blue. Hex color #201DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201DAB is #DFE254. Grayscale: #2D2D2D. Windows color (decimal): -14672469 or 11214112. OLE color: 11214112.

HSL color Cylindrical-coordinate representation of color #201DAB: hue angle of 241.27º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #201DAB is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 32 29 171 -
CMYK 0.81 0.83 0 0.33
HSL 241.27º 0.71% 0.39% -
HSV(B) 241.27º 0.83% 0.67% -
XYZ 8.39 4.13 38.88 -
YUV 46.09 198.49 117.95 -
System Red Green Blue C M Y K H S L
Decimal 32 29 171 0.81 0.83 0 0.33 241.27 0.71 0.39
Hex 20 1D AB 51 53 0 21 F1 47 27
Octal 40 35 253 121 123 0 41 361 107 47
Binary 100000 11101 10101011 1010001 1010011 0 100001 11110001 1000111 100111

Color Harmonies of #201DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201DAB

Black with #201DAB

Text Example


Text Example

White with #201DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201DAB; }

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

 H1.HeaderClassName
 {
   color: #201DAB;
 }
 .AnyTagClassName
 {
   color: #201DAB;
 }
</style>

background-color css

<style>
 a { background-color: #201DAB; }

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

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

border-color css

<style>
 span { border-color: #201DAB; }

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

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