Shades of Navy Blue #0C78C0
Tints of Navy Blue #0C78C0
RGB
CMYK
RGB Variations
Color information
#0C78C0 (or 0x0C78C0) is known color: Navy Blue. HEX triplet: 0C, 78 and C0. RGB value is (12,120,192). Sum of RGB (Red+Green+Blue) = 12+120+192=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 192 (75.39% from 255 or 59.26% from 324); Max value from RGB is 192 - color contains mainly: blue. Hex color #0C78C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C78C0 is #F3873F. Grayscale: #5F5F5F. Windows color (decimal): -15959872 or 12613644. OLE color: 12613644.
HSL color Cylindrical-coordinate representation of color #0C78C0: hue angle of 204º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C78C0 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 120 | 192 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.25 |
| HSL | 204º | 0.88% | 0.4% | - |
| HSV(B) | 204º | 0.94% | 0.75% | - |
| XYZ | 16.38 | 17.32 | 52.35 | - |
| YUV | 95.92 | 182.22 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 192 | 0.94 | 0.38 | 0 | 0.25 | 204 | 0.88 | 0.4 |
| Hex | C | 78 | C0 | 5E | 26 | 0 | 19 | CC | 58 | 28 |
| Octal | 14 | 170 | 300 | 136 | 46 | 0 | 31 | 314 | 130 | 50 |
| Binary | 1100 | 1111000 | 11000000 | 1011110 | 100110 | 0 | 11001 | 11001100 | 1011000 | 101000 |
Color Harmonies of #0C78C0
Complementary color
Monochromatic Colors of #0C78C0
Black with #0C78C0
Text Example
Text Example
White with #0C78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C78C0; }
p { color: rgb(12,120,192); }
H1.HeaderClassName
{
color: #0C78C0;
}
.AnyTagClassName
{
color: #0C78C0;
}
</style>
background-color css
<style>
a { background-color: #0C78C0; }
a { background-color: rgb(12,120,192); }
div.DivClassName
{
background-color: #0C78C0;
}
.BgClassName
{
background-color: #0C78C0;
}
</style>
border-color css
<style>
span { border-color: #0C78C0; }
span { border-color: rgb(12,120,192); }
td.TdClassName
{
border-color: #0C78C0;
}
.TagClassName
{
border-color: #0C78C0;
}
</style>