Shades of Navy Blue #0C7FDB
Tints of Navy Blue #0C7FDB
RGB
CMYK
RGB Variations
Color information
#0C7FDB (or 0x0C7FDB) is known color: Navy Blue. HEX triplet: 0C, 7F and DB. RGB value is (12,127,219). Sum of RGB (Red+Green+Blue) = 12+127+219=358 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.35% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 219 (85.94% from 255 or 61.17% from 358); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C7FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7FDB is #F38024. Grayscale: #666666. Windows color (decimal): -15958053 or 14384908. OLE color: 14384908.
HSL color Cylindrical-coordinate representation of color #0C7FDB: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C7FDB is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 127 | 219 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.14 |
| HSL | 206.67º | 0.9% | 0.45% | - |
| HSV(B) | 206.67º | 0.95% | 0.86% | - |
| XYZ | 20.53 | 20.37 | 69.87 | - |
| YUV | 103.1 | 193.4 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 127 | 219 | 0.95 | 0.42 | 0 | 0.14 | 206.67 | 0.9 | 0.45 |
| Hex | C | 7F | DB | 5F | 2A | 0 | E | CF | 5A | 2D |
| Octal | 14 | 177 | 333 | 137 | 52 | 0 | 16 | 317 | 132 | 55 |
| Binary | 1100 | 1111111 | 11011011 | 1011111 | 101010 | 0 | 1110 | 11001111 | 1011010 | 101101 |
Color Harmonies of #0C7FDB
Complementary color
Monochromatic Colors of #0C7FDB
Black with #0C7FDB
Text Example
Text Example
White with #0C7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C7FDB; }
p { color: rgb(12,127,219); }
H1.HeaderClassName
{
color: #0C7FDB;
}
.AnyTagClassName
{
color: #0C7FDB;
}
</style>
background-color css
<style>
a { background-color: #0C7FDB; }
a { background-color: rgb(12,127,219); }
div.DivClassName
{
background-color: #0C7FDB;
}
.BgClassName
{
background-color: #0C7FDB;
}
</style>
border-color css
<style>
span { border-color: #0C7FDB; }
span { border-color: rgb(12,127,219); }
td.TdClassName
{
border-color: #0C7FDB;
}
.TagClassName
{
border-color: #0C7FDB;
}
</style>