Shades of Midnight Blue #10196F
Tints of Midnight Blue #10196F
RGB
CMYK
RGB Variations
Color information
#10196F (or 0x10196F) is known color: Midnight Blue. HEX triplet: 10, 19 and 6F. RGB value is (16,25,111). Sum of RGB (Red+Green+Blue) = 16+25+111=152 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.53% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 111 (43.75% from 255 or 73.03% from 152); Max value from RGB is 111 - color contains mainly: blue. Hex color #10196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10196F is #EFE690. Grayscale: #1F1F1F. Windows color (decimal): -15722129 or 7280912. OLE color: 7280912.
HSL color Cylindrical-coordinate representation of color #10196F: hue angle of 234.32º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10196F is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 25 | 111 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.56 |
| HSL | 234.32º | 0.75% | 0.25% | - |
| HSV(B) | 234.32º | 0.86% | 0.44% | - |
| XYZ | 3.43 | 1.95 | 15.24 | - |
| YUV | 32.11 | 172.52 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 25 | 111 | 0.86 | 0.77 | 0 | 0.56 | 234.32 | 0.75 | 0.25 |
| Hex | 10 | 19 | 6F | 56 | 4D | 0 | 38 | EA | 4B | 19 |
| Octal | 20 | 31 | 157 | 126 | 115 | 0 | 70 | 352 | 113 | 31 |
| Binary | 10000 | 11001 | 1101111 | 1010110 | 1001101 | 0 | 111000 | 11101010 | 1001011 | 11001 |
Color Harmonies of #10196F
Complementary color
Monochromatic Colors of #10196F
Black with #10196F
Text Example
Text Example
White with #10196F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10196F; }
p { color: rgb(16,25,111); }
H1.HeaderClassName
{
color: #10196F;
}
.AnyTagClassName
{
color: #10196F;
}
</style>
background-color css
<style>
a { background-color: #10196F; }
a { background-color: rgb(16,25,111); }
div.DivClassName
{
background-color: #10196F;
}
.BgClassName
{
background-color: #10196F;
}
</style>
border-color css
<style>
span { border-color: #10196F; }
span { border-color: rgb(16,25,111); }
td.TdClassName
{
border-color: #10196F;
}
.TagClassName
{
border-color: #10196F;
}
</style>