Shades of Navy Blue #154FEA
Tints of Navy Blue #154FEA
RGB
CMYK
RGB Variations
Color information
#154FEA (or 0x154FEA) is known color: Navy Blue. HEX triplet: 15, 4F and EA. RGB value is (21,79,234). Sum of RGB (Red+Green+Blue) = 21+79+234=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 234 (91.80% from 255 or 70.06% from 334); Max value from RGB is 234 - color contains mainly: blue. Hex color #154FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FEA is #EAB015. Grayscale: #4E4E4E. Windows color (decimal): -15380502 or 15355669. OLE color: 15355669.
HSL color Cylindrical-coordinate representation of color #154FEA: hue angle of 223.66º 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 #154FEA is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 79 | 234 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.08 |
| HSL | 223.66º | 0.84% | 0.5% | - |
| HSV(B) | 223.66º | 0.91% | 0.92% | - |
| XYZ | 17.96 | 11.69 | 79.15 | - |
| YUV | 79.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 234 | 0.91 | 0.66 | 0 | 0.08 | 223.66 | 0.84 | 0.5 |
| Hex | 15 | 4F | EA | 5B | 42 | 0 | 8 | E0 | 54 | 32 |
| Octal | 25 | 117 | 352 | 133 | 102 | 0 | 10 | 340 | 124 | 62 |
| Binary | 10101 | 1001111 | 11101010 | 1011011 | 1000010 | 0 | 1000 | 11100000 | 1010100 | 110010 |
Color Harmonies of #154FEA
Complementary color
Monochromatic Colors of #154FEA
Black with #154FEA
Text Example
Text Example
White with #154FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FEA; }
p { color: rgb(21,79,234); }
H1.HeaderClassName
{
color: #154FEA;
}
.AnyTagClassName
{
color: #154FEA;
}
</style>
background-color css
<style>
a { background-color: #154FEA; }
a { background-color: rgb(21,79,234); }
div.DivClassName
{
background-color: #154FEA;
}
.BgClassName
{
background-color: #154FEA;
}
</style>
border-color css
<style>
span { border-color: #154FEA; }
span { border-color: rgb(21,79,234); }
td.TdClassName
{
border-color: #154FEA;
}
.TagClassName
{
border-color: #154FEA;
}
</style>