Html Css Color HEX #172AAF Egyptian Blue

📋 copy color: '#172AAF'

red 23 ◦ green 42 ◦ blue 175

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

Shades of Egyptian Blue #172AAF

Tints of Egyptian Blue #172AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 72.92%

R = 9.58%
G = 17.5%
B = 72.92%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#172AAF (or 0x172AAF) is known color: Egyptian Blue. HEX triplet: 17, 2A and AF. RGB value is (23,42,175). Sum of RGB (Red+Green+Blue) = 23+42+175=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #172AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172AAF is #E8D550. Grayscale: #323232. Windows color (decimal): -15258961 or 11479575. OLE color: 11479575.

HSL color Cylindrical-coordinate representation of color #172AAF: hue angle of 232.5º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172AAF is Cyan = 0.87, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 42 175 -
CMYK 0.87 0.76 0 0.31
HSL 232.5º 0.77% 0.39% -
HSV(B) 232.5º 0.87% 0.69% -
XYZ 8.92 4.93 41.04 -
YUV 51.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 23 42 175 0.87 0.76 0 0.31 232.5 0.77 0.39
Hex 17 2A AF 57 4C 0 1F E8 4D 27
Octal 27 52 257 127 114 0 37 350 115 47
Binary 10111 101010 10101111 1010111 1001100 0 11111 11101000 1001101 100111

Color Harmonies of #172AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172AAF

Black with #172AAF

Text Example


Text Example

White with #172AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172AAF; }

 p { color: rgb(23,42,175); }

 H1.HeaderClassName
 {
   color: #172AAF;
 }
 .AnyTagClassName
 {
   color: #172AAF;
 }
</style>

background-color css

<style>
 a { background-color: #172AAF; }

 a { background-color: rgb(23,42,175); }

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

border-color css

<style>
 span { border-color: #172AAF; }

 span { border-color: rgb(23,42,175); }

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