Shades of Midnight Blue #10056C
Tints of Midnight Blue #10056C
RGB
CMYK
RGB Variations
Color information
#10056C (or 0x10056C) is known color: Midnight Blue. HEX triplet: 10, 05 and 6C. RGB value is (16,5,108). Sum of RGB (Red+Green+Blue) = 16+5+108=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #10056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10056C is #EFFA93. Grayscale: #131313. Windows color (decimal): -15727252 or 7079184. OLE color: 7079184.
HSL color Cylindrical-coordinate representation of color #10056C: hue angle of 246.41º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10056C is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 5 | 108 | - |
| CMYK | 0.85 | 0.95 | 0 | 0.58 |
| HSL | 246.41º | 0.91% | 0.22% | - |
| HSV(B) | 246.41º | 0.95% | 0.42% | - |
| XYZ | 2.97 | 1.3 | 14.28 | - |
| YUV | 20.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 108 | 0.85 | 0.95 | 0 | 0.58 | 246.41 | 0.91 | 0.22 |
| Hex | 10 | 5 | 6C | 55 | 5F | 0 | 3A | F6 | 5B | 16 |
| Octal | 20 | 5 | 154 | 125 | 137 | 0 | 72 | 366 | 133 | 26 |
| Binary | 10000 | 101 | 1101100 | 1010101 | 1011111 | 0 | 111010 | 11110110 | 1011011 | 10110 |
Color Harmonies of #10056C
Complementary color
Monochromatic Colors of #10056C
Black with #10056C
Text Example
Text Example
White with #10056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10056C; }
p { color: rgb(16,5,108); }
H1.HeaderClassName
{
color: #10056C;
}
.AnyTagClassName
{
color: #10056C;
}
</style>
background-color css
<style>
a { background-color: #10056C; }
a { background-color: rgb(16,5,108); }
div.DivClassName
{
background-color: #10056C;
}
.BgClassName
{
background-color: #10056C;
}
</style>
border-color css
<style>
span { border-color: #10056C; }
span { border-color: rgb(16,5,108); }
td.TdClassName
{
border-color: #10056C;
}
.TagClassName
{
border-color: #10056C;
}
</style>