#17449E

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

Shades of Egyptian Blue #17449E

Tints of Egyptian Blue #17449E

Color information

#17449E (or 0x17449E) is unknown color: approx Egyptian Blue. HEX triplet: 17, 44 and 9E. RGB value is (23,68,158). Sum of RGB (Red+Green+Blue) = 23+68+158=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #17449E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17449E is #E8BB61. Grayscale: #404040. Windows color (decimal): -15252322 or 10372119. OLE color: 10372119.

HSL color Cylindrical-coordinate representation of color #17449E: hue angle of 220º degrees, saturation: 0.75, 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 #17449E is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2368158-
CMYK0.850.5700.38
HSL220º74.59%35.49%-
HSV(B)220º85.44%61.96%-
XYZ8.596.7933.2-
YUV64.81180.5998.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.24%
GREEN value IS 68 (26.95% from 255) = 27.31%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=9.24%
G=27.31%
B=63.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23681580.850.5700.3822074.5935.49
Hex17449E5539026dc4b23
Octal271042361257104633411343
Binary1011110001001001111010101011110010100110110111001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17449E; }

 p { color: rgb(23,68,158); }

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

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

 a { background-color: rgb(23,68,158); }

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

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

 span { border-color: rgb(23,68,158); }

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