#172493

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

Shades of Egyptian Blue #172493

Tints of Egyptian Blue #172493

Color information

#172493 (or 0x172493) is unknown color: approx Egyptian Blue. HEX triplet: 17, 24 and 93. RGB value is (23,36,147). Sum of RGB (Red+Green+Blue) = 23+36+147=206 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.17% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #172493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172493 is #E8DB6C. Grayscale: #2C2C2C. Windows color (decimal): -15260525 or 9643031. OLE color: 9643031.

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

Color convert

RGB2336147-
CMYK0.840.7600.42
HSL233.71º72.94%33.33%-
HSV(B)233.71º84.35%57.65%-
XYZ6.253.5527.96-
YUV44.77185.69112.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.17%
GREEN value IS 36 (14.45% from 255) = 17.48%
BLUE value IS 147 (57.81% from 255) = 71.36%
R=11.17%
G=17.48%
B=71.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23361470.840.7600.42233.7172.9433.33
Hex172493544C02Aea4921
Octal274422312411405235211141
Binary1011110010010010011101010010011000101010111010101001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172493; }

 p { color: rgb(23,36,147); }

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

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

 a { background-color: rgb(23,36,147); }

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

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

 span { border-color: rgb(23,36,147); }

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