Shades of Midnight Blue #100260
Tints of Midnight Blue #100260
RGB
CMYK
RGB Variations
Color information
#100260 (or 0x100260) is known color: Midnight Blue. HEX triplet: 10, 02 and 60. RGB value is (16,2,96). Sum of RGB (Red+Green+Blue) = 16+2+96=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #100260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100260 is #EFFD9F. Grayscale: #101010. Windows color (decimal): -15728032 or 6291984. OLE color: 6291984.
HSL color Cylindrical-coordinate representation of color #100260: hue angle of 248.94º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100260 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 2 | 96 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.62 |
| HSL | 248.94º | 0.96% | 0.19% | - |
| HSV(B) | 248.94º | 0.98% | 0.38% | - |
| XYZ | 2.35 | 1 | 11.14 | - |
| YUV | 16.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 96 | 0.83 | 0.98 | 0 | 0.62 | 248.94 | 0.96 | 0.19 |
| Hex | 10 | 2 | 60 | 53 | 62 | 0 | 3E | F9 | 60 | 13 |
| Octal | 20 | 2 | 140 | 123 | 142 | 0 | 76 | 371 | 140 | 23 |
| Binary | 10000 | 10 | 1100000 | 1010011 | 1100010 | 0 | 111110 | 11111001 | 1100000 | 10011 |
Color Harmonies of #100260
Complementary color
Monochromatic Colors of #100260
Black with #100260
Text Example
Text Example
White with #100260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100260; }
p { color: rgb(16,2,96); }
H1.HeaderClassName
{
color: #100260;
}
.AnyTagClassName
{
color: #100260;
}
</style>
background-color css
<style>
a { background-color: #100260; }
a { background-color: rgb(16,2,96); }
div.DivClassName
{
background-color: #100260;
}
.BgClassName
{
background-color: #100260;
}
</style>
border-color css
<style>
span { border-color: #100260; }
span { border-color: rgb(16,2,96); }
td.TdClassName
{
border-color: #100260;
}
.TagClassName
{
border-color: #100260;
}
</style>