#164761

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

Shades of Astronaut Blue #164761

Tints of Astronaut Blue #164761

Color information

#164761 (or 0x164761) is unknown color: approx Astronaut Blue. HEX triplet: 16, 47 and 61. RGB value is (22,71,97). Sum of RGB (Red+Green+Blue) = 22+71+97=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #164761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164761 is #E9B89E. Grayscale: #3B3B3B. Windows color (decimal): -15317151 or 6375190. OLE color: 6375190.

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

Color convert

RGB227197-
CMYK0.770.2700.62
HSL200.8º63.03%23.33%-
HSV(B)200.8º77.32%38.04%-
XYZ4.745.5412.13-
YUV59.31149.27101.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 97 (38.28% from 255) = 51.05%
R=11.58%
G=37.37%
B=51.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2271970.770.2700.62200.863.0323.33
Hex1647614D1B03Ec93f17
Octal26107141115330763117727
Binary101101000111110000110011011101101111101100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164761; }

 p { color: rgb(22,71,97); }

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

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

 a { background-color: rgb(22,71,97); }

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

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

 span { border-color: rgb(22,71,97); }

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