Html Css Color HEX #1F1FAA Egyptian Blue

📋 copy color: '#1F1FAA'

red 31 ◦ green 31 ◦ blue 170

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

Shades of Egyptian Blue #1F1FAA

Tints of Egyptian Blue #1F1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.36%

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

R = 13.36%
G = 13.36%
B = 73.28%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F1FAA (or 0x1F1FAA) is known color: Egyptian Blue. HEX triplet: 1F, 1F and AA. RGB value is (31,31,170). Sum of RGB (Red+Green+Blue) = 31+31+170=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F1FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1FAA is #E0E055. Grayscale: #2E2E2E. Windows color (decimal): -14737494 or 11149087. OLE color: 11149087.

HSL color Cylindrical-coordinate representation of color #1F1FAA: hue angle of 240º 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 #1F1FAA is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 31 170 -
CMYK 0.82 0.82 0 0.33
HSL 240º 0.69% 0.39% -
HSV(B) 240º 0.82% 0.67% -
XYZ 8.31 4.17 38.4 -
YUV 46.85 197.5 116.7 -
System Red Green Blue C M Y K H S L
Decimal 31 31 170 0.82 0.82 0 0.33 240 0.69 0.39
Hex 1F 1F AA 52 52 0 21 F0 45 27
Octal 37 37 252 122 122 0 41 360 105 47
Binary 11111 11111 10101010 1010010 1010010 0 100001 11110000 1000101 100111

Color Harmonies of #1F1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1FAA

Black with #1F1FAA

Text Example


Text Example

White with #1F1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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