#17449C

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

Shades of Egyptian Blue #17449C

Tints of Egyptian Blue #17449C

Color information

#17449C (or 0x17449C) is unknown color: approx Egyptian Blue. HEX triplet: 17, 44 and 9C. RGB value is (23,68,156). Sum of RGB (Red+Green+Blue) = 23+68+156=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #17449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17449C is #E8BB63. Grayscale: #404040. Windows color (decimal): -15252324 or 10241047. OLE color: 10241047.

HSL color Cylindrical-coordinate representation of color #17449C: hue angle of 219.7º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17449C is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2368156-
CMYK0.850.5600.39
HSL219.7º74.3%35.1%-
HSV(B)219.7º85.26%61.18%-
XYZ8.426.7232.31-
YUV64.58179.5998.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.31%
GREEN value IS 68 (26.95% from 255) = 27.53%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=9.31%
G=27.53%
B=63.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal23681560.850.5600.39219.774.335.1
Hex17449C5538027dc4a23
Octal271042341257004733411243
Binary1011110001001001110010101011110000100111110111001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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