Html Css Color HEX #164861 Astronaut Blue

📋 copy color: '#164861'

red 22 ◦ green 72 ◦ blue 97

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

Shades of Astronaut Blue #164861

Tints of Astronaut Blue #164861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 37.7%

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

R = 11.52%
G = 37.7%
B = 50.79%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164861 (or 0x164861) is known color: Astronaut Blue. HEX triplet: 16, 48 and 61. RGB value is (22,72,97). Sum of RGB (Red+Green+Blue) = 22+72+97=191 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.52% from 191); Green value is 72 (28.52% from 255 or 37.70% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #164861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164861 is #E9B79E. Grayscale: #3B3B3B. Windows color (decimal): -15316895 or 6375446. OLE color: 6375446.

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

Color convert

RGB 22 72 97 -
CMYK 0.77 0.26 0 0.62
HSL 200º 0.63% 0.23% -
HSV(B) 200º 0.77% 0.38% -
XYZ 4.81 5.67 12.15 -
YUV 59.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 22 72 97 0.77 0.26 0 0.62 200 0.63 0.23
Hex 16 48 61 4D 1A 0 3E C8 3F 17
Octal 26 110 141 115 32 0 76 310 77 27
Binary 10110 1001000 1100001 1001101 11010 0 111110 11001000 111111 10111

Color Harmonies of #164861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164861

Black with #164861

Text Example


Text Example

White with #164861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164861; }

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

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

background-color css

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

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

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

border-color css

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

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

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