Shades of Navy Blue #0C7ADE
Tints of Navy Blue #0C7ADE
RGB
CMYK
RGB Variations
Color information
#0C7ADE (or 0x0C7ADE) is known color: Navy Blue. HEX triplet: 0C, 7A and DE. RGB value is (12,122,222). Sum of RGB (Red+Green+Blue) = 12+122+222=356 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.37% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #0C7ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7ADE is #F38521. Grayscale: #636363. Windows color (decimal): -15959330 or 14580236. OLE color: 14580236.
HSL color Cylindrical-coordinate representation of color #0C7ADE: hue angle of 208.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7ADE is Cyan = 0.95, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 122 | 222 | - |
| CMYK | 0.95 | 0.45 | 0 | 0.13 |
| HSL | 208.57º | 0.9% | 0.46% | - |
| HSV(B) | 208.57º | 0.95% | 0.87% | - |
| XYZ | 20.3 | 19.27 | 71.76 | - |
| YUV | 100.51 | 196.56 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 122 | 222 | 0.95 | 0.45 | 0 | 0.13 | 208.57 | 0.9 | 0.46 |
| Hex | C | 7A | DE | 5F | 2D | 0 | D | D1 | 5A | 2E |
| Octal | 14 | 172 | 336 | 137 | 55 | 0 | 15 | 321 | 132 | 56 |
| Binary | 1100 | 1111010 | 11011110 | 1011111 | 101101 | 0 | 1101 | 11010001 | 1011010 | 101110 |
Color Harmonies of #0C7ADE
Complementary color
Monochromatic Colors of #0C7ADE
Black with #0C7ADE
Text Example
Text Example
White with #0C7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7ADE; }
p { color: rgb(12,122,222); }
H1.HeaderClassName
{
color: #0C7ADE;
}
.AnyTagClassName
{
color: #0C7ADE;
}
</style>
background-color css
<style>
a { background-color: #0C7ADE; }
a { background-color: rgb(12,122,222); }
div.DivClassName
{
background-color: #0C7ADE;
}
.BgClassName
{
background-color: #0C7ADE;
}
</style>
border-color css
<style>
span { border-color: #0C7ADE; }
span { border-color: rgb(12,122,222); }
td.TdClassName
{
border-color: #0C7ADE;
}
.TagClassName
{
border-color: #0C7ADE;
}
</style>