Shades of Navy Blue #154DED
Tints of Navy Blue #154DED
RGB
CMYK
RGB Variations
Color information
#154DED (or 0x154DED) is known color: Navy Blue. HEX triplet: 15, 4D and ED. RGB value is (21,77,237). Sum of RGB (Red+Green+Blue) = 21+77+237=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #154DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154DED is #EAB212. Grayscale: #4D4D4D. Windows color (decimal): -15381011 or 15551765. OLE color: 15551765.
HSL color Cylindrical-coordinate representation of color #154DED: hue angle of 224.44º 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 #154DED is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 77 | 237 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.44º | 0.86% | 0.51% | - |
| HSV(B) | 224.44º | 0.91% | 0.93% | - |
| XYZ | 18.25 | 11.58 | 81.39 | - |
| YUV | 78.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 237 | 0.91 | 0.68 | 0 | 0.07 | 224.44 | 0.86 | 0.51 |
| Hex | 15 | 4D | ED | 5B | 44 | 0 | 7 | E0 | 56 | 33 |
| Octal | 25 | 115 | 355 | 133 | 104 | 0 | 7 | 340 | 126 | 63 |
| Binary | 10101 | 1001101 | 11101101 | 1011011 | 1000100 | 0 | 111 | 11100000 | 1010110 | 110011 |
Color Harmonies of #154DED
Complementary color
Monochromatic Colors of #154DED
Black with #154DED
Text Example
Text Example
White with #154DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DED; }
p { color: rgb(21,77,237); }
H1.HeaderClassName
{
color: #154DED;
}
.AnyTagClassName
{
color: #154DED;
}
</style>
background-color css
<style>
a { background-color: #154DED; }
a { background-color: rgb(21,77,237); }
div.DivClassName
{
background-color: #154DED;
}
.BgClassName
{
background-color: #154DED;
}
</style>
border-color css
<style>
span { border-color: #154DED; }
span { border-color: rgb(21,77,237); }
td.TdClassName
{
border-color: #154DED;
}
.TagClassName
{
border-color: #154DED;
}
</style>