Shades of Navy Blue #0C78C9
Tints of Navy Blue #0C78C9
RGB
CMYK
RGB Variations
Color information
#0C78C9 (or 0x0C78C9) is known color: Navy Blue. HEX triplet: 0C, 78 and C9. RGB value is (12,120,201). Sum of RGB (Red+Green+Blue) = 12+120+201=333 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.60% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #0C78C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C78C9 is #F38736. Grayscale: #606060. Windows color (decimal): -15959863 or 13203468. OLE color: 13203468.
HSL color Cylindrical-coordinate representation of color #0C78C9: hue angle of 205.71º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C78C9 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 120 | 201 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.21 |
| HSL | 205.71º | 0.89% | 0.42% | - |
| HSV(B) | 205.71º | 0.94% | 0.79% | - |
| XYZ | 17.41 | 17.73 | 57.76 | - |
| YUV | 96.94 | 186.72 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 201 | 0.94 | 0.40 | 0 | 0.21 | 205.71 | 0.89 | 0.42 |
| Hex | C | 78 | C9 | 5E | 28 | 0 | 15 | CE | 59 | 2A |
| Octal | 14 | 170 | 311 | 136 | 50 | 0 | 25 | 316 | 131 | 52 |
| Binary | 1100 | 1111000 | 11001001 | 1011110 | 101000 | 0 | 10101 | 11001110 | 1011001 | 101010 |
Color Harmonies of #0C78C9
Complementary color
Monochromatic Colors of #0C78C9
Black with #0C78C9
Text Example
Text Example
White with #0C78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C78C9; }
p { color: rgb(12,120,201); }
H1.HeaderClassName
{
color: #0C78C9;
}
.AnyTagClassName
{
color: #0C78C9;
}
</style>
background-color css
<style>
a { background-color: #0C78C9; }
a { background-color: rgb(12,120,201); }
div.DivClassName
{
background-color: #0C78C9;
}
.BgClassName
{
background-color: #0C78C9;
}
</style>
border-color css
<style>
span { border-color: #0C78C9; }
span { border-color: rgb(12,120,201); }
td.TdClassName
{
border-color: #0C78C9;
}
.TagClassName
{
border-color: #0C78C9;
}
</style>