Shades of Navy Blue #0C7DCD
Tints of Navy Blue #0C7DCD
RGB
CMYK
RGB Variations
Color information
#0C7DCD (or 0x0C7DCD) is known color: Navy Blue. HEX triplet: 0C, 7D and CD. RGB value is (12,125,205). Sum of RGB (Red+Green+Blue) = 12+125+205=342 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.51% from 342); Green value is 125 (49.22% from 255 or 36.55% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #0C7DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7DCD is #F38232. Grayscale: #636363. Windows color (decimal): -15958579 or 13466892. OLE color: 13466892.
HSL color Cylindrical-coordinate representation of color #0C7DCD: hue angle of 204.87º 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 #0C7DCD is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 125 | 205 | - |
| CMYK | 0.94 | 0.39 | 0 | 0.20 |
| HSL | 204.87º | 0.89% | 0.43% | - |
| HSV(B) | 204.87º | 0.94% | 0.8% | - |
| XYZ | 18.5 | 19.15 | 60.48 | - |
| YUV | 100.33 | 187.06 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 125 | 205 | 0.94 | 0.39 | 0 | 0.20 | 204.87 | 0.89 | 0.43 |
| Hex | C | 7D | CD | 5E | 27 | 0 | 14 | CD | 59 | 2B |
| Octal | 14 | 175 | 315 | 136 | 47 | 0 | 24 | 315 | 131 | 53 |
| Binary | 1100 | 1111101 | 11001101 | 1011110 | 100111 | 0 | 10100 | 11001101 | 1011001 | 101011 |
Color Harmonies of #0C7DCD
Complementary color
Monochromatic Colors of #0C7DCD
Black with #0C7DCD
Text Example
Text Example
White with #0C7DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7DCD; }
p { color: rgb(12,125,205); }
H1.HeaderClassName
{
color: #0C7DCD;
}
.AnyTagClassName
{
color: #0C7DCD;
}
</style>
background-color css
<style>
a { background-color: #0C7DCD; }
a { background-color: rgb(12,125,205); }
div.DivClassName
{
background-color: #0C7DCD;
}
.BgClassName
{
background-color: #0C7DCD;
}
</style>
border-color css
<style>
span { border-color: #0C7DCD; }
span { border-color: rgb(12,125,205); }
td.TdClassName
{
border-color: #0C7DCD;
}
.TagClassName
{
border-color: #0C7DCD;
}
</style>