Html Css Color HEX #164966 Astronaut Blue

📋 copy color: '#164966'

red 22 ◦ green 73 ◦ blue 102

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

Shades of Astronaut Blue #164966

Tints of Astronaut Blue #164966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 11.17%
G = 37.06%
B = 51.78%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#164966 (or 0x164966) is known color: Astronaut Blue. HEX triplet: 16, 49 and 66. RGB value is (22,73,102). Sum of RGB (Red+Green+Blue) = 22+73+102=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #164966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164966 is #E9B699. Grayscale: #3C3C3C. Windows color (decimal): -15316634 or 6703382. OLE color: 6703382.

HSL color Cylindrical-coordinate representation of color #164966: hue angle of 201.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164966 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 73 102 -
CMYK 0.78 0.28 0 0.6
HSL 201.75º 0.65% 0.24% -
HSV(B) 201.75º 0.78% 0.4% -
XYZ 5.11 5.89 13.44 -
YUV 61.06 151.1 100.14 -
System Red Green Blue C M Y K H S L
Decimal 22 73 102 0.78 0.28 0 0.6 201.75 0.65 0.24
Hex 16 49 66 4E 1C 0 3C CA 41 18
Octal 26 111 146 116 34 0 74 312 101 30
Binary 10110 1001001 1100110 1001110 11100 0 111100 11001010 1000001 11000

Color Harmonies of #164966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164966

Black with #164966

Text Example


Text Example

White with #164966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164966; }

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

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

background-color css

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

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

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

border-color css

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

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

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