Shades of Navy Blue #0F68EB
Tints of Navy Blue #0F68EB
RGB
CMYK
RGB Variations
Color information
#0F68EB (or 0x0F68EB) is known color: Navy Blue. HEX triplet: 0F, 68 and EB. RGB value is (15,104,235). Sum of RGB (Red+Green+Blue) = 15+104+235=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #0F68EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F68EB is #F09714. Grayscale: #5B5B5B. Windows color (decimal): -15767317 or 15427599. OLE color: 15427599.
HSL color Cylindrical-coordinate representation of color #0F68EB: hue angle of 215.73º 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 #0F68EB is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 104 | 235 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.08 |
| HSL | 215.73º | 0.88% | 0.49% | - |
| HSV(B) | 215.73º | 0.94% | 0.92% | - |
| XYZ | 20.14 | 16 | 80.62 | - |
| YUV | 92.32 | 208.51 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 235 | 0.94 | 0.56 | 0 | 0.08 | 215.73 | 0.88 | 0.49 |
| Hex | F | 68 | EB | 5E | 38 | 0 | 8 | D8 | 58 | 31 |
| Octal | 17 | 150 | 353 | 136 | 70 | 0 | 10 | 330 | 130 | 61 |
| Binary | 1111 | 1101000 | 11101011 | 1011110 | 111000 | 0 | 1000 | 11011000 | 1011000 | 110001 |
Color Harmonies of #0F68EB
Complementary color
Monochromatic Colors of #0F68EB
Black with #0F68EB
Text Example
Text Example
White with #0F68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F68EB; }
p { color: rgb(15,104,235); }
H1.HeaderClassName
{
color: #0F68EB;
}
.AnyTagClassName
{
color: #0F68EB;
}
</style>
background-color css
<style>
a { background-color: #0F68EB; }
a { background-color: rgb(15,104,235); }
div.DivClassName
{
background-color: #0F68EB;
}
.BgClassName
{
background-color: #0F68EB;
}
</style>
border-color css
<style>
span { border-color: #0F68EB; }
span { border-color: rgb(15,104,235); }
td.TdClassName
{
border-color: #0F68EB;
}
.TagClassName
{
border-color: #0F68EB;
}
</style>