Html Css Color HEX #164156 Astronaut Blue

📋 copy color: '#164156'

red 22 ◦ green 65 ◦ blue 86

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

Shades of Astronaut Blue #164156

Tints of Astronaut Blue #164156

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.57%

 BLUE value IS 86 (33.98% from 255) = 49.71%

R = 12.72%
G = 37.57%
B = 49.71%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#164156 (or 0x164156) is known color: Astronaut Blue. HEX triplet: 16, 41 and 56. RGB value is (22,65,86). Sum of RGB (Red+Green+Blue) = 22+65+86=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 86 (33.98% from 255 or 49.71% from 173); Max value from RGB is 86 - color contains mainly: blue. Hex color #164156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164156 is #E9BEA9. Grayscale: #363636. Windows color (decimal): -15318698 or 5652758. OLE color: 5652758.

HSL color Cylindrical-coordinate representation of color #164156: hue angle of 199.69º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164156 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 65 86 -
CMYK 0.74 0.24 0 0.66
HSL 199.69º 0.59% 0.21% -
HSV(B) 199.69º 0.74% 0.34% -
XYZ 3.9 4.62 9.49 -
YUV 54.54 145.75 104.79 -
System Red Green Blue C M Y K H S L
Decimal 22 65 86 0.74 0.24 0 0.66 199.69 0.59 0.21
Hex 16 41 56 4A 18 0 42 C8 3B 15
Octal 26 101 126 112 30 0 102 310 73 25
Binary 10110 1000001 1010110 1001010 11000 0 1000010 11001000 111011 10101

Color Harmonies of #164156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164156

Black with #164156

Text Example


Text Example

White with #164156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164156; }

 p { color: rgb(22,65,86); }

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

background-color css

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

 a { background-color: rgb(22,65,86); }

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

border-color css

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

 span { border-color: rgb(22,65,86); }

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