Html Css Color HEX #174965 Astronaut Blue

📋 copy color: '#174965'

red 23 ◦ green 73 ◦ blue 101

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

Shades of Astronaut Blue #174965

Tints of Astronaut Blue #174965

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 101 (39.84% from 255) = 51.27%

R = 11.68%
G = 37.06%
B = 51.27%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#174965 (or 0x174965) is known color: Astronaut Blue. HEX triplet: 17, 49 and 65. RGB value is (23,73,101). Sum of RGB (Red+Green+Blue) = 23+73+101=197 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.68% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 101 (39.84% from 255 or 51.27% from 197); Max value from RGB is 101 - color contains mainly: blue. Hex color #174965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174965 is #E8B69A. Grayscale: #3D3D3D. Windows color (decimal): -15251099 or 6637847. OLE color: 6637847.

HSL color Cylindrical-coordinate representation of color #174965: hue angle of 201.54º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #174965 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 73 101 -
CMYK 0.77 0.28 0 0.60
HSL 201.54º 0.63% 0.24% -
HSV(B) 201.54º 0.77% 0.4% -
XYZ 5.08 5.89 13.18 -
YUV 61.24 150.44 100.72 -
System Red Green Blue C M Y K H S L
Decimal 23 73 101 0.77 0.28 0 0.60 201.54 0.63 0.24
Hex 17 49 65 4D 1C 0 3C CA 3F 18
Octal 27 111 145 115 34 0 74 312 77 30
Binary 10111 1001001 1100101 1001101 11100 0 111100 11001010 111111 11000

Color Harmonies of #174965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174965

Black with #174965

Text Example


Text Example

White with #174965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174965; }

 p { color: rgb(23,73,101); }

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

background-color css

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

 a { background-color: rgb(23,73,101); }

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

border-color css

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

 span { border-color: rgb(23,73,101); }

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