Html Css Color HEX #16496B Astronaut Blue

📋 copy color: '#16496B'

red 22 ◦ green 73 ◦ blue 107

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

Shades of Astronaut Blue #16496B

Tints of Astronaut Blue #16496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 52.97%

R = 10.89%
G = 36.14%
B = 52.97%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#16496B (or 0x16496B) is known color: Astronaut Blue. HEX triplet: 16, 49 and 6B. RGB value is (22,73,107). Sum of RGB (Red+Green+Blue) = 22+73+107=202 (26% of max value = 765). Red value is 22 (8.98% from 255 or 10.89% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #16496B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16496B is #E9B694. Grayscale: #3D3D3D. Windows color (decimal): -15316629 or 7031062. OLE color: 7031062.

HSL color Cylindrical-coordinate representation of color #16496B: hue angle of 204º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16496B is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 22 73 107 -
CMYK 0.79 0.32 0 0.58
HSL 204º 0.66% 0.25% -
HSV(B) 204º 0.79% 0.42% -
XYZ 5.37 6 14.78 -
YUV 61.63 153.6 99.74 -
System Red Green Blue C M Y K H S L
Decimal 22 73 107 0.79 0.32 0 0.58 204 0.66 0.25
Hex 16 49 6B 4F 20 0 3A CC 42 19
Octal 26 111 153 117 40 0 72 314 102 31
Binary 10110 1001001 1101011 1001111 100000 0 111010 11001100 1000010 11001

Color Harmonies of #16496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16496B

Black with #16496B

Text Example


Text Example

White with #16496B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16496B; }

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

 H1.HeaderClassName
 {
   color: #16496B;
 }
 .AnyTagClassName
 {
   color: #16496B;
 }
</style>

background-color css

<style>
 a { background-color: #16496B; }

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

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

border-color css

<style>
 span { border-color: #16496B; }

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

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