Html Css Color HEX #174460 Astronaut Blue

📋 copy color: '#174460'

red 23 ◦ green 68 ◦ blue 96

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

Shades of Astronaut Blue #174460

Tints of Astronaut Blue #174460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.36%

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

R = 12.3%
G = 36.36%
B = 51.34%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#174460 (or 0x174460) is known color: Astronaut Blue. HEX triplet: 17, 44 and 60. RGB value is (23,68,96). Sum of RGB (Red+Green+Blue) = 23+68+96=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #174460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174460 is #E8BB9F. Grayscale: #393939. Windows color (decimal): -15252384 or 6308887. OLE color: 6308887.

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

Color convert

RGB 23 68 96 -
CMYK 0.76 0.29 0 0.62
HSL 203.01º 0.61% 0.23% -
HSV(B) 203.01º 0.76% 0.38% -
XYZ 4.53 5.16 11.82 -
YUV 57.74 149.59 103.22 -
System Red Green Blue C M Y K H S L
Decimal 23 68 96 0.76 0.29 0 0.62 203.01 0.61 0.23
Hex 17 44 60 4C 1D 0 3E CB 3D 17
Octal 27 104 140 114 35 0 76 313 75 27
Binary 10111 1000100 1100000 1001100 11101 0 111110 11001011 111101 10111

Color Harmonies of #174460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174460

Black with #174460

Text Example


Text Example

White with #174460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174460; }

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

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

background-color css

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

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

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

border-color css

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

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

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