Shades of Navy Blue #1256FB
Tints of Navy Blue #1256FB
RGB
CMYK
RGB Variations
Color information
#1256FB (or 0x1256FB) is known color: Navy Blue. HEX triplet: 12, 56 and FB. RGB value is (18,86,251). Sum of RGB (Red+Green+Blue) = 18+86+251=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 251 (98.44% from 255 or 70.70% from 355); Max value from RGB is 251 - color contains mainly: blue. Hex color #1256FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256FB is #EDA904. Grayscale: #535353. Windows color (decimal): -15575301 or 16471570. OLE color: 16471570.
HSL color Cylindrical-coordinate representation of color #1256FB: hue angle of 222.49º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1256FB is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 86 | 251 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.02 |
| HSL | 222.49º | 0.97% | 0.53% | - |
| HSV(B) | 222.49º | 0.93% | 0.98% | - |
| XYZ | 20.99 | 13.75 | 92.81 | - |
| YUV | 84.48 | 221.97 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 251 | 0.93 | 0.66 | 0 | 0.02 | 222.49 | 0.97 | 0.53 |
| Hex | 12 | 56 | FB | 5D | 42 | 0 | 2 | DE | 61 | 35 |
| Octal | 22 | 126 | 373 | 135 | 102 | 0 | 2 | 336 | 141 | 65 |
| Binary | 10010 | 1010110 | 11111011 | 1011101 | 1000010 | 0 | 10 | 11011110 | 1100001 | 110101 |
Color Harmonies of #1256FB
Complementary color
Monochromatic Colors of #1256FB
Black with #1256FB
Text Example
Text Example
White with #1256FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1256FB; }
p { color: rgb(18,86,251); }
H1.HeaderClassName
{
color: #1256FB;
}
.AnyTagClassName
{
color: #1256FB;
}
</style>
background-color css
<style>
a { background-color: #1256FB; }
a { background-color: rgb(18,86,251); }
div.DivClassName
{
background-color: #1256FB;
}
.BgClassName
{
background-color: #1256FB;
}
</style>
border-color css
<style>
span { border-color: #1256FB; }
span { border-color: rgb(18,86,251); }
td.TdClassName
{
border-color: #1256FB;
}
.TagClassName
{
border-color: #1256FB;
}
</style>