#172D98

Color #172D98 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #172D98

Tints of Egyptian Blue #172D98

Color information

#172D98 (or 0x172D98) is unknown color: approx Egyptian Blue. HEX triplet: 17, 2D and 98. RGB value is (23,45,152). Sum of RGB (Red+Green+Blue) = 23+45+152=220 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #172D98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172D98 is #E8D267. Grayscale: #323232. Windows color (decimal): -15258216 or 9973015. OLE color: 9973015.

HSL color Cylindrical-coordinate representation of color #172D98: hue angle of 229.77º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172D98 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2345152-
CMYK0.850.7000.40
HSL229.77º73.71%34.31%-
HSV(B)229.77º84.87%59.61%-
XYZ6.964.3330.17-
YUV50.62185.21108.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.45%
GREEN value IS 45 (17.97% from 255) = 20.45%
BLUE value IS 152 (59.77% from 255) = 69.09%
R=10.45%
G=20.45%
B=69.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal23451520.850.7000.40229.7773.7134.31
Hex172D985546028e64a22
Octal275523012510605034611242
Binary1011110110110011000101010110001100101000111001101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #172D98;
 }
 .AnyTagClassName
 {
   color: #172D98;
 }
</style>
background-color css

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

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

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

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

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

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