Shades of Navy Blue #1251F1
Tints of Navy Blue #1251F1
RGB
CMYK
RGB Variations
Color information
#1251F1 (or 0x1251F1) is known color: Navy Blue. HEX triplet: 12, 51 and F1. RGB value is (18,81,241). Sum of RGB (Red+Green+Blue) = 18+81+241=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 81 (32.03% from 255 or 23.82% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #1251F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251F1 is #EDAE0E. Grayscale: #4F4F4F. Windows color (decimal): -15576591 or 15814930. OLE color: 15814930.
HSL color Cylindrical-coordinate representation of color #1251F1: hue angle of 223.05º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1251F1 is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 81 | 241 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.05 |
| HSL | 223.05º | 0.89% | 0.51% | - |
| HSV(B) | 223.05º | 0.93% | 0.95% | - |
| XYZ | 19.07 | 12.36 | 84.6 | - |
| YUV | 80.4 | 218.63 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 81 | 241 | 0.93 | 0.66 | 0 | 0.05 | 223.05 | 0.89 | 0.51 |
| Hex | 12 | 51 | F1 | 5D | 42 | 0 | 5 | DF | 59 | 33 |
| Octal | 22 | 121 | 361 | 135 | 102 | 0 | 5 | 337 | 131 | 63 |
| Binary | 10010 | 1010001 | 11110001 | 1011101 | 1000010 | 0 | 101 | 11011111 | 1011001 | 110011 |
Color Harmonies of #1251F1
Complementary color
Monochromatic Colors of #1251F1
Black with #1251F1
Text Example
Text Example
White with #1251F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1251F1; }
p { color: rgb(18,81,241); }
H1.HeaderClassName
{
color: #1251F1;
}
.AnyTagClassName
{
color: #1251F1;
}
</style>
background-color css
<style>
a { background-color: #1251F1; }
a { background-color: rgb(18,81,241); }
div.DivClassName
{
background-color: #1251F1;
}
.BgClassName
{
background-color: #1251F1;
}
</style>
border-color css
<style>
span { border-color: #1251F1; }
span { border-color: rgb(18,81,241); }
td.TdClassName
{
border-color: #1251F1;
}
.TagClassName
{
border-color: #1251F1;
}
</style>