Shades of Navy Blue #0F84DA
Tints of Navy Blue #0F84DA
RGB
CMYK
RGB Variations
Color information
#0F84DA (or 0x0F84DA) is known color: Navy Blue. HEX triplet: 0F, 84 and DA. RGB value is (15,132,218). Sum of RGB (Red+Green+Blue) = 15+132+218=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 218 (85.55% from 255 or 59.73% from 365); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F84DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F84DA is #F07B25. Grayscale: #6A6A6A. Windows color (decimal): -15760166 or 14320655. OLE color: 14320655.
HSL color Cylindrical-coordinate representation of color #0F84DA: hue angle of 205.42º 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 #0F84DA is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 132 | 218 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.15 |
| HSL | 205.42º | 0.87% | 0.46% | - |
| HSV(B) | 205.42º | 0.93% | 0.85% | - |
| XYZ | 21.1 | 21.67 | 69.4 | - |
| YUV | 106.82 | 190.74 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 132 | 218 | 0.93 | 0.39 | 0 | 0.15 | 205.42 | 0.87 | 0.46 |
| Hex | F | 84 | DA | 5D | 27 | 0 | F | CD | 57 | 2E |
| Octal | 17 | 204 | 332 | 135 | 47 | 0 | 17 | 315 | 127 | 56 |
| Binary | 1111 | 10000100 | 11011010 | 1011101 | 100111 | 0 | 1111 | 11001101 | 1010111 | 101110 |
Color Harmonies of #0F84DA
Complementary color
Monochromatic Colors of #0F84DA
Black with #0F84DA
Text Example
Text Example
White with #0F84DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F84DA; }
p { color: rgb(15,132,218); }
H1.HeaderClassName
{
color: #0F84DA;
}
.AnyTagClassName
{
color: #0F84DA;
}
</style>
background-color css
<style>
a { background-color: #0F84DA; }
a { background-color: rgb(15,132,218); }
div.DivClassName
{
background-color: #0F84DA;
}
.BgClassName
{
background-color: #0F84DA;
}
</style>
border-color css
<style>
span { border-color: #0F84DA; }
span { border-color: rgb(15,132,218); }
td.TdClassName
{
border-color: #0F84DA;
}
.TagClassName
{
border-color: #0F84DA;
}
</style>