Html Css Color HEX #164760 Astronaut Blue

📋 copy color: '#164760'

red 22 ◦ green 71 ◦ blue 96

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

Shades of Astronaut Blue #164760

Tints of Astronaut Blue #164760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 37.57%

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

R = 11.64%
G = 37.57%
B = 50.79%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164760 (or 0x164760) is known color: Astronaut Blue. HEX triplet: 16, 47 and 60. RGB value is (22,71,96). Sum of RGB (Red+Green+Blue) = 22+71+96=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #164760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164760 is #E9B89F. Grayscale: #3B3B3B. Windows color (decimal): -15317152 or 6309654. OLE color: 6309654.

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

Color convert

RGB 22 71 96 -
CMYK 0.77 0.26 0 0.62
HSL 200.27º 0.63% 0.23% -
HSV(B) 200.27º 0.77% 0.38% -
XYZ 4.7 5.52 11.88 -
YUV 59.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 22 71 96 0.77 0.26 0 0.62 200.27 0.63 0.23
Hex 16 47 60 4D 1A 0 3E C8 3F 17
Octal 26 107 140 115 32 0 76 310 77 27
Binary 10110 1000111 1100000 1001101 11010 0 111110 11001000 111111 10111

Color Harmonies of #164760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164760

Black with #164760

Text Example


Text Example

White with #164760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164760; }

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

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

background-color css

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

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

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

border-color css

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

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

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