Shades of Navy Blue #1251FD
Tints of Navy Blue #1251FD
RGB
CMYK
RGB Variations
Color information
#1251FD (or 0x1251FD) is known color: Navy Blue. HEX triplet: 12, 51 and FD. RGB value is (18,81,253). Sum of RGB (Red+Green+Blue) = 18+81+253=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #1251FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251FD is #EDAE02. Grayscale: #515151. Windows color (decimal): -15576579 or 16601362. OLE color: 16601362.
HSL color Cylindrical-coordinate representation of color #1251FD: hue angle of 223.91º 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 #1251FD is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 81 | 253 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.01 |
| HSL | 223.91º | 0.98% | 0.53% | - |
| HSV(B) | 223.91º | 0.93% | 0.99% | - |
| XYZ | 20.92 | 13.11 | 94.36 | - |
| YUV | 81.77 | 224.63 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 253 | 0.93 | 0.68 | 0 | 0.01 | 223.91 | 0.98 | 0.53 |
| Hex | 12 | 51 | FD | 5D | 44 | 0 | 1 | E0 | 62 | 35 |
| Octal | 22 | 121 | 375 | 135 | 104 | 0 | 1 | 340 | 142 | 65 |
| Binary | 10010 | 1010001 | 11111101 | 1011101 | 1000100 | 0 | 1 | 11100000 | 1100010 | 110101 |
Color Harmonies of #1251FD
Complementary color
Monochromatic Colors of #1251FD
Black with #1251FD
Text Example
Text Example
White with #1251FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1251FD; }
p { color: rgb(18,81,253); }
H1.HeaderClassName
{
color: #1251FD;
}
.AnyTagClassName
{
color: #1251FD;
}
</style>
background-color css
<style>
a { background-color: #1251FD; }
a { background-color: rgb(18,81,253); }
div.DivClassName
{
background-color: #1251FD;
}
.BgClassName
{
background-color: #1251FD;
}
</style>
border-color css
<style>
span { border-color: #1251FD; }
span { border-color: rgb(18,81,253); }
td.TdClassName
{
border-color: #1251FD;
}
.TagClassName
{
border-color: #1251FD;
}
</style>