#164C5D

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

Shades of Astronaut Blue #164C5D

Tints of Astronaut Blue #164C5D

Color information

#164C5D (or 0x164C5D) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4C and 5D. RGB value is (22,76,93). Sum of RGB (Red+Green+Blue) = 22+76+93=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 76 (30.08% from 255 or 39.79% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #164C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C5D is #E9B3A2. Grayscale: #3D3D3D. Windows color (decimal): -15315875 or 6114326. OLE color: 6114326.

HSL color Cylindrical-coordinate representation of color #164C5D: hue angle of 194.37º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #164C5D is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB227693-
CMYK0.760.1800.64
HSL194.37º61.74%22.55%-
HSV(B)194.37º76.34%36.47%-
XYZ4.896.1311.28-
YUV61.79145.6199.62-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.52%
GREEN value IS 76 (30.08% from 255) = 39.79%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=11.52%
G=39.79%
B=48.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2276930.760.1800.64194.3761.7422.55
Hex164C5D4C12040c23e17
Octal261141351142201003027627
Binary1011010011001011101100110010010010000001100001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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