Html Css Color HEX #164660 Astronaut Blue

📋 copy color: '#164660'

red 22 ◦ green 70 ◦ blue 96

#164660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #164660

Tints of Astronaut Blue #164660

RGB

 RED value IS 22 (8.98% from 255) = 11.7%

 GREEN value IS 70 (27.73% from 255) = 37.23%

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 11.7%
G = 37.23%
B = 51.06%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164660 (or 0x164660) is known color: Astronaut Blue. HEX triplet: 16, 46 and 60. RGB value is (22,70,96). Sum of RGB (Red+Green+Blue) = 22+70+96=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #164660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164660 is #E9B99F. Grayscale: #3A3A3A. Windows color (decimal): -15317408 or 6309398. OLE color: 6309398.

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

Color convert

RGB 22 70 96 -
CMYK 0.77 0.27 0 0.62
HSL 201.08º 0.63% 0.23% -
HSV(B) 201.08º 0.77% 0.38% -
XYZ 4.63 5.4 11.86 -
YUV 58.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 22 70 96 0.77 0.27 0 0.62 201.08 0.63 0.23
Hex 16 46 60 4D 1B 0 3E C9 3F 17
Octal 26 106 140 115 33 0 76 311 77 27
Binary 10110 1000110 1100000 1001101 11011 0 111110 11001001 111111 10111

Color Harmonies of #164660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164660

Black with #164660

Text Example


Text Example

White with #164660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164660; }

 p { color: rgb(22,70,96); }

 H1.HeaderClassName
 {
   color: #164660;
 }
 .AnyTagClassName
 {
   color: #164660;
 }
</style>

background-color css

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

 a { background-color: rgb(22,70,96); }

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

border-color css

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

 span { border-color: rgb(22,70,96); }

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