#164C69

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

Shades of Astronaut Blue #164C69

Tints of Astronaut Blue #164C69

Color information

#164C69 (or 0x164C69) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4C and 69. RGB value is (22,76,105). Sum of RGB (Red+Green+Blue) = 22+76+105=203 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.84% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #164C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C69 is #E9B396. Grayscale: #3E3E3E. Windows color (decimal): -15315863 or 6900758. OLE color: 6900758.

HSL color Cylindrical-coordinate representation of color #164C69: hue angle of 200.96º 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 #164C69 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2276105-
CMYK0.790.2800.59
HSL200.96º65.35%24.9%-
HSV(B)200.96º79.05%41.18%-
XYZ5.476.3614.3-
YUV63.16151.6198.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.84%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=10.84%
G=37.44%
B=51.72%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22761050.790.2800.59200.9665.3524.9
Hex164C694F1C03Bc94119
Octal261141511173407331110131
Binary1011010011001101001100111111100011101111001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164C69; }

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

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

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

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

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

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

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

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