Shades of Midnight Blue #0B0253
Tints of Midnight Blue #0B0253
RGB
CMYK
RGB Variations
Color information
#0B0253 (or 0x0B0253) is known color: Midnight Blue. HEX triplet: 0B, 02 and 53. RGB value is (11,2,83). Sum of RGB (Red+Green+Blue) = 11+2+83=96 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.46% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #0B0253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0253 is #F4FDAC. Grayscale: #0D0D0D. Windows color (decimal): -16055725 or 5440011. OLE color: 5440011.
HSL color Cylindrical-coordinate representation of color #0B0253: hue angle of 246.67º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B0253 is Cyan = 0.87, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 11 | 2 | 83 | - |
| CMYK | 0.87 | 0.98 | 0 | 0.67 |
| HSL | 246.67º | 0.95% | 0.17% | - |
| HSV(B) | 246.67º | 0.98% | 0.33% | - |
| XYZ | 1.72 | 0.74 | 8.24 | - |
| YUV | 13.93 | 166.98 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 83 | 0.87 | 0.98 | 0 | 0.67 | 246.67 | 0.95 | 0.17 |
| Hex | B | 2 | 53 | 57 | 62 | 0 | 43 | F7 | 5F | 11 |
| Octal | 13 | 2 | 123 | 127 | 142 | 0 | 103 | 367 | 137 | 21 |
| Binary | 1011 | 10 | 1010011 | 1010111 | 1100010 | 0 | 1000011 | 11110111 | 1011111 | 10001 |
Color Harmonies of #0B0253
Complementary color
Monochromatic Colors of #0B0253
Black with #0B0253
Text Example
Text Example
White with #0B0253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0253; }
p { color: rgb(11,2,83); }
H1.HeaderClassName
{
color: #0B0253;
}
.AnyTagClassName
{
color: #0B0253;
}
</style>
background-color css
<style>
a { background-color: #0B0253; }
a { background-color: rgb(11,2,83); }
div.DivClassName
{
background-color: #0B0253;
}
.BgClassName
{
background-color: #0B0253;
}
</style>
border-color css
<style>
span { border-color: #0B0253; }
span { border-color: rgb(11,2,83); }
td.TdClassName
{
border-color: #0B0253;
}
.TagClassName
{
border-color: #0B0253;
}
</style>