Html Css Color HEX #1F20AA Egyptian Blue

📋 copy color: '#1F20AA'

red 31 ◦ green 32 ◦ blue 170

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

Shades of Egyptian Blue #1F20AA

Tints of Egyptian Blue #1F20AA

RGB

 RED value IS 31 (12.5% from 255) = 13.3%

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

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

R = 13.3%
G = 13.73%
B = 72.96%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F20AA (or 0x1F20AA) is known color: Egyptian Blue. HEX triplet: 1F, 20 and AA. RGB value is (31,32,170). Sum of RGB (Red+Green+Blue) = 31+32+170=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 170 (66.80% from 255 or 72.96% from 233); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F20AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F20AA is #E0DF55. Grayscale: #2E2E2E. Windows color (decimal): -14737238 or 11149343. OLE color: 11149343.

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

Color convert

RGB 31 32 170 -
CMYK 0.82 0.81 0 0.33
HSL 239.57º 0.69% 0.39% -
HSV(B) 239.57º 0.82% 0.67% -
XYZ 8.34 4.23 38.41 -
YUV 47.43 197.17 116.28 -
System Red Green Blue C M Y K H S L
Decimal 31 32 170 0.82 0.81 0 0.33 239.57 0.69 0.39
Hex 1F 20 AA 52 51 0 21 F0 45 27
Octal 37 40 252 122 121 0 41 360 105 47
Binary 11111 100000 10101010 1010010 1010001 0 100001 11110000 1000101 100111

Color Harmonies of #1F20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F20AA

Black with #1F20AA

Text Example


Text Example

White with #1F20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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