Shades of Navy Blue #0F5DEA
Tints of Navy Blue #0F5DEA
RGB
CMYK
RGB Variations
Color information
#0F5DEA (or 0x0F5DEA) is known color: Navy Blue. HEX triplet: 0F, 5D and EA. RGB value is (15,93,234). Sum of RGB (Red+Green+Blue) = 15+93+234=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F5DEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5DEA is #F0A215. Grayscale: #555555. Windows color (decimal): -15770134 or 15359247. OLE color: 15359247.
HSL color Cylindrical-coordinate representation of color #0F5DEA: hue angle of 218.63º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F5DEA is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 93 | 234 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.08 |
| HSL | 218.63º | 0.88% | 0.49% | - |
| HSV(B) | 218.63º | 0.94% | 0.92% | - |
| XYZ | 18.96 | 13.87 | 79.52 | - |
| YUV | 85.75 | 211.66 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 93 | 234 | 0.94 | 0.60 | 0 | 0.08 | 218.63 | 0.88 | 0.49 |
| Hex | F | 5D | EA | 5E | 3C | 0 | 8 | DB | 58 | 31 |
| Octal | 17 | 135 | 352 | 136 | 74 | 0 | 10 | 333 | 130 | 61 |
| Binary | 1111 | 1011101 | 11101010 | 1011110 | 111100 | 0 | 1000 | 11011011 | 1011000 | 110001 |
Color Harmonies of #0F5DEA
Complementary color
Monochromatic Colors of #0F5DEA
Black with #0F5DEA
Text Example
Text Example
White with #0F5DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5DEA; }
p { color: rgb(15,93,234); }
H1.HeaderClassName
{
color: #0F5DEA;
}
.AnyTagClassName
{
color: #0F5DEA;
}
</style>
background-color css
<style>
a { background-color: #0F5DEA; }
a { background-color: rgb(15,93,234); }
div.DivClassName
{
background-color: #0F5DEA;
}
.BgClassName
{
background-color: #0F5DEA;
}
</style>
border-color css
<style>
span { border-color: #0F5DEA; }
span { border-color: rgb(15,93,234); }
td.TdClassName
{
border-color: #0F5DEA;
}
.TagClassName
{
border-color: #0F5DEA;
}
</style>