Html Css Color HEX #164A60 Astronaut Blue

📋 copy color: '#164A60'

red 22 ◦ green 74 ◦ blue 96

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

Shades of Astronaut Blue #164A60

Tints of Astronaut Blue #164A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.54%

 BLUE value IS 96 (37.89% from 255) = 50%

R = 11.46%
G = 38.54%
B = 50%

CMYK

 C value IS 0.77

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164A60 (or 0x164A60) is known color: Astronaut Blue. HEX triplet: 16, 4A and 60. RGB value is (22,74,96). Sum of RGB (Red+Green+Blue) = 22+74+96=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #164A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164A60 is #E9B59F. Grayscale: #3C3C3C. Windows color (decimal): -15316384 or 6310422. OLE color: 6310422.

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

Color convert

RGB 22 74 96 -
CMYK 0.77 0.23 0 0.62
HSL 197.84º 0.63% 0.23% -
HSV(B) 197.84º 0.77% 0.38% -
XYZ 4.89 5.91 11.95 -
YUV 60.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 22 74 96 0.77 0.23 0 0.62 197.84 0.63 0.23
Hex 16 4A 60 4D 17 0 3E C6 3F 17
Octal 26 112 140 115 27 0 76 306 77 27
Binary 10110 1001010 1100000 1001101 10111 0 111110 11000110 111111 10111

Color Harmonies of #164A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164A60

Black with #164A60

Text Example


Text Example

White with #164A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164A60; }

 p { color: rgb(22,74,96); }

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

background-color css

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

 a { background-color: rgb(22,74,96); }

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

border-color css

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

 span { border-color: rgb(22,74,96); }

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