Html Css Color HEX #172FAB Egyptian Blue

📋 copy color: '#172FAB'

red 23 ◦ green 47 ◦ blue 171

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

Shades of Egyptian Blue #172FAB

Tints of Egyptian Blue #172FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.95%

R = 9.54%
G = 19.5%
B = 70.95%

CMYK

 C value IS 0.87

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#172FAB (or 0x172FAB) is known color: Egyptian Blue. HEX triplet: 17, 2F and AB. RGB value is (23,47,171). Sum of RGB (Red+Green+Blue) = 23+47+171=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 171 (67.19% from 255 or 70.95% from 241); Max value from RGB is 171 - color contains mainly: blue. Hex color #172FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172FAB is #E8D054. Grayscale: #353535. Windows color (decimal): -15257685 or 11218711. OLE color: 11218711.

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

Color convert

RGB 23 47 171 -
CMYK 0.87 0.73 0 0.33
HSL 230.27º 0.76% 0.38% -
HSV(B) 230.27º 0.87% 0.67% -
XYZ 8.72 5.16 39.06 -
YUV 53.96 194.05 105.92 -
System Red Green Blue C M Y K H S L
Decimal 23 47 171 0.87 0.73 0 0.33 230.27 0.76 0.38
Hex 17 2F AB 57 49 0 21 E6 4C 26
Octal 27 57 253 127 111 0 41 346 114 46
Binary 10111 101111 10101011 1010111 1001001 0 100001 11100110 1001100 100110

Color Harmonies of #172FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172FAB

Black with #172FAB

Text Example


Text Example

White with #172FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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