Html Css Color HEX #164C63 Astronaut Blue

📋 copy color: '#164C63'

red 22 ◦ green 76 ◦ blue 99

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

Shades of Astronaut Blue #164C63

Tints of Astronaut Blue #164C63

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38.58%

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

R = 11.17%
G = 38.58%
B = 50.25%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#164C63 (or 0x164C63) is known color: Astronaut Blue. HEX triplet: 16, 4C and 63. RGB value is (22,76,99). Sum of RGB (Red+Green+Blue) = 22+76+99=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 76 (30.08% from 255 or 38.58% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #164C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C63 is #E9B39C. Grayscale: #3E3E3E. Windows color (decimal): -15315869 or 6507542. OLE color: 6507542.

HSL color Cylindrical-coordinate representation of color #164C63: hue angle of 197.92º 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 #164C63 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 22 76 99 -
CMYK 0.78 0.23 0 0.61
HSL 197.92º 0.64% 0.24% -
HSV(B) 197.92º 0.78% 0.39% -
XYZ 5.17 6.24 12.74 -
YUV 62.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 22 76 99 0.78 0.23 0 0.61 197.92 0.64 0.24
Hex 16 4C 63 4E 17 0 3D C6 40 18
Octal 26 114 143 116 27 0 75 306 100 30
Binary 10110 1001100 1100011 1001110 10111 0 111101 11000110 1000000 11000

Color Harmonies of #164C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164C63

Black with #164C63

Text Example


Text Example

White with #164C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #164C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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