Shades of Navy Blue #0F77DB
Tints of Navy Blue #0F77DB
RGB
CMYK
RGB Variations
Color information
#0F77DB (or 0x0F77DB) is known color: Navy Blue. HEX triplet: 0F, 77 and DB. RGB value is (15,119,219). Sum of RGB (Red+Green+Blue) = 15+119+219=353 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.25% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #0F77DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77DB is #F08824. Grayscale: #626262. Windows color (decimal): -15763493 or 14382863. OLE color: 14382863.
HSL color Cylindrical-coordinate representation of color #0F77DB: hue angle of 209.41º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F77DB is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 119 | 219 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.14 |
| HSL | 209.41º | 0.87% | 0.46% | - |
| HSV(B) | 209.41º | 0.93% | 0.86% | - |
| XYZ | 19.58 | 18.41 | 69.54 | - |
| YUV | 99.3 | 195.54 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 219 | 0.93 | 0.46 | 0 | 0.14 | 209.41 | 0.87 | 0.46 |
| Hex | F | 77 | DB | 5D | 2E | 0 | E | D1 | 57 | 2E |
| Octal | 17 | 167 | 333 | 135 | 56 | 0 | 16 | 321 | 127 | 56 |
| Binary | 1111 | 1110111 | 11011011 | 1011101 | 101110 | 0 | 1110 | 11010001 | 1010111 | 101110 |
Color Harmonies of #0F77DB
Complementary color
Monochromatic Colors of #0F77DB
Black with #0F77DB
Text Example
Text Example
White with #0F77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F77DB; }
p { color: rgb(15,119,219); }
H1.HeaderClassName
{
color: #0F77DB;
}
.AnyTagClassName
{
color: #0F77DB;
}
</style>
background-color css
<style>
a { background-color: #0F77DB; }
a { background-color: rgb(15,119,219); }
div.DivClassName
{
background-color: #0F77DB;
}
.BgClassName
{
background-color: #0F77DB;
}
</style>
border-color css
<style>
span { border-color: #0F77DB; }
span { border-color: rgb(15,119,219); }
td.TdClassName
{
border-color: #0F77DB;
}
.TagClassName
{
border-color: #0F77DB;
}
</style>