Shades of Midnight Blue #10026A
Tints of Midnight Blue #10026A
RGB
CMYK
RGB Variations
Color information
#10026A (or 0x10026A) is known color: Midnight Blue. HEX triplet: 10, 02 and 6A. RGB value is (16,2,106). Sum of RGB (Red+Green+Blue) = 16+2+106=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #10026A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10026A is #EFFD95. Grayscale: #111111. Windows color (decimal): -15728022 or 6947344. OLE color: 6947344.
HSL color Cylindrical-coordinate representation of color #10026A: hue angle of 248.08º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10026A is Cyan = 0.85, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 2 | 106 | - |
| CMYK | 0.85 | 0.98 | 0 | 0.58 |
| HSL | 248.08º | 0.96% | 0.21% | - |
| HSV(B) | 248.08º | 0.98% | 0.42% | - |
| XYZ | 2.84 | 1.19 | 13.72 | - |
| YUV | 18.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 106 | 0.85 | 0.98 | 0 | 0.58 | 248.08 | 0.96 | 0.21 |
| Hex | 10 | 2 | 6A | 55 | 62 | 0 | 3A | F8 | 60 | 15 |
| Octal | 20 | 2 | 152 | 125 | 142 | 0 | 72 | 370 | 140 | 25 |
| Binary | 10000 | 10 | 1101010 | 1010101 | 1100010 | 0 | 111010 | 11111000 | 1100000 | 10101 |
Color Harmonies of #10026A
Complementary color
Monochromatic Colors of #10026A
Black with #10026A
Text Example
Text Example
White with #10026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10026A; }
p { color: rgb(16,2,106); }
H1.HeaderClassName
{
color: #10026A;
}
.AnyTagClassName
{
color: #10026A;
}
</style>
background-color css
<style>
a { background-color: #10026A; }
a { background-color: rgb(16,2,106); }
div.DivClassName
{
background-color: #10026A;
}
.BgClassName
{
background-color: #10026A;
}
</style>
border-color css
<style>
span { border-color: #10026A; }
span { border-color: rgb(16,2,106); }
td.TdClassName
{
border-color: #10026A;
}
.TagClassName
{
border-color: #10026A;
}
</style>