Html Css Color HEX #172DAB Egyptian Blue

📋 copy color: '#172DAB'

red 23 ◦ green 45 ◦ blue 171

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

Shades of Egyptian Blue #172DAB

Tints of Egyptian Blue #172DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

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

R = 9.62%
G = 18.83%
B = 71.55%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#172DAB (or 0x172DAB) is known color: Egyptian Blue. HEX triplet: 17, 2D and AB. RGB value is (23,45,171). Sum of RGB (Red+Green+Blue) = 23+45+171=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #172DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172DAB is #E8D254. Grayscale: #343434. Windows color (decimal): -15258197 or 11218199. OLE color: 11218199.

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

Color convert

RGB 23 45 171 -
CMYK 0.87 0.74 0 0.33
HSL 231.08º 0.76% 0.38% -
HSV(B) 231.08º 0.87% 0.67% -
XYZ 8.64 5 39.04 -
YUV 52.79 194.71 106.75 -
System Red Green Blue C M Y K H S L
Decimal 23 45 171 0.87 0.74 0 0.33 231.08 0.76 0.38
Hex 17 2D AB 57 4A 0 21 E7 4C 26
Octal 27 55 253 127 112 0 41 347 114 46
Binary 10111 101101 10101011 1010111 1001010 0 100001 11100111 1001100 100110

Color Harmonies of #172DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172DAB

Black with #172DAB

Text Example


Text Example

White with #172DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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