Shades of Navy Blue #154CEB
Tints of Navy Blue #154CEB
RGB
CMYK
RGB Variations
Color information
#154CEB (or 0x154CEB) is known color: Navy Blue. HEX triplet: 15, 4C and EB. RGB value is (21,76,235). Sum of RGB (Red+Green+Blue) = 21+76+235=332 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.33% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #154CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CEB is #EAB314. Grayscale: #4C4C4C. Windows color (decimal): -15381269 or 15420437. OLE color: 15420437.
HSL color Cylindrical-coordinate representation of color #154CEB: hue angle of 224.58º 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 #154CEB is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 76 | 235 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.08 |
| HSL | 224.58º | 0.84% | 0.5% | - |
| HSV(B) | 224.58º | 0.91% | 0.92% | - |
| XYZ | 17.89 | 11.33 | 79.84 | - |
| YUV | 77.68 | 216.78 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 235 | 0.91 | 0.68 | 0 | 0.08 | 224.58 | 0.84 | 0.5 |
| Hex | 15 | 4C | EB | 5B | 44 | 0 | 8 | E1 | 54 | 32 |
| Octal | 25 | 114 | 353 | 133 | 104 | 0 | 10 | 341 | 124 | 62 |
| Binary | 10101 | 1001100 | 11101011 | 1011011 | 1000100 | 0 | 1000 | 11100001 | 1010100 | 110010 |
Color Harmonies of #154CEB
Complementary color
Monochromatic Colors of #154CEB
Black with #154CEB
Text Example
Text Example
White with #154CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CEB; }
p { color: rgb(21,76,235); }
H1.HeaderClassName
{
color: #154CEB;
}
.AnyTagClassName
{
color: #154CEB;
}
</style>
background-color css
<style>
a { background-color: #154CEB; }
a { background-color: rgb(21,76,235); }
div.DivClassName
{
background-color: #154CEB;
}
.BgClassName
{
background-color: #154CEB;
}
</style>
border-color css
<style>
span { border-color: #154CEB; }
span { border-color: rgb(21,76,235); }
td.TdClassName
{
border-color: #154CEB;
}
.TagClassName
{
border-color: #154CEB;
}
</style>