Shades of Navy Blue #0F5CEB
Tints of Navy Blue #0F5CEB
RGB
CMYK
RGB Variations
Color information
#0F5CEB (or 0x0F5CEB) is known color: Navy Blue. HEX triplet: 0F, 5C and EB. RGB value is (15,92,235). Sum of RGB (Red+Green+Blue) = 15+92+235=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F5CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F5CEB is #F0A314. Grayscale: #545454. Windows color (decimal): -15770389 or 15424527. OLE color: 15424527.
HSL color Cylindrical-coordinate representation of color #0F5CEB: hue angle of 219º 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 #0F5CEB is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 92 | 235 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.08 |
| HSL | 219º | 0.88% | 0.49% | - |
| HSV(B) | 219º | 0.94% | 0.92% | - |
| XYZ | 19.02 | 13.75 | 80.25 | - |
| YUV | 85.28 | 212.49 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 92 | 235 | 0.94 | 0.61 | 0 | 0.08 | 219 | 0.88 | 0.49 |
| Hex | F | 5C | EB | 5E | 3D | 0 | 8 | DB | 58 | 31 |
| Octal | 17 | 134 | 353 | 136 | 75 | 0 | 10 | 333 | 130 | 61 |
| Binary | 1111 | 1011100 | 11101011 | 1011110 | 111101 | 0 | 1000 | 11011011 | 1011000 | 110001 |
Color Harmonies of #0F5CEB
Complementary color
Monochromatic Colors of #0F5CEB
Black with #0F5CEB
Text Example
Text Example
White with #0F5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5CEB; }
p { color: rgb(15,92,235); }
H1.HeaderClassName
{
color: #0F5CEB;
}
.AnyTagClassName
{
color: #0F5CEB;
}
</style>
background-color css
<style>
a { background-color: #0F5CEB; }
a { background-color: rgb(15,92,235); }
div.DivClassName
{
background-color: #0F5CEB;
}
.BgClassName
{
background-color: #0F5CEB;
}
</style>
border-color css
<style>
span { border-color: #0F5CEB; }
span { border-color: rgb(15,92,235); }
td.TdClassName
{
border-color: #0F5CEB;
}
.TagClassName
{
border-color: #0F5CEB;
}
</style>