Shades of Midnight Blue #100267
Tints of Midnight Blue #100267
RGB
CMYK
RGB Variations
Color information
#100267 (or 0x100267) is known color: Midnight Blue. HEX triplet: 10, 02 and 67. RGB value is (16,2,103). Sum of RGB (Red+Green+Blue) = 16+2+103=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 103 (40.62% from 255 or 85.12% from 121); Max value from RGB is 103 - color contains mainly: blue. Hex color #100267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100267 is #EFFD98. Grayscale: #111111. Windows color (decimal): -15728025 or 6750736. OLE color: 6750736.
HSL color Cylindrical-coordinate representation of color #100267: hue angle of 248.32º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100267 is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 2 | 103 | - |
| CMYK | 0.84 | 0.98 | 0 | 0.60 |
| HSL | 248.32º | 0.96% | 0.21% | - |
| HSV(B) | 248.32º | 0.98% | 0.4% | - |
| XYZ | 2.68 | 1.13 | 12.91 | - |
| YUV | 17.7 | 176.14 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 103 | 0.84 | 0.98 | 0 | 0.60 | 248.32 | 0.96 | 0.21 |
| Hex | 10 | 2 | 67 | 54 | 62 | 0 | 3C | F8 | 60 | 15 |
| Octal | 20 | 2 | 147 | 124 | 142 | 0 | 74 | 370 | 140 | 25 |
| Binary | 10000 | 10 | 1100111 | 1010100 | 1100010 | 0 | 111100 | 11111000 | 1100000 | 10101 |
Color Harmonies of #100267
Complementary color
Monochromatic Colors of #100267
Black with #100267
Text Example
Text Example
White with #100267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100267; }
p { color: rgb(16,2,103); }
H1.HeaderClassName
{
color: #100267;
}
.AnyTagClassName
{
color: #100267;
}
</style>
background-color css
<style>
a { background-color: #100267; }
a { background-color: rgb(16,2,103); }
div.DivClassName
{
background-color: #100267;
}
.BgClassName
{
background-color: #100267;
}
</style>
border-color css
<style>
span { border-color: #100267; }
span { border-color: rgb(16,2,103); }
td.TdClassName
{
border-color: #100267;
}
.TagClassName
{
border-color: #100267;
}
</style>