Shades of Navy Blue #1270DD
Tints of Navy Blue #1270DD
RGB
CMYK
RGB Variations
Color information
#1270DD (or 0x1270DD) is known color: Navy Blue. HEX triplet: 12, 70 and DD. RGB value is (18,112,221). Sum of RGB (Red+Green+Blue) = 18+112+221=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #1270DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270DD is #ED8F22. Grayscale: #5F5F5F. Windows color (decimal): -15568675 or 14512146. OLE color: 14512146.
HSL color Cylindrical-coordinate representation of color #1270DD: hue angle of 212.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1270DD is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 112 | 221 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.13 |
| HSL | 212.22º | 0.85% | 0.47% | - |
| HSV(B) | 212.22º | 0.92% | 0.87% | - |
| XYZ | 19.09 | 16.94 | 70.67 | - |
| YUV | 96.32 | 198.36 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 221 | 0.92 | 0.49 | 0 | 0.13 | 212.22 | 0.85 | 0.47 |
| Hex | 12 | 70 | DD | 5C | 31 | 0 | D | D4 | 55 | 2F |
| Octal | 22 | 160 | 335 | 134 | 61 | 0 | 15 | 324 | 125 | 57 |
| Binary | 10010 | 1110000 | 11011101 | 1011100 | 110001 | 0 | 1101 | 11010100 | 1010101 | 101111 |
Color Harmonies of #1270DD
Complementary color
Monochromatic Colors of #1270DD
Black with #1270DD
Text Example
Text Example
White with #1270DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270DD; }
p { color: rgb(18,112,221); }
H1.HeaderClassName
{
color: #1270DD;
}
.AnyTagClassName
{
color: #1270DD;
}
</style>
background-color css
<style>
a { background-color: #1270DD; }
a { background-color: rgb(18,112,221); }
div.DivClassName
{
background-color: #1270DD;
}
.BgClassName
{
background-color: #1270DD;
}
</style>
border-color css
<style>
span { border-color: #1270DD; }
span { border-color: rgb(18,112,221); }
td.TdClassName
{
border-color: #1270DD;
}
.TagClassName
{
border-color: #1270DD;
}
</style>