#16197A

Color #16197A Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #16197A

Tints of Midnight Blue #16197A

Color information

#16197A (or 0x16197A) is unknown color: approx Midnight Blue. HEX triplet: 16, 19 and 7A. RGB value is (22,25,122). Sum of RGB (Red+Green+Blue) = 22+25+122=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 25 (10.16% from 255 or 14.79% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #16197A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16197A is #E9E685. Grayscale: #222222. Windows color (decimal): -15328902 or 8001814. OLE color: 8001814.

HSL color Cylindrical-coordinate representation of color #16197A: hue angle of 238.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16197A is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2225122-
CMYK0.820.8000.52
HSL238.2º69.44%28.24%-
HSV(B)238.2º81.97%47.84%-
XYZ4.192.2718.63-
YUV35.16177.01118.61-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 25 (10.16% from 255) = 14.79%
BLUE value IS 122 (48.05% from 255) = 72.19%
R=13.02%
G=14.79%
B=72.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal22251220.820.8000.52238.269.4428.24
Hex16197A5250034ee451c
Octal263117212212006435610534
Binary1011011001111101010100101010000011010011101110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16197A; }

 p { color: rgb(22,25,122); }

 H1.HeaderClassName
 {
   color: #16197A;
 }
 .AnyTagClassName
 {
   color: #16197A;
 }
</style>
background-color css

<style>
 a { background-color: #16197A; }

 a { background-color: rgb(22,25,122); }

 div.DivClassName
 {
   background-color: #16197A;
 }
 .BgClassName
 {
   background-color: #16197A;
 }
</style>
border-color css

<style>
 span { border-color: #16197A; }

 span { border-color: rgb(22,25,122); }

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