Shades of Navy Blue #154CF2
Tints of Navy Blue #154CF2
RGB
CMYK
RGB Variations
Color information
#154CF2 (or 0x154CF2) is known color: Navy Blue. HEX triplet: 15, 4C and F2. RGB value is (21,76,242). Sum of RGB (Red+Green+Blue) = 21+76+242=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 242 (94.92% from 255 or 71.39% from 339); Max value from RGB is 242 - color contains mainly: blue. Hex color #154CF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154CF2 is #EAB30D. Grayscale: #4D4D4D. Windows color (decimal): -15381262 or 15879189. OLE color: 15879189.
HSL color Cylindrical-coordinate representation of color #154CF2: hue angle of 225.07º 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 #154CF2 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 76 | 242 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.05 |
| HSL | 225.07º | 0.89% | 0.52% | - |
| HSV(B) | 225.07º | 0.91% | 0.95% | - |
| XYZ | 18.92 | 11.74 | 85.27 | - |
| YUV | 78.48 | 220.28 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 76 | 242 | 0.91 | 0.69 | 0 | 0.05 | 225.07 | 0.89 | 0.52 |
| Hex | 15 | 4C | F2 | 5B | 45 | 0 | 5 | E1 | 59 | 34 |
| Octal | 25 | 114 | 362 | 133 | 105 | 0 | 5 | 341 | 131 | 64 |
| Binary | 10101 | 1001100 | 11110010 | 1011011 | 1000101 | 0 | 101 | 11100001 | 1011001 | 110100 |
Color Harmonies of #154CF2
Complementary color
Monochromatic Colors of #154CF2
Black with #154CF2
Text Example
Text Example
White with #154CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154CF2; }
p { color: rgb(21,76,242); }
H1.HeaderClassName
{
color: #154CF2;
}
.AnyTagClassName
{
color: #154CF2;
}
</style>
background-color css
<style>
a { background-color: #154CF2; }
a { background-color: rgb(21,76,242); }
div.DivClassName
{
background-color: #154CF2;
}
.BgClassName
{
background-color: #154CF2;
}
</style>
border-color css
<style>
span { border-color: #154CF2; }
span { border-color: rgb(21,76,242); }
td.TdClassName
{
border-color: #154CF2;
}
.TagClassName
{
border-color: #154CF2;
}
</style>