#164460

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

Shades of Astronaut Blue #164460

Tints of Astronaut Blue #164460

Color information

#164460 (or 0x164460) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 60. RGB value is (22,68,96). Sum of RGB (Red+Green+Blue) = 22+68+96=186 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.83% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #164460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164460 is #E9BB9F. Grayscale: #393939. Windows color (decimal): -15317920 or 6308886. OLE color: 6308886.

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

Color convert

RGB226896-
CMYK0.770.2900.62
HSL202.7º62.71%23.14%-
HSV(B)202.7º77.08%37.65%-
XYZ4.515.1511.82-
YUV57.44149.76102.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.83%
GREEN value IS 68 (26.95% from 255) = 36.56%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=11.83%
G=36.56%
B=51.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2268960.770.2900.62202.762.7123.14
Hex1644604D1D03Ecb3f17
Octal26104140115350763137727
Binary101101000100110000010011011110101111101100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164460; }

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

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

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

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

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

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

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

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