Shades of Navy Blue #1551F1
Tints of Navy Blue #1551F1
RGB
CMYK
RGB Variations
Color information
#1551F1 (or 0x1551F1) is known color: Navy Blue. HEX triplet: 15, 51 and F1. RGB value is (21,81,241). Sum of RGB (Red+Green+Blue) = 21+81+241=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 241 (94.53% from 255 or 70.26% from 343); Max value from RGB is 241 - color contains mainly: blue. Hex color #1551F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551F1 is #EAAE0E. Grayscale: #505050. Windows color (decimal): -15379983 or 15814933. OLE color: 15814933.
HSL color Cylindrical-coordinate representation of color #1551F1: hue angle of 223.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1551F1 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 81 | 241 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.05 |
| HSL | 223.64º | 0.89% | 0.51% | - |
| HSV(B) | 223.64º | 0.91% | 0.95% | - |
| XYZ | 19.13 | 12.4 | 84.6 | - |
| YUV | 81.3 | 218.12 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 241 | 0.91 | 0.66 | 0 | 0.05 | 223.64 | 0.89 | 0.51 |
| Hex | 15 | 51 | F1 | 5B | 42 | 0 | 5 | E0 | 59 | 33 |
| Octal | 25 | 121 | 361 | 133 | 102 | 0 | 5 | 340 | 131 | 63 |
| Binary | 10101 | 1010001 | 11110001 | 1011011 | 1000010 | 0 | 101 | 11100000 | 1011001 | 110011 |
Color Harmonies of #1551F1
Complementary color
Monochromatic Colors of #1551F1
Black with #1551F1
Text Example
Text Example
White with #1551F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551F1; }
p { color: rgb(21,81,241); }
H1.HeaderClassName
{
color: #1551F1;
}
.AnyTagClassName
{
color: #1551F1;
}
</style>
background-color css
<style>
a { background-color: #1551F1; }
a { background-color: rgb(21,81,241); }
div.DivClassName
{
background-color: #1551F1;
}
.BgClassName
{
background-color: #1551F1;
}
</style>
border-color css
<style>
span { border-color: #1551F1; }
span { border-color: rgb(21,81,241); }
td.TdClassName
{
border-color: #1551F1;
}
.TagClassName
{
border-color: #1551F1;
}
</style>