Shades of Navy Blue #154FED
Tints of Navy Blue #154FED
RGB
CMYK
RGB Variations
Color information
#154FED (or 0x154FED) is known color: Navy Blue. HEX triplet: 15, 4F and ED. RGB value is (21,79,237). Sum of RGB (Red+Green+Blue) = 21+79+237=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 237 (92.97% from 255 or 70.33% from 337); Max value from RGB is 237 - color contains mainly: blue. Hex color #154FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FED is #EAB012. Grayscale: #4E4E4E. Windows color (decimal): -15380499 or 15552277. OLE color: 15552277.
HSL color Cylindrical-coordinate representation of color #154FED: hue angle of 223.89º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154FED is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 79 | 237 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.07 |
| HSL | 223.89º | 0.86% | 0.51% | - |
| HSV(B) | 223.89º | 0.91% | 0.93% | - |
| XYZ | 18.39 | 11.87 | 81.44 | - |
| YUV | 79.67 | 216.78 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 237 | 0.91 | 0.67 | 0 | 0.07 | 223.89 | 0.86 | 0.51 |
| Hex | 15 | 4F | ED | 5B | 43 | 0 | 7 | E0 | 56 | 33 |
| Octal | 25 | 117 | 355 | 133 | 103 | 0 | 7 | 340 | 126 | 63 |
| Binary | 10101 | 1001111 | 11101101 | 1011011 | 1000011 | 0 | 111 | 11100000 | 1010110 | 110011 |
Color Harmonies of #154FED
Complementary color
Monochromatic Colors of #154FED
Black with #154FED
Text Example
Text Example
White with #154FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FED; }
p { color: rgb(21,79,237); }
H1.HeaderClassName
{
color: #154FED;
}
.AnyTagClassName
{
color: #154FED;
}
</style>
background-color css
<style>
a { background-color: #154FED; }
a { background-color: rgb(21,79,237); }
div.DivClassName
{
background-color: #154FED;
}
.BgClassName
{
background-color: #154FED;
}
</style>
border-color css
<style>
span { border-color: #154FED; }
span { border-color: rgb(21,79,237); }
td.TdClassName
{
border-color: #154FED;
}
.TagClassName
{
border-color: #154FED;
}
</style>