Html Css Color HEX #171FA5 Egyptian Blue

📋 copy color: '#171FA5'

red 23 ◦ green 31 ◦ blue 165

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

Shades of Egyptian Blue #171FA5

Tints of Egyptian Blue #171FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 75.34%

R = 10.5%
G = 14.16%
B = 75.34%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#171FA5 (or 0x171FA5) is known color: Egyptian Blue. HEX triplet: 17, 1F and A5. RGB value is (23,31,165). Sum of RGB (Red+Green+Blue) = 23+31+165=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 165 (64.84% from 255 or 75.34% from 219); Max value from RGB is 165 - color contains mainly: blue. Hex color #171FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #171FA5 is #E8E05A. Grayscale: #2B2B2B. Windows color (decimal): -15261787 or 10821399. OLE color: 10821399.

HSL color Cylindrical-coordinate representation of color #171FA5: hue angle of 236.62º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #171FA5 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 23 31 165 -
CMYK 0.86 0.81 0 0.35
HSL 236.62º 0.76% 0.37% -
HSV(B) 236.62º 0.86% 0.65% -
XYZ 7.63 3.88 35.94 -
YUV 43.88 196.35 113.1 -
System Red Green Blue C M Y K H S L
Decimal 23 31 165 0.86 0.81 0 0.35 236.62 0.76 0.37
Hex 17 1F A5 56 51 0 23 ED 4C 25
Octal 27 37 245 126 121 0 43 355 114 45
Binary 10111 11111 10100101 1010110 1010001 0 100011 11101101 1001100 100101

Color Harmonies of #171FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171FA5

Black with #171FA5

Text Example


Text Example

White with #171FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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