#164967

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

Shades of Astronaut Blue #164967

Tints of Astronaut Blue #164967

Color information

#164967 (or 0x164967) is unknown color: approx Astronaut Blue. HEX triplet: 16, 49 and 67. RGB value is (22,73,103). Sum of RGB (Red+Green+Blue) = 22+73+103=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #164967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164967 is #E9B698. Grayscale: #3D3D3D. Windows color (decimal): -15316633 or 6768918. OLE color: 6768918.

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

Color convert

RGB2273103-
CMYK0.790.2900.60
HSL202.22º64.8%24.51%-
HSV(B)202.22º78.64%40.39%-
XYZ5.165.9113.7-
YUV61.17151.6100.06-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.11%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=11.11%
G=36.87%
B=52.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal22731030.790.2900.60202.2264.824.51
Hex1649674F1D03Cca4119
Octal261111471173507431210131
Binary1011010010011100111100111111101011110011001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164967; }

 p { color: rgb(22,73,103); }

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

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

 a { background-color: rgb(22,73,103); }

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

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

 span { border-color: rgb(22,73,103); }

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