Shades of Midnight Blue #101262
Tints of Midnight Blue #101262
RGB
CMYK
RGB Variations
Color information
#101262 (or 0x101262) is known color: Midnight Blue. HEX triplet: 10, 12 and 62. RGB value is (16,18,98). Sum of RGB (Red+Green+Blue) = 16+18+98=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 98 (38.67% from 255 or 74.24% from 132); Max value from RGB is 98 - color contains mainly: blue. Hex color #101262 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101262 is #EFED9D. Grayscale: #1A1A1A. Windows color (decimal): -15723934 or 6427152. OLE color: 6427152.
HSL color Cylindrical-coordinate representation of color #101262: hue angle of 238.54º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #101262 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 18 | 98 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.62 |
| HSL | 238.54º | 0.72% | 0.22% | - |
| HSV(B) | 238.54º | 0.84% | 0.38% | - |
| XYZ | 2.63 | 1.42 | 11.69 | - |
| YUV | 26.52 | 168.34 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 98 | 0.84 | 0.82 | 0 | 0.62 | 238.54 | 0.72 | 0.22 |
| Hex | 10 | 12 | 62 | 54 | 52 | 0 | 3E | EF | 48 | 16 |
| Octal | 20 | 22 | 142 | 124 | 122 | 0 | 76 | 357 | 110 | 26 |
| Binary | 10000 | 10010 | 1100010 | 1010100 | 1010010 | 0 | 111110 | 11101111 | 1001000 | 10110 |
Color Harmonies of #101262
Complementary color
Monochromatic Colors of #101262
Black with #101262
Text Example
Text Example
White with #101262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101262; }
p { color: rgb(16,18,98); }
H1.HeaderClassName
{
color: #101262;
}
.AnyTagClassName
{
color: #101262;
}
</style>
background-color css
<style>
a { background-color: #101262; }
a { background-color: rgb(16,18,98); }
div.DivClassName
{
background-color: #101262;
}
.BgClassName
{
background-color: #101262;
}
</style>
border-color css
<style>
span { border-color: #101262; }
span { border-color: rgb(16,18,98); }
td.TdClassName
{
border-color: #101262;
}
.TagClassName
{
border-color: #101262;
}
</style>