Html Css Color HEX #171CAA Egyptian Blue

📋 copy color: '#171CAA'

red 23 ◦ green 28 ◦ blue 170

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

Shades of Egyptian Blue #171CAA

Tints of Egyptian Blue #171CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.67%

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

R = 10.41%
G = 12.67%
B = 76.92%

CMYK

 C value IS 0.86

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#171CAA (or 0x171CAA) is known color: Egyptian Blue. HEX triplet: 17, 1C and AA. RGB value is (23,28,170). Sum of RGB (Red+Green+Blue) = 23+28+170=221 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.41% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #171CAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171CAA is #E8E355. Grayscale: #2A2A2A. Windows color (decimal): -15262550 or 11148311. OLE color: 11148311.

HSL color Cylindrical-coordinate representation of color #171CAA: hue angle of 237.96º 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 #171CAA is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 28 170 -
CMYK 0.86 0.84 0 0.33
HSL 237.96º 0.76% 0.38% -
HSV(B) 237.96º 0.86% 0.67% -
XYZ 8.02 3.91 38.36 -
YUV 42.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 23 28 170 0.86 0.84 0 0.33 237.96 0.76 0.38
Hex 17 1C AA 56 54 0 21 EE 4C 26
Octal 27 34 252 126 124 0 41 356 114 46
Binary 10111 11100 10101010 1010110 1010100 0 100001 11101110 1001100 100110

Color Harmonies of #171CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171CAA

Black with #171CAA

Text Example


Text Example

White with #171CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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