Shades of Navy Blue #0B49DE
Tints of Navy Blue #0B49DE
RGB
CMYK
RGB Variations
Color information
#0B49DE (or 0x0B49DE) is known color: Navy Blue. HEX triplet: 0B, 49 and DE. RGB value is (11,73,222). Sum of RGB (Red+Green+Blue) = 11+73+222=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #0B49DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B49DE is #F4B621. Grayscale: #464646. Windows color (decimal): -16037410 or 14567691. OLE color: 14567691.
HSL color Cylindrical-coordinate representation of color #0B49DE: hue angle of 222.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B49DE is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 73 | 222 | - |
| CMYK | 0.95 | 0.67 | 0 | 0.13 |
| HSL | 222.37º | 0.91% | 0.46% | - |
| HSV(B) | 222.37º | 0.95% | 0.87% | - |
| XYZ | 15.71 | 10.11 | 70.23 | - |
| YUV | 71.45 | 212.96 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 73 | 222 | 0.95 | 0.67 | 0 | 0.13 | 222.37 | 0.91 | 0.46 |
| Hex | B | 49 | DE | 5F | 43 | 0 | D | DE | 5B | 2E |
| Octal | 13 | 111 | 336 | 137 | 103 | 0 | 15 | 336 | 133 | 56 |
| Binary | 1011 | 1001001 | 11011110 | 1011111 | 1000011 | 0 | 1101 | 11011110 | 1011011 | 101110 |
Color Harmonies of #0B49DE
Complementary color
Monochromatic Colors of #0B49DE
Black with #0B49DE
Text Example
Text Example
White with #0B49DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B49DE; }
p { color: rgb(11,73,222); }
H1.HeaderClassName
{
color: #0B49DE;
}
.AnyTagClassName
{
color: #0B49DE;
}
</style>
background-color css
<style>
a { background-color: #0B49DE; }
a { background-color: rgb(11,73,222); }
div.DivClassName
{
background-color: #0B49DE;
}
.BgClassName
{
background-color: #0B49DE;
}
</style>
border-color css
<style>
span { border-color: #0B49DE; }
span { border-color: rgb(11,73,222); }
td.TdClassName
{
border-color: #0B49DE;
}
.TagClassName
{
border-color: #0B49DE;
}
</style>