Html Css Color HEX #164F61 Astronaut Blue

📋 copy color: '#164F61'

red 22 ◦ green 79 ◦ blue 97

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

Shades of Astronaut Blue #164F61

Tints of Astronaut Blue #164F61

RGB

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

 GREEN value IS 79 (31.25% from 255) = 39.9%

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

R = 11.11%
G = 39.9%
B = 48.99%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164F61 (or 0x164F61) is known color: Astronaut Blue. HEX triplet: 16, 4F and 61. RGB value is (22,79,97). Sum of RGB (Red+Green+Blue) = 22+79+97=198 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.11% from 198); Green value is 79 (31.25% from 255 or 39.90% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #164F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F61 is #E9B09E. Grayscale: #3F3F3F. Windows color (decimal): -15315103 or 6377238. OLE color: 6377238.

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

Color convert

RGB 22 79 97 -
CMYK 0.77 0.19 0 0.62
HSL 194.4º 0.63% 0.23% -
HSV(B) 194.4º 0.77% 0.38% -
XYZ 5.28 6.63 12.31 -
YUV 64.01 146.62 98.04 -
System Red Green Blue C M Y K H S L
Decimal 22 79 97 0.77 0.19 0 0.62 194.4 0.63 0.23
Hex 16 4F 61 4D 13 0 3E C2 3F 17
Octal 26 117 141 115 23 0 76 302 77 27
Binary 10110 1001111 1100001 1001101 10011 0 111110 11000010 111111 10111

Color Harmonies of #164F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164F61

Black with #164F61

Text Example


Text Example

White with #164F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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