Shades of Navy Blue #0F43FB
Tints of Navy Blue #0F43FB
RGB
CMYK
RGB Variations
Color information
#0F43FB (or 0x0F43FB) is known color: Navy Blue. HEX triplet: 0F, 43 and FB. RGB value is (15,67,251). Sum of RGB (Red+Green+Blue) = 15+67+251=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 251 (98.44% from 255 or 75.38% from 333); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F43FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F43FB is #F0BC04. Grayscale: #474747. Windows color (decimal): -15776773 or 16466703. OLE color: 16466703.
HSL color Cylindrical-coordinate representation of color #0F43FB: hue angle of 226.78º 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 #0F43FB is Cyan = 0.94, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 67 | 251 | - |
| CMYK | 0.94 | 0.73 | 0 | 0.02 |
| HSL | 226.78º | 0.97% | 0.52% | - |
| HSV(B) | 226.78º | 0.94% | 0.98% | - |
| XYZ | 19.62 | 11.08 | 92.37 | - |
| YUV | 72.43 | 228.77 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 251 | 0.94 | 0.73 | 0 | 0.02 | 226.78 | 0.97 | 0.52 |
| Hex | F | 43 | FB | 5E | 49 | 0 | 2 | E3 | 61 | 34 |
| Octal | 17 | 103 | 373 | 136 | 111 | 0 | 2 | 343 | 141 | 64 |
| Binary | 1111 | 1000011 | 11111011 | 1011110 | 1001001 | 0 | 10 | 11100011 | 1100001 | 110100 |
Color Harmonies of #0F43FB
Complementary color
Monochromatic Colors of #0F43FB
Black with #0F43FB
Text Example
Text Example
White with #0F43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F43FB; }
p { color: rgb(15,67,251); }
H1.HeaderClassName
{
color: #0F43FB;
}
.AnyTagClassName
{
color: #0F43FB;
}
</style>
background-color css
<style>
a { background-color: #0F43FB; }
a { background-color: rgb(15,67,251); }
div.DivClassName
{
background-color: #0F43FB;
}
.BgClassName
{
background-color: #0F43FB;
}
</style>
border-color css
<style>
span { border-color: #0F43FB; }
span { border-color: rgb(15,67,251); }
td.TdClassName
{
border-color: #0F43FB;
}
.TagClassName
{
border-color: #0F43FB;
}
</style>