Shades of Navy Blue #0B52EC
Tints of Navy Blue #0B52EC
RGB
CMYK
RGB Variations
Color information
#0B52EC (or 0x0B52EC) is known color: Navy Blue. HEX triplet: 0B, 52 and EC. RGB value is (11,82,236). Sum of RGB (Red+Green+Blue) = 11+82+236=329 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.34% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B52EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0B52EC is #F4AD13. Grayscale: #4D4D4D. Windows color (decimal): -16035092 or 15487499. OLE color: 15487499.
HSL color Cylindrical-coordinate representation of color #0B52EC: hue angle of 221.07º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B52EC is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 11 | 82 | 236 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.07 |
| HSL | 221.07º | 0.91% | 0.48% | - |
| HSV(B) | 221.07º | 0.95% | 0.93% | - |
| XYZ | 18.3 | 12.16 | 80.74 | - |
| YUV | 78.33 | 216.98 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 82 | 236 | 0.95 | 0.65 | 0 | 0.07 | 221.07 | 0.91 | 0.48 |
| Hex | B | 52 | EC | 5F | 41 | 0 | 7 | DD | 5B | 30 |
| Octal | 13 | 122 | 354 | 137 | 101 | 0 | 7 | 335 | 133 | 60 |
| Binary | 1011 | 1010010 | 11101100 | 1011111 | 1000001 | 0 | 111 | 11011101 | 1011011 | 110000 |
Color Harmonies of #0B52EC
Complementary color
Monochromatic Colors of #0B52EC
Black with #0B52EC
Text Example
Text Example
White with #0B52EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B52EC; }
p { color: rgb(11,82,236); }
H1.HeaderClassName
{
color: #0B52EC;
}
.AnyTagClassName
{
color: #0B52EC;
}
</style>
background-color css
<style>
a { background-color: #0B52EC; }
a { background-color: rgb(11,82,236); }
div.DivClassName
{
background-color: #0B52EC;
}
.BgClassName
{
background-color: #0B52EC;
}
</style>
border-color css
<style>
span { border-color: #0B52EC; }
span { border-color: rgb(11,82,236); }
td.TdClassName
{
border-color: #0B52EC;
}
.TagClassName
{
border-color: #0B52EC;
}
</style>