Html Css Color HEX #164959 Astronaut Blue

📋 copy color: '#164959'

red 22 ◦ green 73 ◦ blue 89

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

Shades of Astronaut Blue #164959

Tints of Astronaut Blue #164959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.67%

 BLUE value IS 89 (35.16% from 255) = 48.37%

R = 11.96%
G = 39.67%
B = 48.37%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164959 (or 0x164959) is known color: Astronaut Blue. HEX triplet: 16, 49 and 59. RGB value is (22,73,89). Sum of RGB (Red+Green+Blue) = 22+73+89=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 89 (35.16% from 255 or 48.37% from 184); Max value from RGB is 89 - color contains mainly: blue. Hex color #164959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164959 is #E9B6A6. Grayscale: #3B3B3B. Windows color (decimal): -15316647 or 5851414. OLE color: 5851414.

HSL color Cylindrical-coordinate representation of color #164959: hue angle of 194.33º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164959 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 73 89 -
CMYK 0.75 0.18 0 0.65
HSL 194.33º 0.6% 0.22% -
HSV(B) 194.33º 0.75% 0.35% -
XYZ 4.52 5.66 10.31 -
YUV 59.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 22 73 89 0.75 0.18 0 0.65 194.33 0.6 0.22
Hex 16 49 59 4B 12 0 41 C2 3C 16
Octal 26 111 131 113 22 0 101 302 74 26
Binary 10110 1001001 1011001 1001011 10010 0 1000001 11000010 111100 10110

Color Harmonies of #164959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164959

Black with #164959

Text Example


Text Example

White with #164959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164959; }

 p { color: rgb(22,73,89); }

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

background-color css

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

 a { background-color: rgb(22,73,89); }

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

border-color css

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

 span { border-color: rgb(22,73,89); }

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