Shades of Midnight Blue #0B0363
Tints of Midnight Blue #0B0363
RGB
CMYK
RGB Variations
Color information
#0B0363 (or 0x0B0363) is known color: Midnight Blue. HEX triplet: 0B, 03 and 63. RGB value is (11,3,99). Sum of RGB (Red+Green+Blue) = 11+3+99=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 99 (39.06% from 255 or 87.61% from 113); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B0363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0363 is #F4FC9C. Grayscale: #0F0F0F. Windows color (decimal): -16055453 or 6488843. OLE color: 6488843.
HSL color Cylindrical-coordinate representation of color #0B0363: hue angle of 245º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0363 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 11 | 3 | 99 | - |
| CMYK | 0.89 | 0.97 | 0 | 0.61 |
| HSL | 245º | 0.94% | 0.2% | - |
| HSV(B) | 245º | 0.97% | 0.39% | - |
| XYZ | 2.42 | 1.04 | 11.88 | - |
| YUV | 16.34 | 174.65 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 99 | 0.89 | 0.97 | 0 | 0.61 | 245 | 0.94 | 0.2 |
| Hex | B | 3 | 63 | 59 | 61 | 0 | 3D | F5 | 5E | 14 |
| Octal | 13 | 3 | 143 | 131 | 141 | 0 | 75 | 365 | 136 | 24 |
| Binary | 1011 | 11 | 1100011 | 1011001 | 1100001 | 0 | 111101 | 11110101 | 1011110 | 10100 |
Color Harmonies of #0B0363
Complementary color
Monochromatic Colors of #0B0363
Black with #0B0363
Text Example
Text Example
White with #0B0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0363; }
p { color: rgb(11,3,99); }
H1.HeaderClassName
{
color: #0B0363;
}
.AnyTagClassName
{
color: #0B0363;
}
</style>
background-color css
<style>
a { background-color: #0B0363; }
a { background-color: rgb(11,3,99); }
div.DivClassName
{
background-color: #0B0363;
}
.BgClassName
{
background-color: #0B0363;
}
</style>
border-color css
<style>
span { border-color: #0B0363; }
span { border-color: rgb(11,3,99); }
td.TdClassName
{
border-color: #0B0363;
}
.TagClassName
{
border-color: #0B0363;
}
</style>