Html Css Color HEX #164963 Astronaut Blue

📋 copy color: '#164963'

red 22 ◦ green 73 ◦ blue 99

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

Shades of Astronaut Blue #164963

Tints of Astronaut Blue #164963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 37.63%

 BLUE value IS 99 (39.06% from 255) = 51.03%

R = 11.34%
G = 37.63%
B = 51.03%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#164963 (or 0x164963) is known color: Astronaut Blue. HEX triplet: 16, 49 and 63. RGB value is (22,73,99). Sum of RGB (Red+Green+Blue) = 22+73+99=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #164963 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164963 is #E9B69C. Grayscale: #3C3C3C. Windows color (decimal): -15316637 or 6506774. OLE color: 6506774.

HSL color Cylindrical-coordinate representation of color #164963: hue angle of 200.26º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164963 is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 73 99 -
CMYK 0.78 0.26 0 0.61
HSL 200.26º 0.64% 0.24% -
HSV(B) 200.26º 0.78% 0.39% -
XYZ 4.97 5.84 12.67 -
YUV 60.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 22 73 99 0.78 0.26 0 0.61 200.26 0.64 0.24
Hex 16 49 63 4E 1A 0 3D C8 40 18
Octal 26 111 143 116 32 0 75 310 100 30
Binary 10110 1001001 1100011 1001110 11010 0 111101 11001000 1000000 11000

Color Harmonies of #164963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164963

Black with #164963

Text Example


Text Example

White with #164963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164963; }

 p { color: rgb(22,73,99); }

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

background-color css

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

 a { background-color: rgb(22,73,99); }

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

border-color css

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

 span { border-color: rgb(22,73,99); }

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