Html Css Color HEX #164054 Astronaut Blue

📋 copy color: '#164054'

red 22 ◦ green 64 ◦ blue 84

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

Shades of Astronaut Blue #164054

Tints of Astronaut Blue #164054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 12.94%
G = 37.65%
B = 49.41%

CMYK

 C value IS 0.74

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#164054 (or 0x164054) is known color: Astronaut Blue. HEX triplet: 16, 40 and 54. RGB value is (22,64,84). Sum of RGB (Red+Green+Blue) = 22+64+84=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 64 (25.39% from 255 or 37.65% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 84 - color contains mainly: blue. Hex color #164054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164054 is #E9BFAB. Grayscale: #353535. Windows color (decimal): -15318956 or 5521430. OLE color: 5521430.

HSL color Cylindrical-coordinate representation of color #164054: hue angle of 199.35º degrees, saturation: 0.58, 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 #164054 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 64 84 -
CMYK 0.74 0.24 0 0.67
HSL 199.35º 0.58% 0.21% -
HSV(B) 199.35º 0.74% 0.33% -
XYZ 3.76 4.48 9.05 -
YUV 53.72 145.09 105.37 -
System Red Green Blue C M Y K H S L
Decimal 22 64 84 0.74 0.24 0 0.67 199.35 0.58 0.21
Hex 16 40 54 4A 18 0 43 C7 3A 15
Octal 26 100 124 112 30 0 103 307 72 25
Binary 10110 1000000 1010100 1001010 11000 0 1000011 11000111 111010 10101

Color Harmonies of #164054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164054

Black with #164054

Text Example


Text Example

White with #164054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164054; }

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

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

background-color css

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

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

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

border-color css

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

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

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