Shades of Navy Blue #0F4CED
Tints of Navy Blue #0F4CED
RGB
CMYK
RGB Variations
Color information
#0F4CED (or 0x0F4CED) is known color: Navy Blue. HEX triplet: 0F, 4C and ED. RGB value is (15,76,237). Sum of RGB (Red+Green+Blue) = 15+76+237=328 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.57% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F4CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F4CED is #F0B312. Grayscale: #4B4B4B. Windows color (decimal): -15774483 or 15551503. OLE color: 15551503.
HSL color Cylindrical-coordinate representation of color #0F4CED: hue angle of 223.51º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F4CED is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 76 | 237 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.07 |
| HSL | 223.51º | 0.88% | 0.49% | - |
| HSV(B) | 223.51º | 0.94% | 0.93% | - |
| XYZ | 18.07 | 11.38 | 81.37 | - |
| YUV | 76.12 | 218.79 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 237 | 0.94 | 0.68 | 0 | 0.07 | 223.51 | 0.88 | 0.49 |
| Hex | F | 4C | ED | 5E | 44 | 0 | 7 | E0 | 58 | 31 |
| Octal | 17 | 114 | 355 | 136 | 104 | 0 | 7 | 340 | 130 | 61 |
| Binary | 1111 | 1001100 | 11101101 | 1011110 | 1000100 | 0 | 111 | 11100000 | 1011000 | 110001 |
Color Harmonies of #0F4CED
Complementary color
Monochromatic Colors of #0F4CED
Black with #0F4CED
Text Example
Text Example
White with #0F4CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4CED; }
p { color: rgb(15,76,237); }
H1.HeaderClassName
{
color: #0F4CED;
}
.AnyTagClassName
{
color: #0F4CED;
}
</style>
background-color css
<style>
a { background-color: #0F4CED; }
a { background-color: rgb(15,76,237); }
div.DivClassName
{
background-color: #0F4CED;
}
.BgClassName
{
background-color: #0F4CED;
}
</style>
border-color css
<style>
span { border-color: #0F4CED; }
span { border-color: rgb(15,76,237); }
td.TdClassName
{
border-color: #0F4CED;
}
.TagClassName
{
border-color: #0F4CED;
}
</style>