Shades of Navy Blue #1256FD
Tints of Navy Blue #1256FD
RGB
CMYK
RGB Variations
Color information
#1256FD (or 0x1256FD) is known color: Navy Blue. HEX triplet: 12, 56 and FD. RGB value is (18,86,253). Sum of RGB (Red+Green+Blue) = 18+86+253=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #1256FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256FD is #EDA902. Grayscale: #535353. Windows color (decimal): -15575299 or 16602642. OLE color: 16602642.
HSL color Cylindrical-coordinate representation of color #1256FD: hue angle of 222.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1256FD is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 86 | 253 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.01 |
| HSL | 222.64º | 0.98% | 0.53% | - |
| HSV(B) | 222.64º | 0.93% | 0.99% | - |
| XYZ | 21.31 | 13.88 | 94.48 | - |
| YUV | 84.71 | 222.97 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 253 | 0.93 | 0.66 | 0 | 0.01 | 222.64 | 0.98 | 0.53 |
| Hex | 12 | 56 | FD | 5D | 42 | 0 | 1 | DF | 62 | 35 |
| Octal | 22 | 126 | 375 | 135 | 102 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10010 | 1010110 | 11111101 | 1011101 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1256FD
Complementary color
Monochromatic Colors of #1256FD
Black with #1256FD
Text Example
Text Example
White with #1256FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256FD; }
p { color: rgb(18,86,253); }
H1.HeaderClassName
{
color: #1256FD;
}
.AnyTagClassName
{
color: #1256FD;
}
</style>
background-color css
<style>
a { background-color: #1256FD; }
a { background-color: rgb(18,86,253); }
div.DivClassName
{
background-color: #1256FD;
}
.BgClassName
{
background-color: #1256FD;
}
</style>
border-color css
<style>
span { border-color: #1256FD; }
span { border-color: rgb(18,86,253); }
td.TdClassName
{
border-color: #1256FD;
}
.TagClassName
{
border-color: #1256FD;
}
</style>