Html Css Color HEX #164E60 Astronaut Blue

📋 copy color: '#164E60'

red 22 ◦ green 78 ◦ blue 96

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

Shades of Astronaut Blue #164E60

Tints of Astronaut Blue #164E60

RGB

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

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

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

R = 11.22%
G = 39.8%
B = 48.98%

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

#164E60 (or 0x164E60) is known color: Astronaut Blue. HEX triplet: 16, 4E and 60. RGB value is (22,78,96). Sum of RGB (Red+Green+Blue) = 22+78+96=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #164E60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E60 is #E9B19F. Grayscale: #3F3F3F. Windows color (decimal): -15315360 or 6311446. OLE color: 6311446.

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

Color convert

RGB 22 78 96 -
CMYK 0.77 0.19 0 0.62
HSL 194.59º 0.63% 0.23% -
HSV(B) 194.59º 0.77% 0.38% -
XYZ 5.17 6.46 12.04 -
YUV 63.31 146.45 98.54 -
System Red Green Blue C M Y K H S L
Decimal 22 78 96 0.77 0.19 0 0.62 194.59 0.63 0.23
Hex 16 4E 60 4D 13 0 3E C3 3F 17
Octal 26 116 140 115 23 0 76 303 77 27
Binary 10110 1001110 1100000 1001101 10011 0 111110 11000011 111111 10111

Color Harmonies of #164E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E60

Black with #164E60

Text Example


Text Example

White with #164E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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