Shades of Navy Blue #0F6BCC
Tints of Navy Blue #0F6BCC
RGB
CMYK
RGB Variations
Color information
#0F6BCC (or 0x0F6BCC) is known color: Navy Blue. HEX triplet: 0F, 6B and CC. RGB value is (15,107,204). Sum of RGB (Red+Green+Blue) = 15+107+204=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 204 (80.08% from 255 or 62.58% from 326); Max value from RGB is 204 - color contains mainly: blue. Hex color #0F6BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6BCC is #F09433. Grayscale: #5A5A5A. Windows color (decimal): -15766580 or 13396751. OLE color: 13396751.
HSL color Cylindrical-coordinate representation of color #0F6BCC: hue angle of 210.79º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F6BCC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 15 | 107 | 204 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.2 |
| HSL | 210.79º | 0.86% | 0.43% | - |
| HSV(B) | 210.79º | 0.93% | 0.8% | - |
| XYZ | 16.35 | 14.98 | 59.16 | - |
| YUV | 90.55 | 192.02 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 107 | 204 | 0.93 | 0.48 | 0 | 0.2 | 210.79 | 0.86 | 0.43 |
| Hex | F | 6B | CC | 5D | 30 | 0 | 14 | D3 | 56 | 2B |
| Octal | 17 | 153 | 314 | 135 | 60 | 0 | 24 | 323 | 126 | 53 |
| Binary | 1111 | 1101011 | 11001100 | 1011101 | 110000 | 0 | 10100 | 11010011 | 1010110 | 101011 |
Color Harmonies of #0F6BCC
Complementary color
Monochromatic Colors of #0F6BCC
Black with #0F6BCC
Text Example
Text Example
White with #0F6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6BCC; }
p { color: rgb(15,107,204); }
H1.HeaderClassName
{
color: #0F6BCC;
}
.AnyTagClassName
{
color: #0F6BCC;
}
</style>
background-color css
<style>
a { background-color: #0F6BCC; }
a { background-color: rgb(15,107,204); }
div.DivClassName
{
background-color: #0F6BCC;
}
.BgClassName
{
background-color: #0F6BCC;
}
</style>
border-color css
<style>
span { border-color: #0F6BCC; }
span { border-color: rgb(15,107,204); }
td.TdClassName
{
border-color: #0F6BCC;
}
.TagClassName
{
border-color: #0F6BCC;
}
</style>