Shades of Navy Blue #0C78CB
Tints of Navy Blue #0C78CB
RGB
CMYK
RGB Variations
Color information
#0C78CB (or 0x0C78CB) is known color: Navy Blue. HEX triplet: 0C, 78 and CB. RGB value is (12,120,203). Sum of RGB (Red+Green+Blue) = 12+120+203=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C78CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C78CB is #F38734. Grayscale: #606060. Windows color (decimal): -15959861 or 13334540. OLE color: 13334540.
HSL color Cylindrical-coordinate representation of color #0C78CB: hue angle of 206.07º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C78CB is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 120 | 203 | - |
| CMYK | 0.94 | 0.41 | 0 | 0.20 |
| HSL | 206.07º | 0.89% | 0.42% | - |
| HSV(B) | 206.07º | 0.94% | 0.8% | - |
| XYZ | 17.65 | 17.82 | 59.01 | - |
| YUV | 97.17 | 187.72 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 120 | 203 | 0.94 | 0.41 | 0 | 0.20 | 206.07 | 0.89 | 0.42 |
| Hex | C | 78 | CB | 5E | 29 | 0 | 14 | CE | 59 | 2A |
| Octal | 14 | 170 | 313 | 136 | 51 | 0 | 24 | 316 | 131 | 52 |
| Binary | 1100 | 1111000 | 11001011 | 1011110 | 101001 | 0 | 10100 | 11001110 | 1011001 | 101010 |
Color Harmonies of #0C78CB
Complementary color
Monochromatic Colors of #0C78CB
Black with #0C78CB
Text Example
Text Example
White with #0C78CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C78CB; }
p { color: rgb(12,120,203); }
H1.HeaderClassName
{
color: #0C78CB;
}
.AnyTagClassName
{
color: #0C78CB;
}
</style>
background-color css
<style>
a { background-color: #0C78CB; }
a { background-color: rgb(12,120,203); }
div.DivClassName
{
background-color: #0C78CB;
}
.BgClassName
{
background-color: #0C78CB;
}
</style>
border-color css
<style>
span { border-color: #0C78CB; }
span { border-color: rgb(12,120,203); }
td.TdClassName
{
border-color: #0C78CB;
}
.TagClassName
{
border-color: #0C78CB;
}
</style>