Html Css Color HEX #164D5F Astronaut Blue

📋 copy color: '#164D5F'

red 22 ◦ green 77 ◦ blue 95

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

Shades of Astronaut Blue #164D5F

Tints of Astronaut Blue #164D5F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 95 (37.5% from 255) = 48.97%

R = 11.34%
G = 39.69%
B = 48.97%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#164D5F (or 0x164D5F) is known color: Astronaut Blue. HEX triplet: 16, 4D and 5F. RGB value is (22,77,95). Sum of RGB (Red+Green+Blue) = 22+77+95=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 95 (37.5% from 255 or 48.97% from 194); Max value from RGB is 95 - color contains mainly: blue. Hex color #164D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164D5F is #E9B2A0. Grayscale: #3E3E3E. Windows color (decimal): -15315617 or 6245654. OLE color: 6245654.

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

Color convert

RGB 22 77 95 -
CMYK 0.77 0.19 0 0.63
HSL 194.79º 0.62% 0.23% -
HSV(B) 194.79º 0.77% 0.37% -
XYZ 5.05 6.3 11.78 -
YUV 62.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 22 77 95 0.77 0.19 0 0.63 194.79 0.62 0.23
Hex 16 4D 5F 4D 13 0 3F C3 3E 17
Octal 26 115 137 115 23 0 77 303 76 27
Binary 10110 1001101 1011111 1001101 10011 0 111111 11000011 111110 10111

Color Harmonies of #164D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164D5F

Black with #164D5F

Text Example


Text Example

White with #164D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,77,95); }

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

background-color css

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

 a { background-color: rgb(22,77,95); }

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

border-color css

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

 span { border-color: rgb(22,77,95); }

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