Html Css Color HEX #164259 Astronaut Blue

📋 copy color: '#164259'

red 22 ◦ green 66 ◦ blue 89

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

Shades of Astronaut Blue #164259

Tints of Astronaut Blue #164259

RGB

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

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

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

R = 12.43%
G = 37.29%
B = 50.28%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#164259 (or 0x164259) is known color: Astronaut Blue. HEX triplet: 16, 42 and 59. RGB value is (22,66,89). Sum of RGB (Red+Green+Blue) = 22+66+89=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 89 (35.16% from 255 or 50.28% from 177); Max value from RGB is 89 - color contains mainly: blue. Hex color #164259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164259 is #E9BDA6. Grayscale: #373737. Windows color (decimal): -15318439 or 5849622. OLE color: 5849622.

HSL color Cylindrical-coordinate representation of color #164259: hue angle of 200.6º 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 #164259 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 22 66 89 -
CMYK 0.75 0.26 0 0.65
HSL 200.6º 0.6% 0.22% -
HSV(B) 200.6º 0.75% 0.35% -
XYZ 4.08 4.79 10.16 -
YUV 55.47 146.92 104.13 -
System Red Green Blue C M Y K H S L
Decimal 22 66 89 0.75 0.26 0 0.65 200.6 0.6 0.22
Hex 16 42 59 4B 1A 0 41 C9 3C 16
Octal 26 102 131 113 32 0 101 311 74 26
Binary 10110 1000010 1011001 1001011 11010 0 1000001 11001001 111100 10110

Color Harmonies of #164259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164259

Black with #164259

Text Example


Text Example

White with #164259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164259; }

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

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

background-color css

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

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

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

border-color css

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

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

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