Shades of Navy Blue #1260DB
Tints of Navy Blue #1260DB
RGB
CMYK
RGB Variations
Color information
#1260DB (or 0x1260DB) is known color: Navy Blue. HEX triplet: 12, 60 and DB. RGB value is (18,96,219). Sum of RGB (Red+Green+Blue) = 18+96+219=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #1260DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1260DB is #ED9F24. Grayscale: #565656. Windows color (decimal): -15572773 or 14376978. OLE color: 14376978.
HSL color Cylindrical-coordinate representation of color #1260DB: hue angle of 216.72º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1260DB is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 96 | 219 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.14 |
| HSL | 216.72º | 0.85% | 0.46% | - |
| HSV(B) | 216.72º | 0.92% | 0.86% | - |
| XYZ | 17.22 | 13.61 | 68.74 | - |
| YUV | 86.7 | 202.66 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 96 | 219 | 0.92 | 0.56 | 0 | 0.14 | 216.72 | 0.85 | 0.46 |
| Hex | 12 | 60 | DB | 5C | 38 | 0 | E | D9 | 55 | 2E |
| Octal | 22 | 140 | 333 | 134 | 70 | 0 | 16 | 331 | 125 | 56 |
| Binary | 10010 | 1100000 | 11011011 | 1011100 | 111000 | 0 | 1110 | 11011001 | 1010101 | 101110 |
Color Harmonies of #1260DB
Complementary color
Monochromatic Colors of #1260DB
Black with #1260DB
Text Example
Text Example
White with #1260DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1260DB; }
p { color: rgb(18,96,219); }
H1.HeaderClassName
{
color: #1260DB;
}
.AnyTagClassName
{
color: #1260DB;
}
</style>
background-color css
<style>
a { background-color: #1260DB; }
a { background-color: rgb(18,96,219); }
div.DivClassName
{
background-color: #1260DB;
}
.BgClassName
{
background-color: #1260DB;
}
</style>
border-color css
<style>
span { border-color: #1260DB; }
span { border-color: rgb(18,96,219); }
td.TdClassName
{
border-color: #1260DB;
}
.TagClassName
{
border-color: #1260DB;
}
</style>