Html Css Color HEX #174B65 Astronaut Blue

📋 copy color: '#174B65'

red 23 ◦ green 75 ◦ blue 101

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

Shades of Astronaut Blue #174B65

Tints of Astronaut Blue #174B65

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.69%

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

R = 11.56%
G = 37.69%
B = 50.75%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#174B65 (or 0x174B65) is known color: Astronaut Blue. HEX triplet: 17, 4B and 65. RGB value is (23,75,101). Sum of RGB (Red+Green+Blue) = 23+75+101=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 101 (39.84% from 255 or 50.75% from 199); Max value from RGB is 101 - color contains mainly: blue. Hex color #174B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #174B65 is #E8B49A. Grayscale: #3E3E3E. Windows color (decimal): -15250587 or 6638359. OLE color: 6638359.

HSL color Cylindrical-coordinate representation of color #174B65: hue angle of 200º 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 #174B65 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 23 75 101 -
CMYK 0.77 0.26 0 0.60
HSL 200º 0.63% 0.24% -
HSV(B) 200º 0.77% 0.4% -
XYZ 5.22 6.15 13.22 -
YUV 62.42 149.77 99.89 -
System Red Green Blue C M Y K H S L
Decimal 23 75 101 0.77 0.26 0 0.60 200 0.63 0.24
Hex 17 4B 65 4D 1A 0 3C C8 3F 18
Octal 27 113 145 115 32 0 74 310 77 30
Binary 10111 1001011 1100101 1001101 11010 0 111100 11001000 111111 11000

Color Harmonies of #174B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174B65

Black with #174B65

Text Example


Text Example

White with #174B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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