Html Css Color HEX #164560 Astronaut Blue

📋 copy color: '#164560'

red 22 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #164560

Tints of Astronaut Blue #164560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 11.76%
G = 36.9%
B = 51.34%

CMYK

 C value IS 0.77

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#164560 (or 0x164560) is known color: Astronaut Blue. HEX triplet: 16, 45 and 60. RGB value is (22,69,96). Sum of RGB (Red+Green+Blue) = 22+69+96=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #164560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164560 is #E9BA9F. Grayscale: #393939. Windows color (decimal): -15317664 or 6309142. OLE color: 6309142.

HSL color Cylindrical-coordinate representation of color #164560: hue angle of 201.89º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #164560 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 69 96 -
CMYK 0.77 0.28 0 0.62
HSL 201.89º 0.63% 0.23% -
HSV(B) 201.89º 0.77% 0.38% -
XYZ 4.57 5.27 11.84 -
YUV 58.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 22 69 96 0.77 0.28 0 0.62 201.89 0.63 0.23
Hex 16 45 60 4D 1C 0 3E CA 3F 17
Octal 26 105 140 115 34 0 76 312 77 27
Binary 10110 1000101 1100000 1001101 11100 0 111110 11001010 111111 10111

Color Harmonies of #164560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164560

Black with #164560

Text Example


Text Example

White with #164560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164560; }

 p { color: rgb(22,69,96); }

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

background-color css

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

 a { background-color: rgb(22,69,96); }

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

border-color css

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

 span { border-color: rgb(22,69,96); }

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