Shades of Navy Blue #1270DB
Tints of Navy Blue #1270DB
RGB
CMYK
RGB Variations
Color information
#1270DB (or 0x1270DB) is known color: Navy Blue. HEX triplet: 12, 70 and DB. RGB value is (18,112,219). Sum of RGB (Red+Green+Blue) = 18+112+219=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 219 (85.94% from 255 or 62.75% from 349); Max value from RGB is 219 - color contains mainly: blue. Hex color #1270DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270DB is #ED8F24. Grayscale: #5F5F5F. Windows color (decimal): -15568677 or 14381074. OLE color: 14381074.
HSL color Cylindrical-coordinate representation of color #1270DB: hue angle of 211.94º 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 #1270DB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 112 | 219 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.14 |
| HSL | 211.94º | 0.85% | 0.46% | - |
| HSV(B) | 211.94º | 0.92% | 0.86% | - |
| XYZ | 18.83 | 16.83 | 69.27 | - |
| YUV | 96.09 | 197.36 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 219 | 0.92 | 0.49 | 0 | 0.14 | 211.94 | 0.85 | 0.46 |
| Hex | 12 | 70 | DB | 5C | 31 | 0 | E | D4 | 55 | 2E |
| Octal | 22 | 160 | 333 | 134 | 61 | 0 | 16 | 324 | 125 | 56 |
| Binary | 10010 | 1110000 | 11011011 | 1011100 | 110001 | 0 | 1110 | 11010100 | 1010101 | 101110 |
Color Harmonies of #1270DB
Complementary color
Monochromatic Colors of #1270DB
Black with #1270DB
Text Example
Text Example
White with #1270DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270DB; }
p { color: rgb(18,112,219); }
H1.HeaderClassName
{
color: #1270DB;
}
.AnyTagClassName
{
color: #1270DB;
}
</style>
background-color css
<style>
a { background-color: #1270DB; }
a { background-color: rgb(18,112,219); }
div.DivClassName
{
background-color: #1270DB;
}
.BgClassName
{
background-color: #1270DB;
}
</style>
border-color css
<style>
span { border-color: #1270DB; }
span { border-color: rgb(18,112,219); }
td.TdClassName
{
border-color: #1270DB;
}
.TagClassName
{
border-color: #1270DB;
}
</style>