Html Css Color HEX #172AAD Egyptian Blue

📋 copy color: '#172AAD'

red 23 ◦ green 42 ◦ blue 173

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

Shades of Egyptian Blue #172AAD

Tints of Egyptian Blue #172AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 72.69%

R = 9.66%
G = 17.65%
B = 72.69%

CMYK

 C value IS 0.87

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#172AAD (or 0x172AAD) is known color: Egyptian Blue. HEX triplet: 17, 2A and AD. RGB value is (23,42,173). Sum of RGB (Red+Green+Blue) = 23+42+173=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 173 (67.97% from 255 or 72.69% from 238); Max value from RGB is 173 - color contains mainly: blue. Hex color #172AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172AAD is #E8D552. Grayscale: #323232. Windows color (decimal): -15258963 or 11348503. OLE color: 11348503.

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

Color convert

RGB 23 42 173 -
CMYK 0.87 0.76 0 0.32
HSL 232.4º 0.77% 0.38% -
HSV(B) 232.4º 0.87% 0.68% -
XYZ 8.72 4.86 40.01 -
YUV 51.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 23 42 173 0.87 0.76 0 0.32 232.4 0.77 0.38
Hex 17 2A AD 57 4C 0 20 E8 4D 26
Octal 27 52 255 127 114 0 40 350 115 46
Binary 10111 101010 10101101 1010111 1001100 0 100000 11101000 1001101 100110

Color Harmonies of #172AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172AAD

Black with #172AAD

Text Example


Text Example

White with #172AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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