Shades of Navy Blue #1270DF
Tints of Navy Blue #1270DF
RGB
CMYK
RGB Variations
Color information
#1270DF (or 0x1270DF) is known color: Navy Blue. HEX triplet: 12, 70 and DF. RGB value is (18,112,223). Sum of RGB (Red+Green+Blue) = 18+112+223=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #1270DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1270DF is #ED8F20. Grayscale: #606060. Windows color (decimal): -15568673 or 14643218. OLE color: 14643218.
HSL color Cylindrical-coordinate representation of color #1270DF: hue angle of 212.49º 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 #1270DF is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 112 | 223 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.13 |
| HSL | 212.49º | 0.85% | 0.47% | - |
| HSV(B) | 212.49º | 0.92% | 0.87% | - |
| XYZ | 19.36 | 17.04 | 72.08 | - |
| YUV | 96.55 | 199.36 | 71.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 223 | 0.92 | 0.50 | 0 | 0.13 | 212.49 | 0.85 | 0.47 |
| Hex | 12 | 70 | DF | 5C | 32 | 0 | D | D4 | 55 | 2F |
| Octal | 22 | 160 | 337 | 134 | 62 | 0 | 15 | 324 | 125 | 57 |
| Binary | 10010 | 1110000 | 11011111 | 1011100 | 110010 | 0 | 1101 | 11010100 | 1010101 | 101111 |
Color Harmonies of #1270DF
Complementary color
Monochromatic Colors of #1270DF
Black with #1270DF
Text Example
Text Example
White with #1270DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1270DF; }
p { color: rgb(18,112,223); }
H1.HeaderClassName
{
color: #1270DF;
}
.AnyTagClassName
{
color: #1270DF;
}
</style>
background-color css
<style>
a { background-color: #1270DF; }
a { background-color: rgb(18,112,223); }
div.DivClassName
{
background-color: #1270DF;
}
.BgClassName
{
background-color: #1270DF;
}
</style>
border-color css
<style>
span { border-color: #1270DF; }
span { border-color: rgb(18,112,223); }
td.TdClassName
{
border-color: #1270DF;
}
.TagClassName
{
border-color: #1270DF;
}
</style>