#164863

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

Shades of Astronaut Blue #164863

Tints of Astronaut Blue #164863

Color information

#164863 (or 0x164863) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 63. RGB value is (22,72,99). Sum of RGB (Red+Green+Blue) = 22+72+99=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #164863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164863 is #E9B79C. Grayscale: #3B3B3B. Windows color (decimal): -15316893 or 6506518. OLE color: 6506518.

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

Color convert

RGB227299-
CMYK0.780.2700.61
HSL201.04º63.64%23.73%-
HSV(B)201.04º77.78%38.82%-
XYZ4.95.7112.65-
YUV60.13149.94100.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=11.40%
G=37.31%
B=51.30%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2272990.780.2700.61201.0463.6423.73
Hex1648634E1B03Dc94018
Octal261101431163307531110030
Binary1011010010001100011100111011011011110111001001100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164863; }

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

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

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

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

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

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

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

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