Shades of Midnight Blue #0B0353
Tints of Midnight Blue #0B0353
RGB
CMYK
RGB Variations
Color information
#0B0353 (or 0x0B0353) is known color: Midnight Blue. HEX triplet: 0B, 03 and 53. RGB value is (11,3,83). Sum of RGB (Red+Green+Blue) = 11+3+83=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 83 (32.81% from 255 or 85.57% from 97); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B0353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0353 is #F4FCAC. Grayscale: #0E0E0E. Windows color (decimal): -16055469 or 5440267. OLE color: 5440267.
HSL color Cylindrical-coordinate representation of color #0B0353: hue angle of 246º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0353 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 3 | 83 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.67 |
| HSL | 246º | 0.93% | 0.17% | - |
| HSV(B) | 246º | 0.96% | 0.33% | - |
| XYZ | 1.73 | 0.76 | 8.24 | - |
| YUV | 14.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 83 | 0.87 | 0.96 | 0 | 0.67 | 246 | 0.93 | 0.17 |
| Hex | B | 3 | 53 | 57 | 60 | 0 | 43 | F6 | 5D | 11 |
| Octal | 13 | 3 | 123 | 127 | 140 | 0 | 103 | 366 | 135 | 21 |
| Binary | 1011 | 11 | 1010011 | 1010111 | 1100000 | 0 | 1000011 | 11110110 | 1011101 | 10001 |
Color Harmonies of #0B0353
Complementary color
Monochromatic Colors of #0B0353
Black with #0B0353
Text Example
Text Example
White with #0B0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0353; }
p { color: rgb(11,3,83); }
H1.HeaderClassName
{
color: #0B0353;
}
.AnyTagClassName
{
color: #0B0353;
}
</style>
background-color css
<style>
a { background-color: #0B0353; }
a { background-color: rgb(11,3,83); }
div.DivClassName
{
background-color: #0B0353;
}
.BgClassName
{
background-color: #0B0353;
}
</style>
border-color css
<style>
span { border-color: #0B0353; }
span { border-color: rgb(11,3,83); }
td.TdClassName
{
border-color: #0B0353;
}
.TagClassName
{
border-color: #0B0353;
}
</style>