Html Css Color HEX #164661 Astronaut Blue

📋 copy color: '#164661'

red 22 ◦ green 70 ◦ blue 97

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

Shades of Astronaut Blue #164661

Tints of Astronaut Blue #164661

RGB

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

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

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

R = 11.64%
G = 37.04%
B = 51.32%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164661 (or 0x164661) is known color: Astronaut Blue. HEX triplet: 16, 46 and 61. RGB value is (22,70,97). Sum of RGB (Red+Green+Blue) = 22+70+97=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 97 (38.28% from 255 or 51.32% from 189); Max value from RGB is 97 - color contains mainly: blue. Hex color #164661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164661 is #E9B99E. Grayscale: #3A3A3A. Windows color (decimal): -15317407 or 6374934. OLE color: 6374934.

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

Color convert

RGB 22 70 97 -
CMYK 0.77 0.28 0 0.62
HSL 201.6º 0.63% 0.23% -
HSV(B) 201.6º 0.77% 0.38% -
XYZ 4.68 5.41 12.11 -
YUV 58.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 22 70 97 0.77 0.28 0 0.62 201.6 0.63 0.23
Hex 16 46 61 4D 1C 0 3E CA 3F 17
Octal 26 106 141 115 34 0 76 312 77 27
Binary 10110 1000110 1100001 1001101 11100 0 111110 11001010 111111 10111

Color Harmonies of #164661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164661

Black with #164661

Text Example


Text Example

White with #164661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164661; }

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

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

background-color css

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

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

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

border-color css

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

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

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