Html Css Color HEX #164961 Astronaut Blue

📋 copy color: '#164961'

red 22 ◦ green 73 ◦ blue 97

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

Shades of Astronaut Blue #164961

Tints of Astronaut Blue #164961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 11.46%
G = 38.02%
B = 50.52%

CMYK

 C value IS 0.77

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164961 (or 0x164961) is known color: Astronaut Blue. HEX triplet: 16, 49 and 61. RGB value is (22,73,97). Sum of RGB (Red+Green+Blue) = 22+73+97=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #164961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164961 is #E9B69E. Grayscale: #3C3C3C. Windows color (decimal): -15316639 or 6375702. OLE color: 6375702.

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

Color convert

RGB 22 73 97 -
CMYK 0.77 0.25 0 0.62
HSL 199.2º 0.63% 0.23% -
HSV(B) 199.2º 0.77% 0.38% -
XYZ 4.87 5.8 12.17 -
YUV 60.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 22 73 97 0.77 0.25 0 0.62 199.2 0.63 0.23
Hex 16 49 61 4D 19 0 3E C7 3F 17
Octal 26 111 141 115 31 0 76 307 77 27
Binary 10110 1001001 1100001 1001101 11001 0 111110 11000111 111111 10111

Color Harmonies of #164961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164961

Black with #164961

Text Example


Text Example

White with #164961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164961; }

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

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

background-color css

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

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

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

border-color css

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

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

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