Shades of Navy Blue #154CEE
Tints of Navy Blue #154CEE
RGB
CMYK
RGB Variations
Color information
#154CEE (or 0x154CEE) is known color: Navy Blue. HEX triplet: 15, 4C and EE. RGB value is (21,76,238). Sum of RGB (Red+Green+Blue) = 21+76+238=335 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.27% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #154CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CEE is #EAB311. Grayscale: #4D4D4D. Windows color (decimal): -15381266 or 15617045. OLE color: 15617045.
HSL color Cylindrical-coordinate representation of color #154CEE: hue angle of 224.79º 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 #154CEE is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 76 | 238 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.79º | 0.86% | 0.51% | - |
| HSV(B) | 224.79º | 0.91% | 0.93% | - |
| XYZ | 18.33 | 11.5 | 82.14 | - |
| YUV | 78.02 | 218.28 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 238 | 0.91 | 0.68 | 0 | 0.07 | 224.79 | 0.86 | 0.51 |
| Hex | 15 | 4C | EE | 5B | 44 | 0 | 7 | E1 | 56 | 33 |
| Octal | 25 | 114 | 356 | 133 | 104 | 0 | 7 | 341 | 126 | 63 |
| Binary | 10101 | 1001100 | 11101110 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010110 | 110011 |
Color Harmonies of #154CEE
Complementary color
Monochromatic Colors of #154CEE
Black with #154CEE
Text Example
Text Example
White with #154CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CEE; }
p { color: rgb(21,76,238); }
H1.HeaderClassName
{
color: #154CEE;
}
.AnyTagClassName
{
color: #154CEE;
}
</style>
background-color css
<style>
a { background-color: #154CEE; }
a { background-color: rgb(21,76,238); }
div.DivClassName
{
background-color: #154CEE;
}
.BgClassName
{
background-color: #154CEE;
}
</style>
border-color css
<style>
span { border-color: #154CEE; }
span { border-color: rgb(21,76,238); }
td.TdClassName
{
border-color: #154CEE;
}
.TagClassName
{
border-color: #154CEE;
}
</style>