#172898

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

Shades of Egyptian Blue #172898

Tints of Egyptian Blue #172898

Color information

#172898 (or 0x172898) is unknown color: approx Egyptian Blue. HEX triplet: 17, 28 and 98. RGB value is (23,40,152). Sum of RGB (Red+Green+Blue) = 23+40+152=215 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.70% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 152 (59.77% from 255 or 70.70% from 215); Max value from RGB is 152 - color contains mainly: blue. Hex color #172898 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172898 is #E8D767. Grayscale: #2F2F2F. Windows color (decimal): -15259496 or 9971735. OLE color: 9971735.

HSL color Cylindrical-coordinate representation of color #172898: hue angle of 232.09º 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 #172898 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2340152-
CMYK0.850.7400.40
HSL232.09º73.71%34.31%-
HSV(B)232.09º84.87%59.61%-
XYZ6.783.9730.11-
YUV47.68186.87110.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.70%
GREEN value IS 40 (16.02% from 255) = 18.60%
BLUE value IS 152 (59.77% from 255) = 70.70%
R=10.70%
G=18.60%
B=70.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal23401520.850.7400.40232.0973.7134.31
Hex172898554A028e84a22
Octal275023012511205035011242
Binary1011110100010011000101010110010100101000111010001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172898; }

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

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

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

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

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

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

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

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