Shades of Navy Blue #0F6BDE
Tints of Navy Blue #0F6BDE
RGB
CMYK
RGB Variations
Color information
#0F6BDE (or 0x0F6BDE) is known color: Navy Blue. HEX triplet: 0F, 6B and DE. RGB value is (15,107,222). Sum of RGB (Red+Green+Blue) = 15+107+222=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 222 (87.11% from 255 or 64.53% from 344); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F6BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6BDE is #F09421. Grayscale: #5C5C5C. Windows color (decimal): -15766562 or 14576399. OLE color: 14576399.
HSL color Cylindrical-coordinate representation of color #0F6BDE: hue angle of 213.33º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6BDE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 107 | 222 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.13 |
| HSL | 213.33º | 0.87% | 0.46% | - |
| HSV(B) | 213.33º | 0.93% | 0.87% | - |
| XYZ | 18.64 | 15.89 | 71.19 | - |
| YUV | 92.6 | 201.02 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 222 | 0.93 | 0.52 | 0 | 0.13 | 213.33 | 0.87 | 0.46 |
| Hex | F | 6B | DE | 5D | 34 | 0 | D | D5 | 57 | 2E |
| Octal | 17 | 153 | 336 | 135 | 64 | 0 | 15 | 325 | 127 | 56 |
| Binary | 1111 | 1101011 | 11011110 | 1011101 | 110100 | 0 | 1101 | 11010101 | 1010111 | 101110 |
Color Harmonies of #0F6BDE
Complementary color
Monochromatic Colors of #0F6BDE
Black with #0F6BDE
Text Example
Text Example
White with #0F6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6BDE; }
p { color: rgb(15,107,222); }
H1.HeaderClassName
{
color: #0F6BDE;
}
.AnyTagClassName
{
color: #0F6BDE;
}
</style>
background-color css
<style>
a { background-color: #0F6BDE; }
a { background-color: rgb(15,107,222); }
div.DivClassName
{
background-color: #0F6BDE;
}
.BgClassName
{
background-color: #0F6BDE;
}
</style>
border-color css
<style>
span { border-color: #0F6BDE; }
span { border-color: rgb(15,107,222); }
td.TdClassName
{
border-color: #0F6BDE;
}
.TagClassName
{
border-color: #0F6BDE;
}
</style>