Shades of Navy Blue #0B44E9
Tints of Navy Blue #0B44E9
RGB
CMYK
RGB Variations
Color information
#0B44E9 (or 0x0B44E9) is known color: Navy Blue. HEX triplet: 0B, 44 and E9. RGB value is (11,68,233). Sum of RGB (Red+Green+Blue) = 11+68+233=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 233 (91.41% from 255 or 74.68% from 312); Max value from RGB is 233 - color contains mainly: blue. Hex color #0B44E9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B44E9 is #F4BB16. Grayscale: #454545. Windows color (decimal): -16038679 or 15287307. OLE color: 15287307.
HSL color Cylindrical-coordinate representation of color #0B44E9: hue angle of 224.59º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B44E9 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 11 | 68 | 233 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.09 |
| HSL | 224.59º | 0.91% | 0.48% | - |
| HSV(B) | 224.59º | 0.95% | 0.91% | - |
| XYZ | 16.91 | 10.09 | 78.15 | - |
| YUV | 69.77 | 220.12 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 68 | 233 | 0.95 | 0.71 | 0 | 0.09 | 224.59 | 0.91 | 0.48 |
| Hex | B | 44 | E9 | 5F | 47 | 0 | 9 | E1 | 5B | 30 |
| Octal | 13 | 104 | 351 | 137 | 107 | 0 | 11 | 341 | 133 | 60 |
| Binary | 1011 | 1000100 | 11101001 | 1011111 | 1000111 | 0 | 1001 | 11100001 | 1011011 | 110000 |
Color Harmonies of #0B44E9
Complementary color
Monochromatic Colors of #0B44E9
Black with #0B44E9
Text Example
Text Example
White with #0B44E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B44E9; }
p { color: rgb(11,68,233); }
H1.HeaderClassName
{
color: #0B44E9;
}
.AnyTagClassName
{
color: #0B44E9;
}
</style>
background-color css
<style>
a { background-color: #0B44E9; }
a { background-color: rgb(11,68,233); }
div.DivClassName
{
background-color: #0B44E9;
}
.BgClassName
{
background-color: #0B44E9;
}
</style>
border-color css
<style>
span { border-color: #0B44E9; }
span { border-color: rgb(11,68,233); }
td.TdClassName
{
border-color: #0B44E9;
}
.TagClassName
{
border-color: #0B44E9;
}
</style>