#164563

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

Shades of Astronaut Blue #164563

Tints of Astronaut Blue #164563

Color information

#164563 (or 0x164563) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 63. RGB value is (22,69,99). Sum of RGB (Red+Green+Blue) = 22+69+99=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #164563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164563 is #E9BA9C. Grayscale: #3A3A3A. Windows color (decimal): -15317661 or 6505750. OLE color: 6505750.

HSL color Cylindrical-coordinate representation of color #164563: hue angle of 203.38º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164563 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB226999-
CMYK0.780.3000.61
HSL203.38º63.64%23.73%-
HSV(B)203.38º77.78%38.82%-
XYZ4.715.3312.58-
YUV58.37150.93102.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 99 (39.06% from 255) = 52.11%
R=11.58%
G=36.32%
B=52.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2269990.780.3000.61203.3863.6423.73
Hex1645634E1E03Dcb4018
Octal261051431163607531310030
Binary1011010001011100011100111011110011110111001011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164563; }

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

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

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

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

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

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

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

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