Shades of Navy Blue #1256DE
Tints of Navy Blue #1256DE
RGB
CMYK
RGB Variations
Color information
#1256DE (or 0x1256DE) is known color: Navy Blue. HEX triplet: 12, 56 and DE. RGB value is (18,86,222). Sum of RGB (Red+Green+Blue) = 18+86+222=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #1256DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256DE is #EDA921. Grayscale: #505050. Windows color (decimal): -15575330 or 14571026. OLE color: 14571026.
HSL color Cylindrical-coordinate representation of color #1256DE: hue angle of 220º 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 #1256DE is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 86 | 222 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.13 |
| HSL | 220º | 0.85% | 0.47% | - |
| HSV(B) | 220º | 0.92% | 0.87% | - |
| XYZ | 16.76 | 12.06 | 70.55 | - |
| YUV | 81.17 | 207.47 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 222 | 0.92 | 0.61 | 0 | 0.13 | 220 | 0.85 | 0.47 |
| Hex | 12 | 56 | DE | 5C | 3D | 0 | D | DC | 55 | 2F |
| Octal | 22 | 126 | 336 | 134 | 75 | 0 | 15 | 334 | 125 | 57 |
| Binary | 10010 | 1010110 | 11011110 | 1011100 | 111101 | 0 | 1101 | 11011100 | 1010101 | 101111 |
Color Harmonies of #1256DE
Complementary color
Monochromatic Colors of #1256DE
Black with #1256DE
Text Example
Text Example
White with #1256DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256DE; }
p { color: rgb(18,86,222); }
H1.HeaderClassName
{
color: #1256DE;
}
.AnyTagClassName
{
color: #1256DE;
}
</style>
background-color css
<style>
a { background-color: #1256DE; }
a { background-color: rgb(18,86,222); }
div.DivClassName
{
background-color: #1256DE;
}
.BgClassName
{
background-color: #1256DE;
}
</style>
border-color css
<style>
span { border-color: #1256DE; }
span { border-color: rgb(18,86,222); }
td.TdClassName
{
border-color: #1256DE;
}
.TagClassName
{
border-color: #1256DE;
}
</style>