#164461

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

Shades of Astronaut Blue #164461

Tints of Astronaut Blue #164461

Color information

#164461 (or 0x164461) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 61. RGB value is (22,68,97). Sum of RGB (Red+Green+Blue) = 22+68+97=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #164461 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164461 is #E9BB9E. Grayscale: #393939. Windows color (decimal): -15317919 or 6374422. OLE color: 6374422.

HSL color Cylindrical-coordinate representation of color #164461: hue angle of 203.2º 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 #164461 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226897-
CMYK0.770.3000.62
HSL203.2º63.03%23.33%-
HSV(B)203.2º77.32%38.04%-
XYZ4.565.1712.07-
YUV57.55150.26102.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.76%
GREEN value IS 68 (26.95% from 255) = 36.36%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=11.76%
G=36.36%
B=51.87%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2268970.770.3000.62203.263.0323.33
Hex1644614D1E03Ecb3f17
Octal26104141115360763137727
Binary101101000100110000110011011111001111101100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164461; }

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

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

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

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

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

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

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

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