Html Css Color HEX #175061 Astronaut Blue

📋 copy color: '#175061'

red 23 ◦ green 80 ◦ blue 97

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

Shades of Astronaut Blue #175061

Tints of Astronaut Blue #175061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40%

 BLUE value IS 97 (38.28% from 255) = 48.5%

R = 11.5%
G = 40%
B = 48.5%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175061 (or 0x175061) is known color: Astronaut Blue. HEX triplet: 17, 50 and 61. RGB value is (23,80,97). Sum of RGB (Red+Green+Blue) = 23+80+97=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 97 (38.28% from 255 or 48.5% from 200); Max value from RGB is 97 - color contains mainly: blue. Hex color #175061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175061 is #E8AF9E. Grayscale: #404040. Windows color (decimal): -15249311 or 6377495. OLE color: 6377495.

HSL color Cylindrical-coordinate representation of color #175061: hue angle of 193.78º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #175061 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 80 97 -
CMYK 0.76 0.18 0 0.62
HSL 193.78º 0.62% 0.24% -
HSV(B) 193.78º 0.76% 0.38% -
XYZ 5.38 6.78 12.33 -
YUV 64.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 23 80 97 0.76 0.18 0 0.62 193.78 0.62 0.24
Hex 17 50 61 4C 12 0 3E C2 3E 18
Octal 27 120 141 114 22 0 76 302 76 30
Binary 10111 1010000 1100001 1001100 10010 0 111110 11000010 111110 11000

Color Harmonies of #175061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175061

Black with #175061

Text Example


Text Example

White with #175061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175061; }

 p { color: rgb(23,80,97); }

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

background-color css

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

 a { background-color: rgb(23,80,97); }

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

border-color css

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

 span { border-color: rgb(23,80,97); }

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