Shades of Navy Blue #1270DC
Tints of Navy Blue #1270DC
RGB
CMYK
RGB Variations
Color information
#1270DC (or 0x1270DC) is known color: Navy Blue. HEX triplet: 12, 70 and DC. RGB value is (18,112,220). Sum of RGB (Red+Green+Blue) = 18+112+220=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #1270DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270DC is #ED8F23. Grayscale: #5F5F5F. Windows color (decimal): -15568676 or 14446610. OLE color: 14446610.
HSL color Cylindrical-coordinate representation of color #1270DC: hue angle of 212.08º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1270DC is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 112 | 220 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.14 |
| HSL | 212.08º | 0.85% | 0.47% | - |
| HSV(B) | 212.08º | 0.92% | 0.86% | - |
| XYZ | 18.96 | 16.88 | 69.97 | - |
| YUV | 96.21 | 197.86 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 220 | 0.92 | 0.49 | 0 | 0.14 | 212.08 | 0.85 | 0.47 |
| Hex | 12 | 70 | DC | 5C | 31 | 0 | E | D4 | 55 | 2F |
| Octal | 22 | 160 | 334 | 134 | 61 | 0 | 16 | 324 | 125 | 57 |
| Binary | 10010 | 1110000 | 11011100 | 1011100 | 110001 | 0 | 1110 | 11010100 | 1010101 | 101111 |
Color Harmonies of #1270DC
Complementary color
Monochromatic Colors of #1270DC
Black with #1270DC
Text Example
Text Example
White with #1270DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270DC; }
p { color: rgb(18,112,220); }
H1.HeaderClassName
{
color: #1270DC;
}
.AnyTagClassName
{
color: #1270DC;
}
</style>
background-color css
<style>
a { background-color: #1270DC; }
a { background-color: rgb(18,112,220); }
div.DivClassName
{
background-color: #1270DC;
}
.BgClassName
{
background-color: #1270DC;
}
</style>
border-color css
<style>
span { border-color: #1270DC; }
span { border-color: rgb(18,112,220); }
td.TdClassName
{
border-color: #1270DC;
}
.TagClassName
{
border-color: #1270DC;
}
</style>