Html Css Color HEX #175062 Astronaut Blue

📋 copy color: '#175062'

red 23 ◦ green 80 ◦ blue 98

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

Shades of Astronaut Blue #175062

Tints of Astronaut Blue #175062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 48.76%

R = 11.44%
G = 39.8%
B = 48.76%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#175062 (or 0x175062) is known color: Astronaut Blue. HEX triplet: 17, 50 and 62. RGB value is (23,80,98). Sum of RGB (Red+Green+Blue) = 23+80+98=201 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.44% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #175062 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175062 is #E8AF9D. Grayscale: #404040. Windows color (decimal): -15249310 or 6443031. OLE color: 6443031.

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

Color convert

RGB 23 80 98 -
CMYK 0.77 0.18 0 0.62
HSL 194.4º 0.62% 0.24% -
HSV(B) 194.4º 0.77% 0.38% -
XYZ 5.43 6.8 12.58 -
YUV 65.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 23 80 98 0.77 0.18 0 0.62 194.4 0.62 0.24
Hex 17 50 62 4D 12 0 3E C2 3E 18
Octal 27 120 142 115 22 0 76 302 76 30
Binary 10111 1010000 1100010 1001101 10010 0 111110 11000010 111110 11000

Color Harmonies of #175062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175062

Black with #175062

Text Example


Text Example

White with #175062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175062; }

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

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

background-color css

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

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

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

border-color css

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

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

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