Html Css Color HEX #16495E Astronaut Blue

📋 copy color: '#16495E'

red 22 ◦ green 73 ◦ blue 94

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

Shades of Astronaut Blue #16495E

Tints of Astronaut Blue #16495E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 38.62%

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

R = 11.64%
G = 38.62%
B = 49.74%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#16495E (or 0x16495E) is known color: Astronaut Blue. HEX triplet: 16, 49 and 5E. RGB value is (22,73,94). Sum of RGB (Red+Green+Blue) = 22+73+94=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #16495E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16495E is #E9B6A1. Grayscale: #3C3C3C. Windows color (decimal): -15316642 or 6179094. OLE color: 6179094.

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

Color convert

RGB 22 73 94 -
CMYK 0.77 0.22 0 0.63
HSL 197.5º 0.62% 0.23% -
HSV(B) 197.5º 0.77% 0.37% -
XYZ 4.73 5.74 11.45 -
YUV 60.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 22 73 94 0.77 0.22 0 0.63 197.5 0.62 0.23
Hex 16 49 5E 4D 16 0 3F C6 3E 17
Octal 26 111 136 115 26 0 77 306 76 27
Binary 10110 1001001 1011110 1001101 10110 0 111111 11000110 111110 10111

Color Harmonies of #16495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16495E

Black with #16495E

Text Example


Text Example

White with #16495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16495E; }

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

 H1.HeaderClassName
 {
   color: #16495E;
 }
 .AnyTagClassName
 {
   color: #16495E;
 }
</style>

background-color css

<style>
 a { background-color: #16495E; }

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

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

border-color css

<style>
 span { border-color: #16495E; }

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

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