#164861

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

Shades of Astronaut Blue #164861

Tints of Astronaut Blue #164861

Color information

#164861 (or 0x164861) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 61. RGB value is (22,72,97). Sum of RGB (Red+Green+Blue) = 22+72+97=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #164861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164861 is #E9B79E. Grayscale: #3B3B3B. Windows color (decimal): -15316895 or 6375446. OLE color: 6375446.

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

Color convert

RGB227297-
CMYK0.770.2600.62
HSL200º63.03%23.33%-
HSV(B)200º77.32%38.04%-
XYZ4.815.6712.15-
YUV59.9148.94100.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 72 (28.52% from 255) = 37.70%
BLUE value IS 97 (38.28% from 255) = 50.79%
R=11.52%
G=37.70%
B=50.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2272970.770.2600.6220063.0323.33
Hex1648614D1A03Ec83f17
Octal26110141115320763107727
Binary101101001000110000110011011101001111101100100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164861; }

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

 H1.HeaderClassName
 {
   color: #164861;
 }
 .AnyTagClassName
 {
   color: #164861;
 }
</style>
background-color css

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

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

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

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

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

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