Html Css Color HEX #164859 Astronaut Blue

📋 copy color: '#164859'

red 22 ◦ green 72 ◦ blue 89

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

Shades of Astronaut Blue #164859

Tints of Astronaut Blue #164859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 39.34%

 BLUE value IS 89 (35.16% from 255) = 48.63%

R = 12.02%
G = 39.34%
B = 48.63%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164859 (or 0x164859) is known color: Astronaut Blue. HEX triplet: 16, 48 and 59. RGB value is (22,72,89). Sum of RGB (Red+Green+Blue) = 22+72+89=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #164859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164859 is #E9B7A6. Grayscale: #3A3A3A. Windows color (decimal): -15316903 or 5851158. OLE color: 5851158.

HSL color Cylindrical-coordinate representation of color #164859: hue angle of 195.22º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164859 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 72 89 -
CMYK 0.75 0.19 0 0.65
HSL 195.22º 0.6% 0.22% -
HSV(B) 195.22º 0.75% 0.35% -
XYZ 4.45 5.53 10.28 -
YUV 58.99 144.94 101.62 -
System Red Green Blue C M Y K H S L
Decimal 22 72 89 0.75 0.19 0 0.65 195.22 0.6 0.22
Hex 16 48 59 4B 13 0 41 C3 3C 16
Octal 26 110 131 113 23 0 101 303 74 26
Binary 10110 1001000 1011001 1001011 10011 0 1000001 11000011 111100 10110

Color Harmonies of #164859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164859

Black with #164859

Text Example


Text Example

White with #164859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164859; }

 p { color: rgb(22,72,89); }

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

background-color css

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

 a { background-color: rgb(22,72,89); }

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

border-color css

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

 span { border-color: rgb(22,72,89); }

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