Shades of Navy Blue #0F6FDA
Tints of Navy Blue #0F6FDA
RGB
CMYK
RGB Variations
Color information
#0F6FDA (or 0x0F6FDA) is known color: Navy Blue. HEX triplet: 0F, 6F and DA. RGB value is (15,111,218). Sum of RGB (Red+Green+Blue) = 15+111+218=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F6FDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FDA is #F09025. Grayscale: #5D5D5D. Windows color (decimal): -15765542 or 14315279. OLE color: 14315279.
HSL color Cylindrical-coordinate representation of color #0F6FDA: hue angle of 211.63º 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 #0F6FDA is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 111 | 218 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.15 |
| HSL | 211.63º | 0.87% | 0.46% | - |
| HSV(B) | 211.63º | 0.93% | 0.85% | - |
| XYZ | 18.54 | 16.53 | 68.54 | - |
| YUV | 94.49 | 197.7 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 111 | 218 | 0.93 | 0.49 | 0 | 0.15 | 211.63 | 0.87 | 0.46 |
| Hex | F | 6F | DA | 5D | 31 | 0 | F | D4 | 57 | 2E |
| Octal | 17 | 157 | 332 | 135 | 61 | 0 | 17 | 324 | 127 | 56 |
| Binary | 1111 | 1101111 | 11011010 | 1011101 | 110001 | 0 | 1111 | 11010100 | 1010111 | 101110 |
Color Harmonies of #0F6FDA
Complementary color
Monochromatic Colors of #0F6FDA
Black with #0F6FDA
Text Example
Text Example
White with #0F6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6FDA; }
p { color: rgb(15,111,218); }
H1.HeaderClassName
{
color: #0F6FDA;
}
.AnyTagClassName
{
color: #0F6FDA;
}
</style>
background-color css
<style>
a { background-color: #0F6FDA; }
a { background-color: rgb(15,111,218); }
div.DivClassName
{
background-color: #0F6FDA;
}
.BgClassName
{
background-color: #0F6FDA;
}
</style>
border-color css
<style>
span { border-color: #0F6FDA; }
span { border-color: rgb(15,111,218); }
td.TdClassName
{
border-color: #0F6FDA;
}
.TagClassName
{
border-color: #0F6FDA;
}
</style>