Html Css Color HEX #164E61 Astronaut Blue

📋 copy color: '#164E61'

red 22 ◦ green 78 ◦ blue 97

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

Shades of Astronaut Blue #164E61

Tints of Astronaut Blue #164E61

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.59%

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

R = 11.17%
G = 39.59%
B = 49.24%

CMYK

 C value IS 0.77

 M value IS 0.20

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164E61 (or 0x164E61) is known color: Astronaut Blue. HEX triplet: 16, 4E and 61. RGB value is (22,78,97). Sum of RGB (Red+Green+Blue) = 22+78+97=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #164E61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E61 is #E9B19E. Grayscale: #3F3F3F. Windows color (decimal): -15315359 or 6376982. OLE color: 6376982.

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

Color convert

RGB 22 78 97 -
CMYK 0.77 0.20 0 0.62
HSL 195.2º 0.63% 0.23% -
HSV(B) 195.2º 0.77% 0.38% -
XYZ 5.21 6.48 12.29 -
YUV 63.42 146.95 98.46 -
System Red Green Blue C M Y K H S L
Decimal 22 78 97 0.77 0.20 0 0.62 195.2 0.63 0.23
Hex 16 4E 61 4D 14 0 3E C3 3F 17
Octal 26 116 141 115 24 0 76 303 77 27
Binary 10110 1001110 1100001 1001101 10100 0 111110 11000011 111111 10111

Color Harmonies of #164E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E61

Black with #164E61

Text Example


Text Example

White with #164E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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