Shades of Navy Blue #154DEE
Tints of Navy Blue #154DEE
RGB
CMYK
RGB Variations
Color information
#154DEE (or 0x154DEE) is known color: Navy Blue. HEX triplet: 15, 4D and EE. RGB value is (21,77,238). Sum of RGB (Red+Green+Blue) = 21+77+238=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #154DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154DEE is #EAB211. Grayscale: #4D4D4D. Windows color (decimal): -15381010 or 15617301. OLE color: 15617301.
HSL color Cylindrical-coordinate representation of color #154DEE: hue angle of 224.52º 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 #154DEE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 77 | 238 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.52º | 0.86% | 0.51% | - |
| HSV(B) | 224.52º | 0.91% | 0.93% | - |
| XYZ | 18.4 | 11.64 | 82.17 | - |
| YUV | 78.61 | 217.95 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 77 | 238 | 0.91 | 0.68 | 0 | 0.07 | 224.52 | 0.86 | 0.51 |
| Hex | 15 | 4D | EE | 5B | 44 | 0 | 7 | E1 | 56 | 33 |
| Octal | 25 | 115 | 356 | 133 | 104 | 0 | 7 | 341 | 126 | 63 |
| Binary | 10101 | 1001101 | 11101110 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010110 | 110011 |
Color Harmonies of #154DEE
Complementary color
Monochromatic Colors of #154DEE
Black with #154DEE
Text Example
Text Example
White with #154DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154DEE; }
p { color: rgb(21,77,238); }
H1.HeaderClassName
{
color: #154DEE;
}
.AnyTagClassName
{
color: #154DEE;
}
</style>
background-color css
<style>
a { background-color: #154DEE; }
a { background-color: rgb(21,77,238); }
div.DivClassName
{
background-color: #154DEE;
}
.BgClassName
{
background-color: #154DEE;
}
</style>
border-color css
<style>
span { border-color: #154DEE; }
span { border-color: rgb(21,77,238); }
td.TdClassName
{
border-color: #154DEE;
}
.TagClassName
{
border-color: #154DEE;
}
</style>