Html Css Color HEX #1F2AAB Egyptian Blue

📋 copy color: '#1F2AAB'

red 31 ◦ green 42 ◦ blue 171

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

Shades of Egyptian Blue #1F2AAB

Tints of Egyptian Blue #1F2AAB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.21%

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

R = 12.7%
G = 17.21%
B = 70.08%

CMYK

 C value IS 0.82

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F2AAB (or 0x1F2AAB) is known color: Egyptian Blue. HEX triplet: 1F, 2A and AB. RGB value is (31,42,171). Sum of RGB (Red+Green+Blue) = 31+42+171=244 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.70% from 244); Green value is 42 (16.80% from 255 or 17.21% 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 #1F2AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2AAB is #E0D554. Grayscale: #343434. Windows color (decimal): -14734677 or 11217439. OLE color: 11217439.

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

Color convert

RGB 31 42 171 -
CMYK 0.82 0.75 0 0.33
HSL 235.29º 0.69% 0.4% -
HSV(B) 235.29º 0.82% 0.67% -
XYZ 8.74 4.89 39.01 -
YUV 53.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 31 42 171 0.82 0.75 0 0.33 235.29 0.69 0.4
Hex 1F 2A AB 52 4B 0 21 EB 45 28
Octal 37 52 253 122 113 0 41 353 105 50
Binary 11111 101010 10101011 1010010 1001011 0 100001 11101011 1000101 101000

Color Harmonies of #1F2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2AAB

Black with #1F2AAB

Text Example


Text Example

White with #1F2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,42,171); }

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

background-color css

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

 a { background-color: rgb(31,42,171); }

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

border-color css

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

 span { border-color: rgb(31,42,171); }

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