Html Css Color HEX #164E63 Astronaut Blue

📋 copy color: '#164E63'

red 22 ◦ green 78 ◦ blue 99

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

Shades of Astronaut Blue #164E63

Tints of Astronaut Blue #164E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.2%

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

R = 11.06%
G = 39.2%
B = 49.75%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#164E63 (or 0x164E63) is known color: Astronaut Blue. HEX triplet: 16, 4E and 63. RGB value is (22,78,99). Sum of RGB (Red+Green+Blue) = 22+78+99=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 78 (30.86% from 255 or 39.20% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #164E63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E63 is #E9B19C. Grayscale: #3F3F3F. Windows color (decimal): -15315357 or 6508054. OLE color: 6508054.

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

Color convert

RGB 22 78 99 -
CMYK 0.78 0.21 0 0.61
HSL 196.36º 0.64% 0.24% -
HSV(B) 196.36º 0.78% 0.39% -
XYZ 5.31 6.52 12.78 -
YUV 63.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 22 78 99 0.78 0.21 0 0.61 196.36 0.64 0.24
Hex 16 4E 63 4E 15 0 3D C4 40 18
Octal 26 116 143 116 25 0 75 304 100 30
Binary 10110 1001110 1100011 1001110 10101 0 111101 11000100 1000000 11000

Color Harmonies of #164E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E63

Black with #164E63

Text Example


Text Example

White with #164E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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