#172395

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

Shades of Egyptian Blue #172395

Tints of Egyptian Blue #172395

Color information

#172395 (or 0x172395) is unknown color: approx Egyptian Blue. HEX triplet: 17, 23 and 95. RGB value is (23,35,149). Sum of RGB (Red+Green+Blue) = 23+35+149=207 (27% of max value = 765). Red value is 23 (9.38% from 255 or 11.11% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #172395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172395 is #E8DC6A. Grayscale: #2B2B2B. Windows color (decimal): -15260779 or 9773847. OLE color: 9773847.

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

Color convert

RGB2335149-
CMYK0.850.7700.42
HSL234.29º73.26%33.73%-
HSV(B)234.29º84.56%58.43%-
XYZ6.383.5528.78-
YUV44.41187.02112.73-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.11%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 149 (58.59% from 255) = 71.98%
R=11.11%
G=16.91%
B=71.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23351490.850.7700.42234.2973.2633.73
Hex172395554D02Aea4922
Octal274322512511505235211142
Binary1011110001110010101101010110011010101010111010101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172395; }

 p { color: rgb(23,35,149); }

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

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

 a { background-color: rgb(23,35,149); }

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

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

 span { border-color: rgb(23,35,149); }

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