Shades of Navy Blue #0F61E0
Tints of Navy Blue #0F61E0
RGB
CMYK
RGB Variations
Color information
#0F61E0 (or 0x0F61E0) is known color: Navy Blue. HEX triplet: 0F, 61 and E0. RGB value is (15,97,224). Sum of RGB (Red+Green+Blue) = 15+97+224=336 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.46% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 224 (87.89% from 255 or 66.67% from 336); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F61E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F61E0 is #F09E1F. Grayscale: #565656. Windows color (decimal): -15769120 or 14704911. OLE color: 14704911.
HSL color Cylindrical-coordinate representation of color #0F61E0: hue angle of 216.46º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F61E0 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 97 | 224 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.12 |
| HSL | 216.46º | 0.87% | 0.47% | - |
| HSV(B) | 216.46º | 0.93% | 0.88% | - |
| XYZ | 17.93 | 14.03 | 72.28 | - |
| YUV | 86.96 | 205.33 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 224 | 0.93 | 0.57 | 0 | 0.12 | 216.46 | 0.87 | 0.47 |
| Hex | F | 61 | E0 | 5D | 39 | 0 | C | D8 | 57 | 2F |
| Octal | 17 | 141 | 340 | 135 | 71 | 0 | 14 | 330 | 127 | 57 |
| Binary | 1111 | 1100001 | 11100000 | 1011101 | 111001 | 0 | 1100 | 11011000 | 1010111 | 101111 |
Color Harmonies of #0F61E0
Complementary color
Monochromatic Colors of #0F61E0
Black with #0F61E0
Text Example
Text Example
White with #0F61E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F61E0; }
p { color: rgb(15,97,224); }
H1.HeaderClassName
{
color: #0F61E0;
}
.AnyTagClassName
{
color: #0F61E0;
}
</style>
background-color css
<style>
a { background-color: #0F61E0; }
a { background-color: rgb(15,97,224); }
div.DivClassName
{
background-color: #0F61E0;
}
.BgClassName
{
background-color: #0F61E0;
}
</style>
border-color css
<style>
span { border-color: #0F61E0; }
span { border-color: rgb(15,97,224); }
td.TdClassName
{
border-color: #0F61E0;
}
.TagClassName
{
border-color: #0F61E0;
}
</style>