#172992

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

Shades of Egyptian Blue #172992

Tints of Egyptian Blue #172992

Color information

#172992 (or 0x172992) is unknown color: approx Egyptian Blue. HEX triplet: 17, 29 and 92. RGB value is (23,41,146). Sum of RGB (Red+Green+Blue) = 23+41+146=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #172992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172992 is #E8D66D. Grayscale: #2F2F2F. Windows color (decimal): -15259246 or 9578775. OLE color: 9578775.

HSL color Cylindrical-coordinate representation of color #172992: hue angle of 231.22º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #172992 is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2341146-
CMYK0.840.7200.43
HSL231.22º72.78%33.14%-
HSV(B)231.22º84.25%57.25%-
XYZ6.333.8427.6-
YUV47.59183.54110.46-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 41 (16.41% from 255) = 19.52%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=10.95%
G=19.52%
B=69.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal23411460.840.7200.43231.2272.7833.14
Hex172992544802Be74921
Octal275122212411005334711141
Binary1011110100110010010101010010010000101011111001111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172992; }

 p { color: rgb(23,41,146); }

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

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

 a { background-color: rgb(23,41,146); }

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

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

 span { border-color: rgb(23,41,146); }

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