#172695

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

Shades of Egyptian Blue #172695

Tints of Egyptian Blue #172695

Color information

#172695 (or 0x172695) is unknown color: approx Egyptian Blue. HEX triplet: 17, 26 and 95. RGB value is (23,38,149). Sum of RGB (Red+Green+Blue) = 23+38+149=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 149 (58.59% from 255 or 70.95% from 210); Max value from RGB is 149 - color contains mainly: blue. Hex color #172695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172695 is #E8D96A. Grayscale: #2D2D2D. Windows color (decimal): -15260011 or 9774615. OLE color: 9774615.

HSL color Cylindrical-coordinate representation of color #172695: hue angle of 232.86º 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 #172695 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2338149-
CMYK0.850.7400.42
HSL232.86º73.26%33.73%-
HSV(B)232.86º84.56%58.43%-
XYZ6.473.7428.81-
YUV46.17186.03111.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 38 (15.23% from 255) = 18.10%
BLUE value IS 149 (58.59% from 255) = 70.95%
R=10.95%
G=18.10%
B=70.95%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23381490.850.7400.42232.8673.2633.73
Hex172695554A02Ae94922
Octal274622512511205235111142
Binary1011110011010010101101010110010100101010111010011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172695; }

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

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

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

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

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

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

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

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