Shades of Midnight Blue #10065D
Tints of Midnight Blue #10065D
RGB
CMYK
RGB Variations
Color information
#10065D (or 0x10065D) is known color: Midnight Blue. HEX triplet: 10, 06 and 5D. RGB value is (16,6,93). Sum of RGB (Red+Green+Blue) = 16+6+93=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 6 (2.73% from 255 or 5.22% from 115); Blue value is 93 (36.72% from 255 or 80.87% from 115); Max value from RGB is 93 - color contains mainly: blue. Hex color #10065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10065D is #EFF9A2. Grayscale: #121212. Windows color (decimal): -15727011 or 6096400. OLE color: 6096400.
HSL color Cylindrical-coordinate representation of color #10065D: hue angle of 246.9º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10065D is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 6 | 93 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.64 |
| HSL | 246.9º | 0.88% | 0.19% | - |
| HSV(B) | 246.9º | 0.94% | 0.36% | - |
| XYZ | 2.25 | 1.03 | 10.44 | - |
| YUV | 18.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 93 | 0.83 | 0.94 | 0 | 0.64 | 246.9 | 0.88 | 0.19 |
| Hex | 10 | 6 | 5D | 53 | 5E | 0 | 40 | F7 | 58 | 13 |
| Octal | 20 | 6 | 135 | 123 | 136 | 0 | 100 | 367 | 130 | 23 |
| Binary | 10000 | 110 | 1011101 | 1010011 | 1011110 | 0 | 1000000 | 11110111 | 1011000 | 10011 |
Color Harmonies of #10065D
Complementary color
Monochromatic Colors of #10065D
Black with #10065D
Text Example
Text Example
White with #10065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10065D; }
p { color: rgb(16,6,93); }
H1.HeaderClassName
{
color: #10065D;
}
.AnyTagClassName
{
color: #10065D;
}
</style>
background-color css
<style>
a { background-color: #10065D; }
a { background-color: rgb(16,6,93); }
div.DivClassName
{
background-color: #10065D;
}
.BgClassName
{
background-color: #10065D;
}
</style>
border-color css
<style>
span { border-color: #10065D; }
span { border-color: rgb(16,6,93); }
td.TdClassName
{
border-color: #10065D;
}
.TagClassName
{
border-color: #10065D;
}
</style>