Html Css Color HEX #164256 Astronaut Blue

📋 copy color: '#164256'

red 22 ◦ green 66 ◦ blue 86

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

Shades of Astronaut Blue #164256

Tints of Astronaut Blue #164256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.93%

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

R = 12.64%
G = 37.93%
B = 49.43%

CMYK

 C value IS 0.74

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#164256 (or 0x164256) is known color: Astronaut Blue. HEX triplet: 16, 42 and 56. RGB value is (22,66,86). Sum of RGB (Red+Green+Blue) = 22+66+86=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #164256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164256 is #E9BDA9. Grayscale: #373737. Windows color (decimal): -15318442 or 5653014. OLE color: 5653014.

HSL color Cylindrical-coordinate representation of color #164256: hue angle of 198.75º 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 #164256 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 22 66 86 -
CMYK 0.74 0.23 0 0.66
HSL 198.75º 0.59% 0.21% -
HSV(B) 198.75º 0.74% 0.34% -
XYZ 3.96 4.74 9.51 -
YUV 55.12 145.42 104.37 -
System Red Green Blue C M Y K H S L
Decimal 22 66 86 0.74 0.23 0 0.66 198.75 0.59 0.21
Hex 16 42 56 4A 17 0 42 C7 3B 15
Octal 26 102 126 112 27 0 102 307 73 25
Binary 10110 1000010 1010110 1001010 10111 0 1000010 11000111 111011 10101

Color Harmonies of #164256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164256

Black with #164256

Text Example


Text Example

White with #164256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164256; }

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

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

background-color css

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

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

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

border-color css

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

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

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