Shades of Navy Blue #154FF0
Tints of Navy Blue #154FF0
RGB
CMYK
RGB Variations
Color information
#154FF0 (or 0x154FF0) is known color: Navy Blue. HEX triplet: 15, 4F and F0. RGB value is (21,79,240). Sum of RGB (Red+Green+Blue) = 21+79+240=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 240 (94.14% from 255 or 70.59% from 340); Max value from RGB is 240 - color contains mainly: blue. Hex color #154FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154FF0 is #EAB00F. Grayscale: #4F4F4F. Windows color (decimal): -15380496 or 15748885. OLE color: 15748885.
HSL color Cylindrical-coordinate representation of color #154FF0: hue angle of 224.11º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154FF0 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 79 | 240 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.06 |
| HSL | 224.11º | 0.88% | 0.51% | - |
| HSV(B) | 224.11º | 0.91% | 0.94% | - |
| XYZ | 18.83 | 12.04 | 83.77 | - |
| YUV | 80.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 240 | 0.91 | 0.67 | 0 | 0.06 | 224.11 | 0.88 | 0.51 |
| Hex | 15 | 4F | F0 | 5B | 43 | 0 | 6 | E0 | 58 | 33 |
| Octal | 25 | 117 | 360 | 133 | 103 | 0 | 6 | 340 | 130 | 63 |
| Binary | 10101 | 1001111 | 11110000 | 1011011 | 1000011 | 0 | 110 | 11100000 | 1011000 | 110011 |
Color Harmonies of #154FF0
Complementary color
Monochromatic Colors of #154FF0
Black with #154FF0
Text Example
Text Example
White with #154FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FF0; }
p { color: rgb(21,79,240); }
H1.HeaderClassName
{
color: #154FF0;
}
.AnyTagClassName
{
color: #154FF0;
}
</style>
background-color css
<style>
a { background-color: #154FF0; }
a { background-color: rgb(21,79,240); }
div.DivClassName
{
background-color: #154FF0;
}
.BgClassName
{
background-color: #154FF0;
}
</style>
border-color css
<style>
span { border-color: #154FF0; }
span { border-color: rgb(21,79,240); }
td.TdClassName
{
border-color: #154FF0;
}
.TagClassName
{
border-color: #154FF0;
}
</style>