Html Css Color HEX #172FAE Egyptian Blue

📋 copy color: '#172FAE'

red 23 ◦ green 47 ◦ blue 174

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

Shades of Egyptian Blue #172FAE

Tints of Egyptian Blue #172FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.26%

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

R = 9.43%
G = 19.26%
B = 71.31%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#172FAE (or 0x172FAE) is known color: Egyptian Blue. HEX triplet: 17, 2F and AE. RGB value is (23,47,174). Sum of RGB (Red+Green+Blue) = 23+47+174=244 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.43% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #172FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172FAE is #E8D051. Grayscale: #353535. Windows color (decimal): -15257682 or 11415319. OLE color: 11415319.

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

Color convert

RGB 23 47 174 -
CMYK 0.87 0.73 0 0.32
HSL 230.46º 0.77% 0.39% -
HSV(B) 230.46º 0.87% 0.68% -
XYZ 9.01 5.27 40.59 -
YUV 54.3 195.55 105.67 -
System Red Green Blue C M Y K H S L
Decimal 23 47 174 0.87 0.73 0 0.32 230.46 0.77 0.39
Hex 17 2F AE 57 49 0 20 E6 4D 27
Octal 27 57 256 127 111 0 40 346 115 47
Binary 10111 101111 10101110 1010111 1001001 0 100000 11100110 1001101 100111

Color Harmonies of #172FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FAE

Black with #172FAE

Text Example


Text Example

White with #172FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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