Shades of Midnight Blue #10055B
Tints of Midnight Blue #10055B
RGB
CMYK
RGB Variations
Color information
#10055B (or 0x10055B) is known color: Midnight Blue. HEX triplet: 10, 05 and 5B. RGB value is (16,5,91). Sum of RGB (Red+Green+Blue) = 16+5+91=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 91 (35.94% from 255 or 81.25% from 112); Max value from RGB is 91 - color contains mainly: blue. Hex color #10055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10055B is #EFFAA4. Grayscale: #111111. Windows color (decimal): -15727269 or 5965072. OLE color: 5965072.
HSL color Cylindrical-coordinate representation of color #10055B: hue angle of 247.67º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #10055B is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 16 | 5 | 91 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.64 |
| HSL | 247.67º | 0.9% | 0.19% | - |
| HSV(B) | 247.67º | 0.95% | 0.36% | - |
| XYZ | 2.16 | 0.97 | 9.97 | - |
| YUV | 18.09 | 169.14 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 5 | 91 | 0.82 | 0.95 | 0 | 0.64 | 247.67 | 0.9 | 0.19 |
| Hex | 10 | 5 | 5B | 52 | 5F | 0 | 40 | F8 | 5A | 13 |
| Octal | 20 | 5 | 133 | 122 | 137 | 0 | 100 | 370 | 132 | 23 |
| Binary | 10000 | 101 | 1011011 | 1010010 | 1011111 | 0 | 1000000 | 11111000 | 1011010 | 10011 |
Color Harmonies of #10055B
Complementary color
Monochromatic Colors of #10055B
Black with #10055B
Text Example
Text Example
White with #10055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10055B; }
p { color: rgb(16,5,91); }
H1.HeaderClassName
{
color: #10055B;
}
.AnyTagClassName
{
color: #10055B;
}
</style>
background-color css
<style>
a { background-color: #10055B; }
a { background-color: rgb(16,5,91); }
div.DivClassName
{
background-color: #10055B;
}
.BgClassName
{
background-color: #10055B;
}
</style>
border-color css
<style>
span { border-color: #10055B; }
span { border-color: rgb(16,5,91); }
td.TdClassName
{
border-color: #10055B;
}
.TagClassName
{
border-color: #10055B;
}
</style>