Html Css Color HEX #1B20AA Egyptian Blue

📋 copy color: '#1B20AA'

red 27 ◦ green 32 ◦ blue 170

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

Shades of Egyptian Blue #1B20AA

Tints of Egyptian Blue #1B20AA

RGB

 RED value IS 27 (10.94% from 255) = 11.79%

 GREEN value IS 32 (12.89% from 255) = 13.97%

 BLUE value IS 170 (66.8% from 255) = 74.24%

R = 11.79%
G = 13.97%
B = 74.24%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B20AA (or 0x1B20AA) is known color: Egyptian Blue. HEX triplet: 1B, 20 and AA. RGB value is (27,32,170). Sum of RGB (Red+Green+Blue) = 27+32+170=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B20AA is #E4DF55. Grayscale: #2D2D2D. Windows color (decimal): -14999382 or 11149339. OLE color: 11149339.

HSL color Cylindrical-coordinate representation of color #1B20AA: hue angle of 237.9º degrees, saturation: 0.73, 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 #1B20AA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 32 170 -
CMYK 0.84 0.81 0 0.33
HSL 237.9º 0.73% 0.39% -
HSV(B) 237.9º 0.84% 0.67% -
XYZ 8.22 4.17 38.4 -
YUV 46.24 197.84 114.28 -
System Red Green Blue C M Y K H S L
Decimal 27 32 170 0.84 0.81 0 0.33 237.9 0.73 0.39
Hex 1B 20 AA 54 51 0 21 EE 49 27
Octal 33 40 252 124 121 0 41 356 111 47
Binary 11011 100000 10101010 1010100 1010001 0 100001 11101110 1001001 100111

Color Harmonies of #1B20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B20AA

Black with #1B20AA

Text Example


Text Example

White with #1B20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,32,170); }

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

background-color css

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

 a { background-color: rgb(27,32,170); }

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

border-color css

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

 span { border-color: rgb(27,32,170); }

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