#174695

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

Shades of Egyptian Blue #174695

Tints of Egyptian Blue #174695

Color information

#174695 (or 0x174695) is unknown color: approx Egyptian Blue. HEX triplet: 17, 46 and 95. RGB value is (23,70,149). Sum of RGB (Red+Green+Blue) = 23+70+149=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #174695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174695 is #E8B96A. Grayscale: #404040. Windows color (decimal): -15251819 or 9782807. OLE color: 9782807.

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

Color convert

RGB2370149-
CMYK0.850.5300.42
HSL217.62º73.26%33.73%-
HSV(B)217.62º84.56%58.43%-
XYZ7.976.7329.31-
YUV64.95175.4398.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.50%
GREEN value IS 70 (27.73% from 255) = 28.93%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=9.50%
G=28.93%
B=61.57%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal23701490.850.5300.42217.6273.2633.73
Hex174695553502Ada4922
Octal271062251256505233211142
Binary1011110001101001010110101011101010101010110110101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174695; }

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

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

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

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

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

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

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

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