Html Css Color HEX #164C5E Astronaut Blue

📋 copy color: '#164C5E'

red 22 ◦ green 76 ◦ blue 94

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

Shades of Astronaut Blue #164C5E

Tints of Astronaut Blue #164C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 11.46%
G = 39.58%
B = 48.96%

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

#164C5E (or 0x164C5E) is known color: Astronaut Blue. HEX triplet: 16, 4C and 5E. RGB value is (22,76,94). Sum of RGB (Red+Green+Blue) = 22+76+94=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 76 (30.08% from 255 or 39.58% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #164C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164C5E is #E9B3A1. Grayscale: #3D3D3D. Windows color (decimal): -15315874 or 6179862. OLE color: 6179862.

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

Color convert

RGB 22 76 94 -
CMYK 0.77 0.19 0 0.63
HSL 195º 0.62% 0.23% -
HSV(B) 195º 0.77% 0.37% -
XYZ 4.94 6.15 11.52 -
YUV 61.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 22 76 94 0.77 0.19 0 0.63 195 0.62 0.23
Hex 16 4C 5E 4D 13 0 3F C3 3E 17
Octal 26 114 136 115 23 0 77 303 76 27
Binary 10110 1001100 1011110 1001101 10011 0 111111 11000011 111110 10111

Color Harmonies of #164C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #164C5E

Black with #164C5E

Text Example


Text Example

White with #164C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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