Shades of Navy Blue #154CED
Tints of Navy Blue #154CED
RGB
CMYK
RGB Variations
Color information
#154CED (or 0x154CED) is known color: Navy Blue. HEX triplet: 15, 4C and ED. RGB value is (21,76,237). Sum of RGB (Red+Green+Blue) = 21+76+237=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #154CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CED is #EAB312. Grayscale: #4D4D4D. Windows color (decimal): -15381267 or 15551509. OLE color: 15551509.
HSL color Cylindrical-coordinate representation of color #154CED: hue angle of 224.72º 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 #154CED is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 76 | 237 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.07 |
| HSL | 224.72º | 0.86% | 0.51% | - |
| HSV(B) | 224.72º | 0.91% | 0.93% | - |
| XYZ | 18.18 | 11.44 | 81.37 | - |
| YUV | 77.91 | 217.78 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 237 | 0.91 | 0.68 | 0 | 0.07 | 224.72 | 0.86 | 0.51 |
| Hex | 15 | 4C | ED | 5B | 44 | 0 | 7 | E1 | 56 | 33 |
| Octal | 25 | 114 | 355 | 133 | 104 | 0 | 7 | 341 | 126 | 63 |
| Binary | 10101 | 1001100 | 11101101 | 1011011 | 1000100 | 0 | 111 | 11100001 | 1010110 | 110011 |
Color Harmonies of #154CED
Complementary color
Monochromatic Colors of #154CED
Black with #154CED
Text Example
Text Example
White with #154CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CED; }
p { color: rgb(21,76,237); }
H1.HeaderClassName
{
color: #154CED;
}
.AnyTagClassName
{
color: #154CED;
}
</style>
background-color css
<style>
a { background-color: #154CED; }
a { background-color: rgb(21,76,237); }
div.DivClassName
{
background-color: #154CED;
}
.BgClassName
{
background-color: #154CED;
}
</style>
border-color css
<style>
span { border-color: #154CED; }
span { border-color: rgb(21,76,237); }
td.TdClassName
{
border-color: #154CED;
}
.TagClassName
{
border-color: #154CED;
}
</style>