#172299

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

Shades of Egyptian Blue #172299

Tints of Egyptian Blue #172299

Color information

#172299 (or 0x172299) is unknown color: approx Egyptian Blue. HEX triplet: 17, 22 and 99. RGB value is (23,34,153). Sum of RGB (Red+Green+Blue) = 23+34+153=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 153 (60.16% from 255 or 72.86% from 210); Max value from RGB is 153 - color contains mainly: blue. Hex color #172299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172299 is #E8DD66. Grayscale: #2B2B2B. Windows color (decimal): -15261031 or 10035735. OLE color: 10035735.

HSL color Cylindrical-coordinate representation of color #172299: hue angle of 234.92º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #172299 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2334153-
CMYK0.850.7800.4
HSL234.92º73.86%34.51%-
HSV(B)234.92º84.97%60%-
XYZ6.683.6330.49-
YUV44.28189.36112.82-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 153 (60.16% from 255) = 72.86%
R=10.95%
G=16.19%
B=72.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal23341530.850.7800.4234.9273.8634.51
Hex172299554E028eb4a23
Octal274223112511605035311243
Binary1011110001010011001101010110011100101000111010111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172299; }

 p { color: rgb(23,34,153); }

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

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

 a { background-color: rgb(23,34,153); }

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

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

 span { border-color: rgb(23,34,153); }

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