#164869

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

Shades of Astronaut Blue #164869

Tints of Astronaut Blue #164869

Color information

#164869 (or 0x164869) is unknown color: approx Astronaut Blue. HEX triplet: 16, 48 and 69. RGB value is (22,72,105). Sum of RGB (Red+Green+Blue) = 22+72+105=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #164869 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164869 is #E9B796. Grayscale: #3C3C3C. Windows color (decimal): -15316887 or 6899734. OLE color: 6899734.

HSL color Cylindrical-coordinate representation of color #164869: hue angle of 203.86º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #164869 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2272105-
CMYK0.790.3100.59
HSL203.86º65.35%24.9%-
HSV(B)203.86º79.05%41.18%-
XYZ5.25.8314.22-
YUV60.81152.94100.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.06%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=11.06%
G=36.18%
B=52.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22721050.790.3100.59203.8665.3524.9
Hex1648694F1F03Bcc4119
Octal261101511173707331410131
Binary1011010010001101001100111111111011101111001100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164869; }

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

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

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

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

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

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

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

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