Html Css Color HEX #164F60 Astronaut Blue

📋 copy color: '#164F60'

red 22 ◦ green 79 ◦ blue 96

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

Shades of Astronaut Blue #164F60

Tints of Astronaut Blue #164F60

RGB

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

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

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

R = 11.17%
G = 40.1%
B = 48.73%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164F60 (or 0x164F60) is known color: Astronaut Blue. HEX triplet: 16, 4F and 60. RGB value is (22,79,96). Sum of RGB (Red+Green+Blue) = 22+79+96=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 79 (31.25% from 255 or 40.10% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #164F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164F60 is #E9B09F. Grayscale: #3F3F3F. Windows color (decimal): -15315104 or 6311702. OLE color: 6311702.

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

Color convert

RGB 22 79 96 -
CMYK 0.77 0.18 0 0.62
HSL 193.78º 0.63% 0.23% -
HSV(B) 193.78º 0.77% 0.38% -
XYZ 5.24 6.61 12.07 -
YUV 63.9 146.12 98.12 -
System Red Green Blue C M Y K H S L
Decimal 22 79 96 0.77 0.18 0 0.62 193.78 0.63 0.23
Hex 16 4F 60 4D 12 0 3E C2 3F 17
Octal 26 117 140 115 22 0 76 302 77 27
Binary 10110 1001111 1100000 1001101 10010 0 111110 11000010 111111 10111

Color Harmonies of #164F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164F60

Black with #164F60

Text Example


Text Example

White with #164F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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