#164B60

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

Shades of Astronaut Blue #164B60

Tints of Astronaut Blue #164B60

Color information

#164B60 (or 0x164B60) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4B and 60. RGB value is (22,75,96). Sum of RGB (Red+Green+Blue) = 22+75+96=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 75 (29.69% from 255 or 38.86% from 193); Blue value is 96 (37.89% from 255 or 49.74% from 193); Max value from RGB is 96 - color contains mainly: blue. Hex color #164B60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B60 is #E9B49F. Grayscale: #3D3D3D. Windows color (decimal): -15316128 or 6310678. OLE color: 6310678.

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

Color convert

RGB227596-
CMYK0.770.2200.62
HSL197.03º62.71%23.14%-
HSV(B)197.03º77.08%37.65%-
XYZ4.966.0511.97-
YUV61.55147.4499.79-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 75 (29.69% from 255) = 38.86%
BLUE value IS 96 (37.89% from 255) = 49.74%
R=11.40%
G=38.86%
B=49.74%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2275960.770.2200.62197.0362.7123.14
Hex164B604D1603Ec53f17
Octal26113140115260763057727
Binary101101001011110000010011011011001111101100010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164B60; }

 p { color: rgb(22,75,96); }

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

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

 a { background-color: rgb(22,75,96); }

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

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

 span { border-color: rgb(22,75,96); }

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