#17489B

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

Shades of Egyptian Blue #17489B

Tints of Egyptian Blue #17489B

Color information

#17489B (or 0x17489B) is unknown color: approx Egyptian Blue. HEX triplet: 17, 48 and 9B. RGB value is (23,72,155). Sum of RGB (Red+Green+Blue) = 23+72+155=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #17489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17489B is #E8B764. Grayscale: #424242. Windows color (decimal): -15251301 or 10176535. OLE color: 10176535.

HSL color Cylindrical-coordinate representation of color #17489B: hue angle of 217.73º 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 #17489B is Cyan = 0.85, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2372155-
CMYK0.850.5400.39
HSL217.73º74.16%34.9%-
HSV(B)217.73º85.16%60.78%-
XYZ8.597.1831.94-
YUV66.81177.7796.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.2%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 155 (60.94% from 255) = 62%
R=9.2%
G=28.8%
B=62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal23721550.850.5400.39217.7374.1634.9
Hex17489B5536027da4a23
Octal271102331256604733211243
Binary1011110010001001101110101011101100100111110110101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17489B; }

 p { color: rgb(23,72,155); }

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

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

 a { background-color: rgb(23,72,155); }

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

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

 span { border-color: rgb(23,72,155); }

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