Shades of New Midnight Blue #0B02AD
Tints of New Midnight Blue #0B02AD
RGB
CMYK
RGB Variations
Color information
#0B02AD (or 0x0B02AD) is known color: New Midnight Blue. HEX triplet: 0B, 02 and AD. RGB value is (11,2,173). Sum of RGB (Red+Green+Blue) = 11+2+173=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 173 (67.97% from 255 or 93.01% from 186); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B02AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B02AD is #F4FD52. Grayscale: #171717. Windows color (decimal): -16055635 or 11338251. OLE color: 11338251.
HSL color Cylindrical-coordinate representation of color #0B02AD: hue angle of 243.16º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B02AD is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 2 | 173 | - |
| CMYK | 0.94 | 0.99 | 0 | 0.32 |
| HSL | 243.16º | 0.98% | 0.34% | - |
| HSV(B) | 243.16º | 0.99% | 0.68% | - |
| XYZ | 7.7 | 3.13 | 39.73 | - |
| YUV | 24.19 | 211.98 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 173 | 0.94 | 0.99 | 0 | 0.32 | 243.16 | 0.98 | 0.34 |
| Hex | B | 2 | AD | 5E | 63 | 0 | 20 | F3 | 62 | 22 |
| Octal | 13 | 2 | 255 | 136 | 143 | 0 | 40 | 363 | 142 | 42 |
| Binary | 1011 | 10 | 10101101 | 1011110 | 1100011 | 0 | 100000 | 11110011 | 1100010 | 100010 |
Color Harmonies of #0B02AD
Complementary color
Monochromatic Colors of #0B02AD
Black with #0B02AD
Text Example
Text Example
White with #0B02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B02AD; }
p { color: rgb(11,2,173); }
H1.HeaderClassName
{
color: #0B02AD;
}
.AnyTagClassName
{
color: #0B02AD;
}
</style>
background-color css
<style>
a { background-color: #0B02AD; }
a { background-color: rgb(11,2,173); }
div.DivClassName
{
background-color: #0B02AD;
}
.BgClassName
{
background-color: #0B02AD;
}
</style>
border-color css
<style>
span { border-color: #0B02AD; }
span { border-color: rgb(11,2,173); }
td.TdClassName
{
border-color: #0B02AD;
}
.TagClassName
{
border-color: #0B02AD;
}
</style>