Shades of Navy Blue #154EEB
Tints of Navy Blue #154EEB
RGB
CMYK
RGB Variations
Color information
#154EEB (or 0x154EEB) is known color: Navy Blue. HEX triplet: 15, 4E and EB. RGB value is (21,78,235). Sum of RGB (Red+Green+Blue) = 21+78+235=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #154EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EEB is #EAB114. Grayscale: #4E4E4E. Windows color (decimal): -15380757 or 15420949. OLE color: 15420949.
HSL color Cylindrical-coordinate representation of color #154EEB: hue angle of 224.02º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154EEB is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 78 | 235 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.08 |
| HSL | 224.02º | 0.84% | 0.5% | - |
| HSV(B) | 224.02º | 0.91% | 0.92% | - |
| XYZ | 18.03 | 11.61 | 79.89 | - |
| YUV | 78.86 | 216.12 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 235 | 0.91 | 0.67 | 0 | 0.08 | 224.02 | 0.84 | 0.5 |
| Hex | 15 | 4E | EB | 5B | 43 | 0 | 8 | E0 | 54 | 32 |
| Octal | 25 | 116 | 353 | 133 | 103 | 0 | 10 | 340 | 124 | 62 |
| Binary | 10101 | 1001110 | 11101011 | 1011011 | 1000011 | 0 | 1000 | 11100000 | 1010100 | 110010 |
Color Harmonies of #154EEB
Complementary color
Monochromatic Colors of #154EEB
Black with #154EEB
Text Example
Text Example
White with #154EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EEB; }
p { color: rgb(21,78,235); }
H1.HeaderClassName
{
color: #154EEB;
}
.AnyTagClassName
{
color: #154EEB;
}
</style>
background-color css
<style>
a { background-color: #154EEB; }
a { background-color: rgb(21,78,235); }
div.DivClassName
{
background-color: #154EEB;
}
.BgClassName
{
background-color: #154EEB;
}
</style>
border-color css
<style>
span { border-color: #154EEB; }
span { border-color: rgb(21,78,235); }
td.TdClassName
{
border-color: #154EEB;
}
.TagClassName
{
border-color: #154EEB;
}
</style>