Html Css Color HEX #172AAE Egyptian Blue

📋 copy color: '#172AAE'

red 23 ◦ green 42 ◦ blue 174

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

Shades of Egyptian Blue #172AAE

Tints of Egyptian Blue #172AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.8%

R = 9.62%
G = 17.57%
B = 72.8%

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

#172AAE (or 0x172AAE) is known color: Egyptian Blue. HEX triplet: 17, 2A and AE. RGB value is (23,42,174). Sum of RGB (Red+Green+Blue) = 23+42+174=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #172AAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172AAE is #E8D551. Grayscale: #323232. Windows color (decimal): -15258962 or 11414039. OLE color: 11414039.

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

Color convert

RGB 23 42 174 -
CMYK 0.87 0.76 0 0.32
HSL 232.45º 0.77% 0.39% -
HSV(B) 232.45º 0.87% 0.68% -
XYZ 8.82 4.89 40.52 -
YUV 51.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 23 42 174 0.87 0.76 0 0.32 232.45 0.77 0.39
Hex 17 2A AE 57 4C 0 20 E8 4D 27
Octal 27 52 256 127 114 0 40 350 115 47
Binary 10111 101010 10101110 1010111 1001100 0 100000 11101000 1001101 100111

Color Harmonies of #172AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172AAE

Black with #172AAE

Text Example


Text Example

White with #172AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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