Html Css Color HEX #164255 Astronaut Blue

📋 copy color: '#164255'

red 22 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #164255

Tints of Astronaut Blue #164255

RGB

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

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

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

R = 12.72%
G = 38.15%
B = 49.13%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#164255 (or 0x164255) is known color: Astronaut Blue. HEX triplet: 16, 42 and 55. RGB value is (22,66,85). Sum of RGB (Red+Green+Blue) = 22+66+85=173 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.72% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 85 (33.59% from 255 or 49.13% from 173); Max value from RGB is 85 - color contains mainly: blue. Hex color #164255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164255 is #E9BDAA. Grayscale: #363636. Windows color (decimal): -15318443 or 5587478. OLE color: 5587478.

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

Color convert

RGB 22 66 85 -
CMYK 0.74 0.22 0 0.67
HSL 198.1º 0.59% 0.21% -
HSV(B) 198.1º 0.74% 0.33% -
XYZ 3.92 4.72 9.3 -
YUV 55.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 22 66 85 0.74 0.22 0 0.67 198.1 0.59 0.21
Hex 16 42 55 4A 16 0 43 C6 3B 15
Octal 26 102 125 112 26 0 103 306 73 25
Binary 10110 1000010 1010101 1001010 10110 0 1000011 11000110 111011 10101

Color Harmonies of #164255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164255

Black with #164255

Text Example


Text Example

White with #164255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164255; }

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

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

background-color css

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

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

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

border-color css

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

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

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