Shades of Navy Blue #0C78CA
Tints of Navy Blue #0C78CA
RGB
CMYK
RGB Variations
Color information
#0C78CA (or 0x0C78CA) is known color: Navy Blue. HEX triplet: 0C, 78 and CA. RGB value is (12,120,202). Sum of RGB (Red+Green+Blue) = 12+120+202=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 202 (79.30% from 255 or 60.48% from 334); Max value from RGB is 202 - color contains mainly: blue. Hex color #0C78CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C78CA is #F38735. Grayscale: #606060. Windows color (decimal): -15959862 or 13269004. OLE color: 13269004.
HSL color Cylindrical-coordinate representation of color #0C78CA: hue angle of 205.89º 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 #0C78CA is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 120 | 202 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.21 |
| HSL | 205.89º | 0.89% | 0.42% | - |
| HSV(B) | 205.89º | 0.94% | 0.79% | - |
| XYZ | 17.53 | 17.78 | 58.38 | - |
| YUV | 97.06 | 187.22 | 67.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 202 | 0.94 | 0.41 | 0 | 0.21 | 205.89 | 0.89 | 0.42 |
| Hex | C | 78 | CA | 5E | 29 | 0 | 15 | CE | 59 | 2A |
| Octal | 14 | 170 | 312 | 136 | 51 | 0 | 25 | 316 | 131 | 52 |
| Binary | 1100 | 1111000 | 11001010 | 1011110 | 101001 | 0 | 10101 | 11001110 | 1011001 | 101010 |
Color Harmonies of #0C78CA
Complementary color
Monochromatic Colors of #0C78CA
Black with #0C78CA
Text Example
Text Example
White with #0C78CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C78CA; }
p { color: rgb(12,120,202); }
H1.HeaderClassName
{
color: #0C78CA;
}
.AnyTagClassName
{
color: #0C78CA;
}
</style>
background-color css
<style>
a { background-color: #0C78CA; }
a { background-color: rgb(12,120,202); }
div.DivClassName
{
background-color: #0C78CA;
}
.BgClassName
{
background-color: #0C78CA;
}
</style>
border-color css
<style>
span { border-color: #0C78CA; }
span { border-color: rgb(12,120,202); }
td.TdClassName
{
border-color: #0C78CA;
}
.TagClassName
{
border-color: #0C78CA;
}
</style>