Shades of Navy Blue #0C7CCD
Tints of Navy Blue #0C7CCD
RGB
CMYK
RGB Variations
Color information
#0C7CCD (or 0x0C7CCD) is known color: Navy Blue. HEX triplet: 0C, 7C and CD. RGB value is (12,124,205). Sum of RGB (Red+Green+Blue) = 12+124+205=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C7CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7CCD is #F38332. Grayscale: #636363. Windows color (decimal): -15958835 or 13466636. OLE color: 13466636.
HSL color Cylindrical-coordinate representation of color #0C7CCD: hue angle of 205.18º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7CCD is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 124 | 205 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.20 |
| HSL | 205.18º | 0.89% | 0.43% | - |
| HSV(B) | 205.18º | 0.94% | 0.8% | - |
| XYZ | 18.38 | 18.9 | 60.44 | - |
| YUV | 99.75 | 187.39 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 124 | 205 | 0.94 | 0.40 | 0 | 0.20 | 205.18 | 0.89 | 0.43 |
| Hex | C | 7C | CD | 5E | 28 | 0 | 14 | CD | 59 | 2B |
| Octal | 14 | 174 | 315 | 136 | 50 | 0 | 24 | 315 | 131 | 53 |
| Binary | 1100 | 1111100 | 11001101 | 1011110 | 101000 | 0 | 10100 | 11001101 | 1011001 | 101011 |
Color Harmonies of #0C7CCD
Complementary color
Monochromatic Colors of #0C7CCD
Black with #0C7CCD
Text Example
Text Example
White with #0C7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7CCD; }
p { color: rgb(12,124,205); }
H1.HeaderClassName
{
color: #0C7CCD;
}
.AnyTagClassName
{
color: #0C7CCD;
}
</style>
background-color css
<style>
a { background-color: #0C7CCD; }
a { background-color: rgb(12,124,205); }
div.DivClassName
{
background-color: #0C7CCD;
}
.BgClassName
{
background-color: #0C7CCD;
}
</style>
border-color css
<style>
span { border-color: #0C7CCD; }
span { border-color: rgb(12,124,205); }
td.TdClassName
{
border-color: #0C7CCD;
}
.TagClassName
{
border-color: #0C7CCD;
}
</style>