Shades of New Midnight Blue #0B0BAF
Tints of New Midnight Blue #0B0BAF
RGB
CMYK
RGB Variations
Color information
#0B0BAF (or 0x0B0BAF) is known color: New Midnight Blue. HEX triplet: 0B, 0B and AF. RGB value is (11,11,175). Sum of RGB (Red+Green+Blue) = 11+11+175=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 175 (68.75% from 255 or 88.83% from 197); Max value from RGB is 175 - color contains mainly: blue. Hex color #0B0BAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0BAF is #F4F450. Grayscale: #1D1D1D. Windows color (decimal): -16053329 or 11471627. OLE color: 11471627.
HSL color Cylindrical-coordinate representation of color #0B0BAF: hue angle of 240º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0BAF is Cyan = 0.94, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 11 | 175 | - |
| CMYK | 0.94 | 0.94 | 0 | 0.31 |
| HSL | 240º | 0.88% | 0.36% | - |
| HSV(B) | 240º | 0.94% | 0.69% | - |
| XYZ | 8 | 3.41 | 40.79 | - |
| YUV | 29.7 | 210 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 11 | 175 | 0.94 | 0.94 | 0 | 0.31 | 240 | 0.88 | 0.36 |
| Hex | B | B | AF | 5E | 5E | 0 | 1F | F0 | 58 | 24 |
| Octal | 13 | 13 | 257 | 136 | 136 | 0 | 37 | 360 | 130 | 44 |
| Binary | 1011 | 1011 | 10101111 | 1011110 | 1011110 | 0 | 11111 | 11110000 | 1011000 | 100100 |
Color Harmonies of #0B0BAF
Complementary color
Monochromatic Colors of #0B0BAF
Black with #0B0BAF
Text Example
Text Example
White with #0B0BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0BAF; }
p { color: rgb(11,11,175); }
H1.HeaderClassName
{
color: #0B0BAF;
}
.AnyTagClassName
{
color: #0B0BAF;
}
</style>
background-color css
<style>
a { background-color: #0B0BAF; }
a { background-color: rgb(11,11,175); }
div.DivClassName
{
background-color: #0B0BAF;
}
.BgClassName
{
background-color: #0B0BAF;
}
</style>
border-color css
<style>
span { border-color: #0B0BAF; }
span { border-color: rgb(11,11,175); }
td.TdClassName
{
border-color: #0B0BAF;
}
.TagClassName
{
border-color: #0B0BAF;
}
</style>