Html Css Color HEX #172DAF Egyptian Blue

📋 copy color: '#172DAF'

red 23 ◦ green 45 ◦ blue 175

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

Shades of Egyptian Blue #172DAF

Tints of Egyptian Blue #172DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

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

R = 9.47%
G = 18.52%
B = 72.02%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#172DAF (or 0x172DAF) is known color: Egyptian Blue. HEX triplet: 17, 2D and AF. RGB value is (23,45,175). Sum of RGB (Red+Green+Blue) = 23+45+175=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 175 (68.75% from 255 or 72.02% from 243); Max value from RGB is 175 - color contains mainly: blue. Hex color #172DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DAF is #E8D250. Grayscale: #343434. Windows color (decimal): -15258193 or 11480343. OLE color: 11480343.

HSL color Cylindrical-coordinate representation of color #172DAF: hue angle of 231.32º 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 #172DAF is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 23 45 175 -
CMYK 0.87 0.74 0 0.31
HSL 231.32º 0.77% 0.39% -
HSV(B) 231.32º 0.87% 0.69% -
XYZ 9.03 5.15 41.08 -
YUV 53.24 196.71 106.43 -
System Red Green Blue C M Y K H S L
Decimal 23 45 175 0.87 0.74 0 0.31 231.32 0.77 0.39
Hex 17 2D AF 57 4A 0 1F E7 4D 27
Octal 27 55 257 127 112 0 37 347 115 47
Binary 10111 101101 10101111 1010111 1001010 0 11111 11100111 1001101 100111

Color Harmonies of #172DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DAF

Black with #172DAF

Text Example


Text Example

White with #172DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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