Html Css Color HEX #174760 Astronaut Blue

📋 copy color: '#174760'

red 23 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #174760

Tints of Astronaut Blue #174760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.37%

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

R = 12.11%
G = 37.37%
B = 50.53%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174760 (or 0x174760) is known color: Astronaut Blue. HEX triplet: 17, 47 and 60. RGB value is (23,71,96). Sum of RGB (Red+Green+Blue) = 23+71+96=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #174760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174760 is #E8B89F. Grayscale: #3B3B3B. Windows color (decimal): -15251616 or 6309655. OLE color: 6309655.

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

Color convert

RGB 23 71 96 -
CMYK 0.76 0.26 0 0.62
HSL 200.55º 0.61% 0.23% -
HSV(B) 200.55º 0.76% 0.38% -
XYZ 4.72 5.53 11.89 -
YUV 59.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 23 71 96 0.76 0.26 0 0.62 200.55 0.61 0.23
Hex 17 47 60 4C 1A 0 3E C9 3D 17
Octal 27 107 140 114 32 0 76 311 75 27
Binary 10111 1000111 1100000 1001100 11010 0 111110 11001001 111101 10111

Color Harmonies of #174760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174760

Black with #174760

Text Example


Text Example

White with #174760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174760; }

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

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

background-color css

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

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

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

border-color css

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

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

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