Html Css Color HEX #164E5F Astronaut Blue

📋 copy color: '#164E5F'

red 22 ◦ green 78 ◦ blue 95

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

Shades of Astronaut Blue #164E5F

Tints of Astronaut Blue #164E5F

RGB

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

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

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

R = 11.28%
G = 40%
B = 48.72%

CMYK

 C value IS 0.77

 M value IS 0.18

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#164E5F (or 0x164E5F) is known color: Astronaut Blue. HEX triplet: 16, 4E and 5F. RGB value is (22,78,95). Sum of RGB (Red+Green+Blue) = 22+78+95=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 78 (30.86% from 255 or 40% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #164E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #164E5F is #E9B1A0. Grayscale: #3F3F3F. Windows color (decimal): -15315361 or 6245910. OLE color: 6245910.

HSL color Cylindrical-coordinate representation of color #164E5F: hue angle of 193.97º 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 #164E5F is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 22 78 95 -
CMYK 0.77 0.18 0 0.63
HSL 193.97º 0.62% 0.23% -
HSV(B) 193.97º 0.77% 0.37% -
XYZ 5.12 6.45 11.8 -
YUV 63.19 145.95 98.62 -
System Red Green Blue C M Y K H S L
Decimal 22 78 95 0.77 0.18 0 0.63 193.97 0.62 0.23
Hex 16 4E 5F 4D 12 0 3F C2 3E 17
Octal 26 116 137 115 22 0 77 302 76 27
Binary 10110 1001110 1011111 1001101 10010 0 111111 11000010 111110 10111

Color Harmonies of #164E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164E5F

Black with #164E5F

Text Example


Text Example

White with #164E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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