Shades of Navy Blue #0B4EDF
Tints of Navy Blue #0B4EDF
RGB
CMYK
RGB Variations
Color information
#0B4EDF (or 0x0B4EDF) is known color: Navy Blue. HEX triplet: 0B, 4E and DF. RGB value is (11,78,223). Sum of RGB (Red+Green+Blue) = 11+78+223=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B4EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B4EDF is #F4B120. Grayscale: #494949. Windows color (decimal): -16036129 or 14634507. OLE color: 14634507.
HSL color Cylindrical-coordinate representation of color #0B4EDF: hue angle of 221.04º 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 #0B4EDF is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 78 | 223 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.13 |
| HSL | 221.04º | 0.91% | 0.46% | - |
| HSV(B) | 221.04º | 0.95% | 0.87% | - |
| XYZ | 16.18 | 10.85 | 71.05 | - |
| YUV | 74.5 | 211.8 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 78 | 223 | 0.95 | 0.65 | 0 | 0.13 | 221.04 | 0.91 | 0.46 |
| Hex | B | 4E | DF | 5F | 41 | 0 | D | DD | 5B | 2E |
| Octal | 13 | 116 | 337 | 137 | 101 | 0 | 15 | 335 | 133 | 56 |
| Binary | 1011 | 1001110 | 11011111 | 1011111 | 1000001 | 0 | 1101 | 11011101 | 1011011 | 101110 |
Color Harmonies of #0B4EDF
Complementary color
Monochromatic Colors of #0B4EDF
Black with #0B4EDF
Text Example
Text Example
White with #0B4EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4EDF; }
p { color: rgb(11,78,223); }
H1.HeaderClassName
{
color: #0B4EDF;
}
.AnyTagClassName
{
color: #0B4EDF;
}
</style>
background-color css
<style>
a { background-color: #0B4EDF; }
a { background-color: rgb(11,78,223); }
div.DivClassName
{
background-color: #0B4EDF;
}
.BgClassName
{
background-color: #0B4EDF;
}
</style>
border-color css
<style>
span { border-color: #0B4EDF; }
span { border-color: rgb(11,78,223); }
td.TdClassName
{
border-color: #0B4EDF;
}
.TagClassName
{
border-color: #0B4EDF;
}
</style>