Html Css Color HEX #164666 Astronaut Blue

📋 copy color: '#164666'

red 22 ◦ green 70 ◦ blue 102

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

Shades of Astronaut Blue #164666

Tints of Astronaut Blue #164666

RGB

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

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

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

R = 11.34%
G = 36.08%
B = 52.58%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#164666 (or 0x164666) is known color: Astronaut Blue. HEX triplet: 16, 46 and 66. RGB value is (22,70,102). Sum of RGB (Red+Green+Blue) = 22+70+102=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #164666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164666 is #E9B999. Grayscale: #3B3B3B. Windows color (decimal): -15317402 or 6702614. OLE color: 6702614.

HSL color Cylindrical-coordinate representation of color #164666: hue angle of 204º 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 #164666 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 22 70 102 -
CMYK 0.78 0.31 0 0.6
HSL 204º 0.65% 0.24% -
HSV(B) 204º 0.78% 0.4% -
XYZ 4.92 5.51 13.37 -
YUV 59.3 152.1 101.4 -
System Red Green Blue C M Y K H S L
Decimal 22 70 102 0.78 0.31 0 0.6 204 0.65 0.24
Hex 16 46 66 4E 1F 0 3C CC 41 18
Octal 26 106 146 116 37 0 74 314 101 30
Binary 10110 1000110 1100110 1001110 11111 0 111100 11001100 1000001 11000

Color Harmonies of #164666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164666

Black with #164666

Text Example


Text Example

White with #164666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164666; }

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

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

background-color css

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

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

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

border-color css

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

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

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