#164560

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

Shades of Astronaut Blue #164560

Tints of Astronaut Blue #164560

Color information

#164560 (or 0x164560) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 60. RGB value is (22,69,96). Sum of RGB (Red+Green+Blue) = 22+69+96=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #164560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164560 is #E9BA9F. Grayscale: #393939. Windows color (decimal): -15317664 or 6309142. OLE color: 6309142.

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

Color convert

RGB226996-
CMYK0.770.2800.62
HSL201.89º62.71%23.14%-
HSV(B)201.89º77.08%37.65%-
XYZ4.575.2711.84-
YUV58.03149.43102.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 69 (27.34% from 255) = 36.90%
BLUE value IS 96 (37.89% from 255) = 51.34%
R=11.76%
G=36.90%
B=51.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2269960.770.2800.62201.8962.7123.14
Hex1645604D1C03Eca3f17
Octal26105140115340763127727
Binary101101000101110000010011011110001111101100101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164560; }

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

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

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

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

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

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

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

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