Shades of Navy Blue #0F47FB
Tints of Navy Blue #0F47FB
RGB
CMYK
RGB Variations
Color information
#0F47FB (or 0x0F47FB) is known color: Navy Blue. HEX triplet: 0F, 47 and FB. RGB value is (15,71,251). Sum of RGB (Red+Green+Blue) = 15+71+251=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F47FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F47FB is #F0B804. Grayscale: #4A4A4A. Windows color (decimal): -15775749 or 16467727. OLE color: 16467727.
HSL color Cylindrical-coordinate representation of color #0F47FB: hue angle of 225.76º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F47FB is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 71 | 251 | - |
| CMYK | 0.94 | 0.72 | 0 | 0.02 |
| HSL | 225.76º | 0.97% | 0.52% | - |
| HSV(B) | 225.76º | 0.94% | 0.98% | - |
| XYZ | 19.86 | 11.57 | 92.45 | - |
| YUV | 74.78 | 227.45 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 71 | 251 | 0.94 | 0.72 | 0 | 0.02 | 225.76 | 0.97 | 0.52 |
| Hex | F | 47 | FB | 5E | 48 | 0 | 2 | E2 | 61 | 34 |
| Octal | 17 | 107 | 373 | 136 | 110 | 0 | 2 | 342 | 141 | 64 |
| Binary | 1111 | 1000111 | 11111011 | 1011110 | 1001000 | 0 | 10 | 11100010 | 1100001 | 110100 |
Color Harmonies of #0F47FB
Complementary color
Monochromatic Colors of #0F47FB
Black with #0F47FB
Text Example
Text Example
White with #0F47FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F47FB; }
p { color: rgb(15,71,251); }
H1.HeaderClassName
{
color: #0F47FB;
}
.AnyTagClassName
{
color: #0F47FB;
}
</style>
background-color css
<style>
a { background-color: #0F47FB; }
a { background-color: rgb(15,71,251); }
div.DivClassName
{
background-color: #0F47FB;
}
.BgClassName
{
background-color: #0F47FB;
}
</style>
border-color css
<style>
span { border-color: #0F47FB; }
span { border-color: rgb(15,71,251); }
td.TdClassName
{
border-color: #0F47FB;
}
.TagClassName
{
border-color: #0F47FB;
}
</style>