#164566

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

Shades of Astronaut Blue #164566

Tints of Astronaut Blue #164566

Color information

#164566 (or 0x164566) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 66. RGB value is (22,69,102). Sum of RGB (Red+Green+Blue) = 22+69+102=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 102 (40.23% from 255 or 52.85% from 193); Max value from RGB is 102 - color contains mainly: blue. Hex color #164566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164566 is #E9BA99. Grayscale: #3A3A3A. Windows color (decimal): -15317658 or 6702358. OLE color: 6702358.

HSL color Cylindrical-coordinate representation of color #164566: hue angle of 204.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164566 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2269102-
CMYK0.780.3200.6
HSL204.75º64.52%24.31%-
HSV(B)204.75º78.43%40%-
XYZ4.865.3913.35-
YUV58.71152.43101.82-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.40%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 102 (40.23% from 255) = 52.85%
R=11.40%
G=35.75%
B=52.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal22691020.780.3200.6204.7564.5224.31
Hex1645664E2003Ccd4118
Octal261051461164007431510130
Binary10110100010111001101001110100000011110011001101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164566; }

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

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

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

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

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

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

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

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