#164B62

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

Shades of Astronaut Blue #164B62

Tints of Astronaut Blue #164B62

Color information

#164B62 (or 0x164B62) is unknown color: approx Astronaut Blue. HEX triplet: 16, 4B and 62. RGB value is (22,75,98). Sum of RGB (Red+Green+Blue) = 22+75+98=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #164B62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164B62 is #E9B49D. Grayscale: #3D3D3D. Windows color (decimal): -15316126 or 6441750. OLE color: 6441750.

HSL color Cylindrical-coordinate representation of color #164B62: hue angle of 198.16º 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 #164B62 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB227598-
CMYK0.780.2300.62
HSL198.16º63.33%23.53%-
HSV(B)198.16º77.55%38.43%-
XYZ5.056.0812.46-
YUV61.77148.4499.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 98 (38.67% from 255) = 50.26%
R=11.28%
G=38.46%
B=50.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2275980.780.2300.62198.1663.3323.53
Hex164B624E1703Ec63f18
Octal26113142116270763067730
Binary101101001011110001010011101011101111101100011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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