Shades of Midnight Blue #101267
Tints of Midnight Blue #101267
RGB
CMYK
RGB Variations
Color information
#101267 (or 0x101267) is known color: Midnight Blue. HEX triplet: 10, 12 and 67. RGB value is (16,18,103). Sum of RGB (Red+Green+Blue) = 16+18+103=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 103 (40.62% from 255 or 75.18% from 137); Max value from RGB is 103 - color contains mainly: blue. Hex color #101267 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101267 is #EFED98. Grayscale: #1A1A1A. Windows color (decimal): -15723929 or 6754832. OLE color: 6754832.
HSL color Cylindrical-coordinate representation of color #101267: hue angle of 238.62º 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 #101267 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 16 | 18 | 103 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.60 |
| HSL | 238.62º | 0.73% | 0.23% | - |
| HSV(B) | 238.62º | 0.84% | 0.4% | - |
| XYZ | 2.88 | 1.52 | 12.97 | - |
| YUV | 27.09 | 170.84 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 103 | 0.84 | 0.83 | 0 | 0.60 | 238.62 | 0.73 | 0.23 |
| Hex | 10 | 12 | 67 | 54 | 53 | 0 | 3C | EF | 49 | 17 |
| Octal | 20 | 22 | 147 | 124 | 123 | 0 | 74 | 357 | 111 | 27 |
| Binary | 10000 | 10010 | 1100111 | 1010100 | 1010011 | 0 | 111100 | 11101111 | 1001001 | 10111 |
Color Harmonies of #101267
Complementary color
Monochromatic Colors of #101267
Black with #101267
Text Example
Text Example
White with #101267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101267; }
p { color: rgb(16,18,103); }
H1.HeaderClassName
{
color: #101267;
}
.AnyTagClassName
{
color: #101267;
}
</style>
background-color css
<style>
a { background-color: #101267; }
a { background-color: rgb(16,18,103); }
div.DivClassName
{
background-color: #101267;
}
.BgClassName
{
background-color: #101267;
}
</style>
border-color css
<style>
span { border-color: #101267; }
span { border-color: rgb(16,18,103); }
td.TdClassName
{
border-color: #101267;
}
.TagClassName
{
border-color: #101267;
}
</style>