Shades of Navy Blue #154EEE
Tints of Navy Blue #154EEE
RGB
CMYK
RGB Variations
Color information
#154EEE (or 0x154EEE) is known color: Navy Blue. HEX triplet: 15, 4E and EE. RGB value is (21,78,238). Sum of RGB (Red+Green+Blue) = 21+78+238=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #154EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EEE is #EAB111. Grayscale: #4E4E4E. Windows color (decimal): -15380754 or 15617557. OLE color: 15617557.
HSL color Cylindrical-coordinate representation of color #154EEE: hue angle of 224.24º 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 #154EEE is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 78 | 238 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.07 |
| HSL | 224.24º | 0.86% | 0.51% | - |
| HSV(B) | 224.24º | 0.91% | 0.93% | - |
| XYZ | 18.47 | 11.78 | 82.19 | - |
| YUV | 79.2 | 217.62 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 238 | 0.91 | 0.67 | 0 | 0.07 | 224.24 | 0.86 | 0.51 |
| Hex | 15 | 4E | EE | 5B | 43 | 0 | 7 | E0 | 56 | 33 |
| Octal | 25 | 116 | 356 | 133 | 103 | 0 | 7 | 340 | 126 | 63 |
| Binary | 10101 | 1001110 | 11101110 | 1011011 | 1000011 | 0 | 111 | 11100000 | 1010110 | 110011 |
Color Harmonies of #154EEE
Complementary color
Monochromatic Colors of #154EEE
Black with #154EEE
Text Example
Text Example
White with #154EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EEE; }
p { color: rgb(21,78,238); }
H1.HeaderClassName
{
color: #154EEE;
}
.AnyTagClassName
{
color: #154EEE;
}
</style>
background-color css
<style>
a { background-color: #154EEE; }
a { background-color: rgb(21,78,238); }
div.DivClassName
{
background-color: #154EEE;
}
.BgClassName
{
background-color: #154EEE;
}
</style>
border-color css
<style>
span { border-color: #154EEE; }
span { border-color: rgb(21,78,238); }
td.TdClassName
{
border-color: #154EEE;
}
.TagClassName
{
border-color: #154EEE;
}
</style>