Shades of Midnight Blue #101265
Tints of Midnight Blue #101265
RGB
CMYK
RGB Variations
Color information
#101265 (or 0x101265) is known color: Midnight Blue. HEX triplet: 10, 12 and 65. RGB value is (16,18,101). Sum of RGB (Red+Green+Blue) = 16+18+101=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #101265 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101265 is #EFED9A. Grayscale: #1A1A1A. Windows color (decimal): -15723931 or 6623760. OLE color: 6623760.
HSL color Cylindrical-coordinate representation of color #101265: hue angle of 238.59º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101265 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 18 | 101 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.60 |
| HSL | 238.59º | 0.73% | 0.23% | - |
| HSV(B) | 238.59º | 0.84% | 0.4% | - |
| XYZ | 2.78 | 1.48 | 12.45 | - |
| YUV | 26.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 101 | 0.84 | 0.82 | 0 | 0.60 | 238.59 | 0.73 | 0.23 |
| Hex | 10 | 12 | 65 | 54 | 52 | 0 | 3C | EF | 49 | 17 |
| Octal | 20 | 22 | 145 | 124 | 122 | 0 | 74 | 357 | 111 | 27 |
| Binary | 10000 | 10010 | 1100101 | 1010100 | 1010010 | 0 | 111100 | 11101111 | 1001001 | 10111 |
Color Harmonies of #101265
Complementary color
Monochromatic Colors of #101265
Black with #101265
Text Example
Text Example
White with #101265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101265; }
p { color: rgb(16,18,101); }
H1.HeaderClassName
{
color: #101265;
}
.AnyTagClassName
{
color: #101265;
}
</style>
background-color css
<style>
a { background-color: #101265; }
a { background-color: rgb(16,18,101); }
div.DivClassName
{
background-color: #101265;
}
.BgClassName
{
background-color: #101265;
}
</style>
border-color css
<style>
span { border-color: #101265; }
span { border-color: rgb(16,18,101); }
td.TdClassName
{
border-color: #101265;
}
.TagClassName
{
border-color: #101265;
}
</style>