Shades of Navy Blue #0C61DB
Tints of Navy Blue #0C61DB
RGB
CMYK
RGB Variations
Color information
#0C61DB (or 0x0C61DB) is known color: Navy Blue. HEX triplet: 0C, 61 and DB. RGB value is (12,97,219). Sum of RGB (Red+Green+Blue) = 12+97+219=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C61DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C61DB is #F39E24. Grayscale: #545454. Windows color (decimal): -15965733 or 14377228. OLE color: 14377228.
HSL color Cylindrical-coordinate representation of color #0C61DB: hue angle of 215.36º 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 #0C61DB is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 97 | 219 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.14 |
| HSL | 215.36º | 0.9% | 0.45% | - |
| HSV(B) | 215.36º | 0.95% | 0.86% | - |
| XYZ | 17.21 | 13.74 | 68.76 | - |
| YUV | 85.49 | 203.34 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 97 | 219 | 0.95 | 0.56 | 0 | 0.14 | 215.36 | 0.9 | 0.45 |
| Hex | C | 61 | DB | 5F | 38 | 0 | E | D7 | 5A | 2D |
| Octal | 14 | 141 | 333 | 137 | 70 | 0 | 16 | 327 | 132 | 55 |
| Binary | 1100 | 1100001 | 11011011 | 1011111 | 111000 | 0 | 1110 | 11010111 | 1011010 | 101101 |
Color Harmonies of #0C61DB
Complementary color
Monochromatic Colors of #0C61DB
Black with #0C61DB
Text Example
Text Example
White with #0C61DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C61DB; }
p { color: rgb(12,97,219); }
H1.HeaderClassName
{
color: #0C61DB;
}
.AnyTagClassName
{
color: #0C61DB;
}
</style>
background-color css
<style>
a { background-color: #0C61DB; }
a { background-color: rgb(12,97,219); }
div.DivClassName
{
background-color: #0C61DB;
}
.BgClassName
{
background-color: #0C61DB;
}
</style>
border-color css
<style>
span { border-color: #0C61DB; }
span { border-color: rgb(12,97,219); }
td.TdClassName
{
border-color: #0C61DB;
}
.TagClassName
{
border-color: #0C61DB;
}
</style>