Shades of Navy Blue #0F77CE
Tints of Navy Blue #0F77CE
RGB
CMYK
RGB Variations
Color information
#0F77CE (or 0x0F77CE) is known color: Navy Blue. HEX triplet: 0F, 77 and CE. RGB value is (15,119,206). Sum of RGB (Red+Green+Blue) = 15+119+206=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F77CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F77CE is #F08831. Grayscale: #616161. Windows color (decimal): -15763506 or 13530895. OLE color: 13530895.
HSL color Cylindrical-coordinate representation of color #0F77CE: hue angle of 207.33º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F77CE is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 119 | 206 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.19 |
| HSL | 207.33º | 0.86% | 0.43% | - |
| HSV(B) | 207.33º | 0.93% | 0.81% | - |
| XYZ | 17.93 | 17.75 | 60.87 | - |
| YUV | 97.82 | 189.04 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 206 | 0.93 | 0.42 | 0 | 0.19 | 207.33 | 0.86 | 0.43 |
| Hex | F | 77 | CE | 5D | 2A | 0 | 13 | CF | 56 | 2B |
| Octal | 17 | 167 | 316 | 135 | 52 | 0 | 23 | 317 | 126 | 53 |
| Binary | 1111 | 1110111 | 11001110 | 1011101 | 101010 | 0 | 10011 | 11001111 | 1010110 | 101011 |
Color Harmonies of #0F77CE
Complementary color
Monochromatic Colors of #0F77CE
Black with #0F77CE
Text Example
Text Example
White with #0F77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F77CE; }
p { color: rgb(15,119,206); }
H1.HeaderClassName
{
color: #0F77CE;
}
.AnyTagClassName
{
color: #0F77CE;
}
</style>
background-color css
<style>
a { background-color: #0F77CE; }
a { background-color: rgb(15,119,206); }
div.DivClassName
{
background-color: #0F77CE;
}
.BgClassName
{
background-color: #0F77CE;
}
</style>
border-color css
<style>
span { border-color: #0F77CE; }
span { border-color: rgb(15,119,206); }
td.TdClassName
{
border-color: #0F77CE;
}
.TagClassName
{
border-color: #0F77CE;
}
</style>