#17429E

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

Shades of Egyptian Blue #17429E

Tints of Egyptian Blue #17429E

Color information

#17429E (or 0x17429E) is unknown color: approx Egyptian Blue. HEX triplet: 17, 42 and 9E. RGB value is (23,66,158). Sum of RGB (Red+Green+Blue) = 23+66+158=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #17429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17429E is #E8BD61. Grayscale: #3F3F3F. Windows color (decimal): -15252834 or 10371607. OLE color: 10371607.

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

Color convert

RGB2366158-
CMYK0.850.5800.38
HSL220.89º74.59%35.49%-
HSV(B)220.89º85.44%61.96%-
XYZ8.476.5533.16-
YUV63.63181.2599.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.31%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=9.31%
G=26.72%
B=63.97%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal23661580.850.5800.38220.8974.5935.49
Hex17429E553A026dd4b23
Octal271022361257204633511343
Binary1011110000101001111010101011110100100110110111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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