#165061

Color #165061 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #165061

Tints of Astronaut Blue #165061

Color information

#165061 (or 0x165061) is unknown color: approx 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

RGB228097-
CMYK0.770.1800.62
HSL193.6º63.03%23.33%-
HSV(B)193.6º77.32%38.04%-
XYZ5.366.7712.33-
YUV64.6146.2897.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=11.06%
G=40.20%
B=48.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2280970.770.1800.62193.663.0323.33
Hex1650614D1203Ec23f17
Octal26120141115220763027727
Binary101101010000110000110011011001001111101100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>