#17209D

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

Shades of Egyptian Blue #17209D

Tints of Egyptian Blue #17209D

Color information

#17209D (or 0x17209D) is unknown color: approx Egyptian Blue. HEX triplet: 17, 20 and 9D. RGB value is (23,32,157). Sum of RGB (Red+Green+Blue) = 23+32+157=212 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.85% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 157 (61.72% from 255 or 74.06% from 212); Max value from RGB is 157 - color contains mainly: blue. Hex color #17209D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17209D is #E8DF62. Grayscale: #2B2B2B. Windows color (decimal): -15261539 or 10297367. OLE color: 10297367.

HSL color Cylindrical-coordinate representation of color #17209D: hue angle of 235.97º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17209D is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2332157-
CMYK0.850.8000.38
HSL235.97º74.44%35.29%-
HSV(B)235.97º85.35%61.57%-
XYZ6.963.6532.24-
YUV43.56192.02113.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.85%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 157 (61.72% from 255) = 74.06%
R=10.85%
G=15.09%
B=74.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23321570.850.8000.38235.9774.4435.29
Hex17209D5550026ec4a23
Octal274023512512004635411243
Binary1011110000010011101101010110100000100110111011001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17209D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17209D; }

 p { color: rgb(23,32,157); }

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

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

 a { background-color: rgb(23,32,157); }

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

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

 span { border-color: rgb(23,32,157); }

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