Html Css Color HEX #165061 Astronaut Blue

📋 copy color: '#165061'

red 22 ◦ green 80 ◦ blue 97

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

Shades of Astronaut Blue #165061

Tints of Astronaut Blue #165061

RGB

 RED value IS 22 (8.98% from 255) = 11.06%

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

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

R = 11.06%
G = 40.2%
B = 48.74%

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

#165061 (or 0x165061) is known color: Astronaut Blue. HEX triplet: 16, 50 and 61. RGB value is (22,80,97). Sum of RGB (Red+Green+Blue) = 22+80+97=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #165061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165061 is #E9AF9E. Grayscale: #404040. Windows color (decimal): -15314847 or 6377494. OLE color: 6377494.

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

Color convert

RGB 22 80 97 -
CMYK 0.77 0.18 0 0.62
HSL 193.6º 0.63% 0.23% -
HSV(B) 193.6º 0.77% 0.38% -
XYZ 5.36 6.77 12.33 -
YUV 64.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 22 80 97 0.77 0.18 0 0.62 193.6 0.63 0.23
Hex 16 50 61 4D 12 0 3E C2 3F 17
Octal 26 120 141 115 22 0 76 302 77 27
Binary 10110 1010000 1100001 1001101 10010 0 111110 11000010 111111 10111

Color Harmonies of #165061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165061

Black with #165061

Text Example


Text Example

White with #165061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165061; }

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

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

background-color css

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

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

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

border-color css

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

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

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