#174660

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

Shades of Astronaut Blue #174660

Tints of Astronaut Blue #174660

Color information

#174660 (or 0x174660) is unknown color: approx Astronaut Blue. HEX triplet: 17, 46 and 60. RGB value is (23,70,96). Sum of RGB (Red+Green+Blue) = 23+70+96=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #174660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174660 is #E8B99F. Grayscale: #3A3A3A. Windows color (decimal): -15251872 or 6309399. OLE color: 6309399.

HSL color Cylindrical-coordinate representation of color #174660: hue angle of 201.37º 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 #174660 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB237096-
CMYK0.760.2700.62
HSL201.37º61.34%23.33%-
HSV(B)201.37º76.04%37.65%-
XYZ4.655.4111.86-
YUV58.91148.93102.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.17%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 96 (37.89% from 255) = 50.79%
R=12.17%
G=37.04%
B=50.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2370960.760.2700.62201.3761.3423.33
Hex1746604C1B03Ec93d17
Octal27106140114330763117527
Binary101111000110110000010011001101101111101100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #174660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #174660; }

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

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

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

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

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

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

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

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