#174960

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

Shades of Astronaut Blue #174960

Tints of Astronaut Blue #174960

Color information

#174960 (or 0x174960) is unknown color: approx Astronaut Blue. HEX triplet: 17, 49 and 60. RGB value is (23,73,96). Sum of RGB (Red+Green+Blue) = 23+73+96=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #174960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174960 is #E8B69F. Grayscale: #3C3C3C. Windows color (decimal): -15251104 or 6310167. OLE color: 6310167.

HSL color Cylindrical-coordinate representation of color #174960: hue angle of 198.9º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #174960 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB237396-
CMYK0.760.2400.62
HSL198.9º61.34%23.33%-
HSV(B)198.9º76.04%37.65%-
XYZ4.855.7911.93-
YUV60.67147.94101.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 11.98%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 96 (37.89% from 255) = 50%
R=11.98%
G=38.02%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2373960.760.2400.62198.961.3423.33
Hex1749604C1803Ec73d17
Octal27111140114300763077527
Binary101111001001110000010011001100001111101100011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174960; }

 p { color: rgb(23,73,96); }

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

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

 a { background-color: rgb(23,73,96); }

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

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

 span { border-color: rgb(23,73,96); }

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