Html Css Color HEX #174860 Astronaut Blue

📋 copy color: '#174860'

red 23 ◦ green 72 ◦ blue 96

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

Shades of Astronaut Blue #174860

Tints of Astronaut Blue #174860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 12.04%
G = 37.7%
B = 50.26%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174860 (or 0x174860) is known color: Astronaut Blue. HEX triplet: 17, 48 and 60. RGB value is (23,72,96). Sum of RGB (Red+Green+Blue) = 23+72+96=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #174860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174860 is #E8B79F. Grayscale: #3B3B3B. Windows color (decimal): -15251360 or 6309911. OLE color: 6309911.

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

Color convert

RGB 23 72 96 -
CMYK 0.76 0.25 0 0.62
HSL 199.73º 0.61% 0.23% -
HSV(B) 199.73º 0.76% 0.38% -
XYZ 4.78 5.66 11.91 -
YUV 60.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 23 72 96 0.76 0.25 0 0.62 199.73 0.61 0.23
Hex 17 48 60 4C 19 0 3E C8 3D 17
Octal 27 110 140 114 31 0 76 310 75 27
Binary 10111 1001000 1100000 1001100 11001 0 111110 11001000 111101 10111

Color Harmonies of #174860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174860

Black with #174860

Text Example


Text Example

White with #174860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174860; }

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

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

background-color css

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

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

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

border-color css

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

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

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