#164562

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

Shades of Astronaut Blue #164562

Tints of Astronaut Blue #164562

Color information

#164562 (or 0x164562) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 62. RGB value is (22,69,98). Sum of RGB (Red+Green+Blue) = 22+69+98=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #164562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164562 is #E9BA9D. Grayscale: #3A3A3A. Windows color (decimal): -15317662 or 6440214. OLE color: 6440214.

HSL color Cylindrical-coordinate representation of color #164562: hue angle of 202.89º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164562 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226998-
CMYK0.780.3000.62
HSL202.89º63.33%23.53%-
HSV(B)202.89º77.55%38.43%-
XYZ4.665.3112.33-
YUV58.25150.43102.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.64%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=11.64%
G=36.51%
B=51.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2269980.780.3000.62202.8963.3323.53
Hex1645624E1E03Ecb3f18
Octal26105142116360763137730
Binary101101000101110001010011101111001111101100101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164562; }

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

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

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

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

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

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

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

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