Shades of Navy Blue #0B4BDC
Tints of Navy Blue #0B4BDC
RGB
CMYK
RGB Variations
Color information
#0B4BDC (or 0x0B4BDC) is known color: Navy Blue. HEX triplet: 0B, 4B and DC. RGB value is (11,75,220). Sum of RGB (Red+Green+Blue) = 11+75+220=306 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.59% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #0B4BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B4BDC is #F4B423. Grayscale: #474747. Windows color (decimal): -16036900 or 14437131. OLE color: 14437131.
HSL color Cylindrical-coordinate representation of color #0B4BDC: hue angle of 221.63º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B4BDC is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 11 | 75 | 220 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.14 |
| HSL | 221.63º | 0.9% | 0.45% | - |
| HSV(B) | 221.63º | 0.95% | 0.86% | - |
| XYZ | 15.57 | 10.27 | 68.87 | - |
| YUV | 72.39 | 211.3 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 75 | 220 | 0.95 | 0.66 | 0 | 0.14 | 221.63 | 0.9 | 0.45 |
| Hex | B | 4B | DC | 5F | 42 | 0 | E | DE | 5A | 2D |
| Octal | 13 | 113 | 334 | 137 | 102 | 0 | 16 | 336 | 132 | 55 |
| Binary | 1011 | 1001011 | 11011100 | 1011111 | 1000010 | 0 | 1110 | 11011110 | 1011010 | 101101 |
Color Harmonies of #0B4BDC
Complementary color
Monochromatic Colors of #0B4BDC
Black with #0B4BDC
Text Example
Text Example
White with #0B4BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4BDC; }
p { color: rgb(11,75,220); }
H1.HeaderClassName
{
color: #0B4BDC;
}
.AnyTagClassName
{
color: #0B4BDC;
}
</style>
background-color css
<style>
a { background-color: #0B4BDC; }
a { background-color: rgb(11,75,220); }
div.DivClassName
{
background-color: #0B4BDC;
}
.BgClassName
{
background-color: #0B4BDC;
}
</style>
border-color css
<style>
span { border-color: #0B4BDC; }
span { border-color: rgb(11,75,220); }
td.TdClassName
{
border-color: #0B4BDC;
}
.TagClassName
{
border-color: #0B4BDC;
}
</style>