Shades of Navy Blue #154EF2
Tints of Navy Blue #154EF2
RGB
CMYK
RGB Variations
Color information
#154EF2 (or 0x154EF2) is known color: Navy Blue. HEX triplet: 15, 4E and F2. RGB value is (21,78,242). Sum of RGB (Red+Green+Blue) = 21+78+242=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 242 (94.92% from 255 or 70.97% from 341); Max value from RGB is 242 - color contains mainly: blue. Hex color #154EF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EF2 is #EAB10D. Grayscale: #4E4E4E. Windows color (decimal): -15380750 or 15879701. OLE color: 15879701.
HSL color Cylindrical-coordinate representation of color #154EF2: hue angle of 224.52º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154EF2 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 78 | 242 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.05 |
| HSL | 224.52º | 0.89% | 0.52% | - |
| HSV(B) | 224.52º | 0.91% | 0.95% | - |
| XYZ | 19.06 | 12.02 | 85.32 | - |
| YUV | 79.65 | 219.62 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 242 | 0.91 | 0.68 | 0 | 0.05 | 224.52 | 0.89 | 0.52 |
| Hex | 15 | 4E | F2 | 5B | 44 | 0 | 5 | E1 | 59 | 34 |
| Octal | 25 | 116 | 362 | 133 | 104 | 0 | 5 | 341 | 131 | 64 |
| Binary | 10101 | 1001110 | 11110010 | 1011011 | 1000100 | 0 | 101 | 11100001 | 1011001 | 110100 |
Color Harmonies of #154EF2
Complementary color
Monochromatic Colors of #154EF2
Black with #154EF2
Text Example
Text Example
White with #154EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EF2; }
p { color: rgb(21,78,242); }
H1.HeaderClassName
{
color: #154EF2;
}
.AnyTagClassName
{
color: #154EF2;
}
</style>
background-color css
<style>
a { background-color: #154EF2; }
a { background-color: rgb(21,78,242); }
div.DivClassName
{
background-color: #154EF2;
}
.BgClassName
{
background-color: #154EF2;
}
</style>
border-color css
<style>
span { border-color: #154EF2; }
span { border-color: rgb(21,78,242); }
td.TdClassName
{
border-color: #154EF2;
}
.TagClassName
{
border-color: #154EF2;
}
</style>