Shades of Navy Blue #1554F2
Tints of Navy Blue #1554F2
RGB
CMYK
RGB Variations
Color information
#1554F2 (or 0x1554F2) is known color: Navy Blue. HEX triplet: 15, 54 and F2. RGB value is (21,84,242). Sum of RGB (Red+Green+Blue) = 21+84+242=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 242 (94.92% from 255 or 69.74% from 347); Max value from RGB is 242 - color contains mainly: blue. Hex color #1554F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1554F2 is #EAAB0D. Grayscale: #525252. Windows color (decimal): -15379214 or 15881237. OLE color: 15881237.
HSL color Cylindrical-coordinate representation of color #1554F2: hue angle of 222.9º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1554F2 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 84 | 242 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.05 |
| HSL | 222.9º | 0.89% | 0.52% | - |
| HSV(B) | 222.9º | 0.91% | 0.95% | - |
| XYZ | 19.51 | 12.91 | 85.47 | - |
| YUV | 83.18 | 217.63 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 84 | 242 | 0.91 | 0.65 | 0 | 0.05 | 222.9 | 0.89 | 0.52 |
| Hex | 15 | 54 | F2 | 5B | 41 | 0 | 5 | DF | 59 | 34 |
| Octal | 25 | 124 | 362 | 133 | 101 | 0 | 5 | 337 | 131 | 64 |
| Binary | 10101 | 1010100 | 11110010 | 1011011 | 1000001 | 0 | 101 | 11011111 | 1011001 | 110100 |
Color Harmonies of #1554F2
Complementary color
Monochromatic Colors of #1554F2
Black with #1554F2
Text Example
Text Example
White with #1554F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1554F2; }
p { color: rgb(21,84,242); }
H1.HeaderClassName
{
color: #1554F2;
}
.AnyTagClassName
{
color: #1554F2;
}
</style>
background-color css
<style>
a { background-color: #1554F2; }
a { background-color: rgb(21,84,242); }
div.DivClassName
{
background-color: #1554F2;
}
.BgClassName
{
background-color: #1554F2;
}
</style>
border-color css
<style>
span { border-color: #1554F2; }
span { border-color: rgb(21,84,242); }
td.TdClassName
{
border-color: #1554F2;
}
.TagClassName
{
border-color: #1554F2;
}
</style>