Html Css Color HEX #174960 Astronaut Blue

📋 copy color: '#174960'

red 23 ◦ green 73 ◦ blue 96

#174960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #174960

Tints of Astronaut Blue #174960

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 value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174960 (or 0x174960) is known color: 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

RGB 23 73 96 -
CMYK 0.76 0.24 0 0.62
HSL 198.9º 0.61% 0.23% -
HSV(B) 198.9º 0.76% 0.38% -
XYZ 4.85 5.79 11.93 -
YUV 60.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 23 73 96 0.76 0.24 0 0.62 198.9 0.61 0.23
Hex 17 49 60 4C 18 0 3E C7 3D 17
Octal 27 111 140 114 30 0 76 307 75 27
Binary 10111 1001001 1100000 1001100 11000 0 111110 11000111 111101 10111

Color Harmonies of #174960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174960

Black with #174960

Text Example


Text Example

White with #174960

Text Example


Text Example

HTML Codes & Css Web 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>