Html Css Color HEX #172FAA Egyptian Blue

📋 copy color: '#172FAA'

red 23 ◦ green 47 ◦ blue 170

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

Shades of Egyptian Blue #172FAA

Tints of Egyptian Blue #172FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 70.83%

R = 9.58%
G = 19.58%
B = 70.83%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#172FAA (or 0x172FAA) is known color: Egyptian Blue. HEX triplet: 17, 2F and AA. RGB value is (23,47,170). Sum of RGB (Red+Green+Blue) = 23+47+170=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 170 (66.80% from 255 or 70.83% from 240); Max value from RGB is 170 - color contains mainly: blue. Hex color #172FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172FAA is #E8D055. Grayscale: #353535. Windows color (decimal): -15257686 or 11153175. OLE color: 11153175.

HSL color Cylindrical-coordinate representation of color #172FAA: hue angle of 230.2º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #172FAA is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 23 47 170 -
CMYK 0.86 0.72 0 0.33
HSL 230.2º 0.76% 0.38% -
HSV(B) 230.2º 0.86% 0.67% -
XYZ 8.63 5.12 38.56 -
YUV 53.85 193.55 106 -
System Red Green Blue C M Y K H S L
Decimal 23 47 170 0.86 0.72 0 0.33 230.2 0.76 0.38
Hex 17 2F AA 56 48 0 21 E6 4C 26
Octal 27 57 252 126 110 0 41 346 114 46
Binary 10111 101111 10101010 1010110 1001000 0 100001 11100110 1001100 100110

Color Harmonies of #172FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FAA

Black with #172FAA

Text Example


Text Example

White with #172FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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