Shades of Navy Blue #0F7ADA
Tints of Navy Blue #0F7ADA
RGB
CMYK
RGB Variations
Color information
#0F7ADA (or 0x0F7ADA) is known color: Navy Blue. HEX triplet: 0F, 7A and DA. RGB value is (15,122,218). Sum of RGB (Red+Green+Blue) = 15+122+218=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 218 (85.55% from 255 or 61.41% from 355); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F7ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7ADA is #F08525. Grayscale: #646464. Windows color (decimal): -15762726 or 14318095. OLE color: 14318095.
HSL color Cylindrical-coordinate representation of color #0F7ADA: hue angle of 208.37º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7ADA is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 122 | 218 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.15 |
| HSL | 208.37º | 0.87% | 0.46% | - |
| HSV(B) | 208.37º | 0.93% | 0.85% | - |
| XYZ | 19.81 | 19.08 | 68.97 | - |
| YUV | 100.95 | 194.05 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 122 | 218 | 0.93 | 0.44 | 0 | 0.15 | 208.37 | 0.87 | 0.46 |
| Hex | F | 7A | DA | 5D | 2C | 0 | F | D0 | 57 | 2E |
| Octal | 17 | 172 | 332 | 135 | 54 | 0 | 17 | 320 | 127 | 56 |
| Binary | 1111 | 1111010 | 11011010 | 1011101 | 101100 | 0 | 1111 | 11010000 | 1010111 | 101110 |
Color Harmonies of #0F7ADA
Complementary color
Monochromatic Colors of #0F7ADA
Black with #0F7ADA
Text Example
Text Example
White with #0F7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7ADA; }
p { color: rgb(15,122,218); }
H1.HeaderClassName
{
color: #0F7ADA;
}
.AnyTagClassName
{
color: #0F7ADA;
}
</style>
background-color css
<style>
a { background-color: #0F7ADA; }
a { background-color: rgb(15,122,218); }
div.DivClassName
{
background-color: #0F7ADA;
}
.BgClassName
{
background-color: #0F7ADA;
}
</style>
border-color css
<style>
span { border-color: #0F7ADA; }
span { border-color: rgb(15,122,218); }
td.TdClassName
{
border-color: #0F7ADA;
}
.TagClassName
{
border-color: #0F7ADA;
}
</style>