Html Css Color HEX #164055 Astronaut Blue

📋 copy color: '#164055'

red 22 ◦ green 64 ◦ blue 85

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

Shades of Astronaut Blue #164055

Tints of Astronaut Blue #164055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 12.87%
G = 37.43%
B = 49.71%

CMYK

 C value IS 0.74

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#164055 (or 0x164055) is known color: Astronaut Blue. HEX triplet: 16, 40 and 55. RGB value is (22,64,85). Sum of RGB (Red+Green+Blue) = 22+64+85=171 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.87% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #164055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164055 is #E9BFAA. Grayscale: #353535. Windows color (decimal): -15318955 or 5586966. OLE color: 5586966.

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

Color convert

RGB 22 64 85 -
CMYK 0.74 0.25 0 0.67
HSL 200º 0.59% 0.21% -
HSV(B) 200º 0.74% 0.33% -
XYZ 3.8 4.49 9.26 -
YUV 53.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 22 64 85 0.74 0.25 0 0.67 200 0.59 0.21
Hex 16 40 55 4A 19 0 43 C8 3B 15
Octal 26 100 125 112 31 0 103 310 73 25
Binary 10110 1000000 1010101 1001010 11001 0 1000011 11001000 111011 10101

Color Harmonies of #164055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164055

Black with #164055

Text Example


Text Example

White with #164055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164055; }

 p { color: rgb(22,64,85); }

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

background-color css

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

 a { background-color: rgb(22,64,85); }

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

border-color css

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

 span { border-color: rgb(22,64,85); }

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