Html Css Color HEX #174A60 Astronaut Blue

📋 copy color: '#174A60'

red 23 ◦ green 74 ◦ blue 96

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

Shades of Astronaut Blue #174A60

Tints of Astronaut Blue #174A60

RGB

 RED value IS 23 (9.38% from 255) = 11.92%

 GREEN value IS 74 (29.3% from 255) = 38.34%

 BLUE value IS 96 (37.89% from 255) = 49.74%

R = 11.92%
G = 38.34%
B = 49.74%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174A60 (or 0x174A60) is known color: Astronaut Blue. HEX triplet: 17, 4A and 60. RGB value is (23,74,96). Sum of RGB (Red+Green+Blue) = 23+74+96=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 74 (29.30% from 255 or 38.34% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #174A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174A60 is #E8B59F. Grayscale: #3D3D3D. Windows color (decimal): -15250848 or 6310423. OLE color: 6310423.

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

Color convert

RGB 23 74 96 -
CMYK 0.76 0.23 0 0.62
HSL 198.08º 0.61% 0.23% -
HSV(B) 198.08º 0.76% 0.38% -
XYZ 4.91 5.92 11.95 -
YUV 61.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 23 74 96 0.76 0.23 0 0.62 198.08 0.61 0.23
Hex 17 4A 60 4C 17 0 3E C6 3D 17
Octal 27 112 140 114 27 0 76 306 75 27
Binary 10111 1001010 1100000 1001100 10111 0 111110 11000110 111101 10111

Color Harmonies of #174A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174A60

Black with #174A60

Text Example


Text Example

White with #174A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174A60; }

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

 H1.HeaderClassName
 {
   color: #174A60;
 }
 .AnyTagClassName
 {
   color: #174A60;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #174A60;
 }
 .BgClassName
 {
   background-color: #174A60;
 }
</style>

border-color css

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

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

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