Html Css Color HEX #171FAA Egyptian Blue

📋 copy color: '#171FAA'

red 23 ◦ green 31 ◦ blue 170

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

Shades of Egyptian Blue #171FAA

Tints of Egyptian Blue #171FAA

RGB

 RED value IS 23 (9.38% from 255) = 10.27%

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

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

R = 10.27%
G = 13.84%
B = 75.89%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#171FAA (or 0x171FAA) is known color: Egyptian Blue. HEX triplet: 17, 1F and AA. RGB value is (23,31,170). Sum of RGB (Red+Green+Blue) = 23+31+170=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 170 (66.80% from 255 or 75.89% from 224); Max value from RGB is 170 - color contains mainly: blue. Hex color #171FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FAA is #E8E055. Grayscale: #2B2B2B. Windows color (decimal): -15261782 or 11149079. OLE color: 11149079.

HSL color Cylindrical-coordinate representation of color #171FAA: hue angle of 236.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171FAA is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 31 170 -
CMYK 0.86 0.82 0 0.33
HSL 236.73º 0.76% 0.38% -
HSV(B) 236.73º 0.86% 0.67% -
XYZ 8.1 4.06 38.39 -
YUV 44.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 23 31 170 0.86 0.82 0 0.33 236.73 0.76 0.38
Hex 17 1F AA 56 52 0 21 ED 4C 26
Octal 27 37 252 126 122 0 41 355 114 46
Binary 10111 11111 10101010 1010110 1010010 0 100001 11101101 1001100 100110

Color Harmonies of #171FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FAA

Black with #171FAA

Text Example


Text Example

White with #171FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171FAA; }

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

 H1.HeaderClassName
 {
   color: #171FAA;
 }
 .AnyTagClassName
 {
   color: #171FAA;
 }
</style>

background-color css

<style>
 a { background-color: #171FAA; }

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

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

border-color css

<style>
 span { border-color: #171FAA; }

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

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