#164663

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

Shades of Astronaut Blue #164663

Tints of Astronaut Blue #164663

Color information

#164663 (or 0x164663) is unknown color: approx Astronaut Blue. HEX triplet: 16, 46 and 63. RGB value is (22,70,99). Sum of RGB (Red+Green+Blue) = 22+70+99=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #164663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164663 is #E9B99C. Grayscale: #3A3A3A. Windows color (decimal): -15317405 or 6506006. OLE color: 6506006.

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

Color convert

RGB227099-
CMYK0.780.2900.61
HSL202.6º63.64%23.73%-
HSV(B)202.6º77.78%38.82%-
XYZ4.775.4512.61-
YUV58.95150.6101.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=11.52%
G=36.65%
B=51.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2270990.780.2900.61202.663.6423.73
Hex1646634E1D03Dcb4018
Octal261061431163507531310030
Binary1011010001101100011100111011101011110111001011100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164663; }

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

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

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

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

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

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

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

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