Shades of Navy Blue #154AF1
Tints of Navy Blue #154AF1
RGB
CMYK
RGB Variations
Color information
#154AF1 (or 0x154AF1) is known color: Navy Blue. HEX triplet: 15, 4A and F1. RGB value is (21,74,241). Sum of RGB (Red+Green+Blue) = 21+74+241=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 241 (94.53% from 255 or 71.73% from 336); Max value from RGB is 241 - color contains mainly: blue. Hex color #154AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #154AF1 is #EAB50E. Grayscale: #4C4C4C. Windows color (decimal): -15381775 or 15813141. OLE color: 15813141.
HSL color Cylindrical-coordinate representation of color #154AF1: hue angle of 225.55º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #154AF1 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 74 | 241 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.05 |
| HSL | 225.55º | 0.89% | 0.51% | - |
| HSV(B) | 225.55º | 0.91% | 0.95% | - |
| XYZ | 18.64 | 11.41 | 84.44 | - |
| YUV | 77.19 | 220.44 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 74 | 241 | 0.91 | 0.69 | 0 | 0.05 | 225.55 | 0.89 | 0.51 |
| Hex | 15 | 4A | F1 | 5B | 45 | 0 | 5 | E2 | 59 | 33 |
| Octal | 25 | 112 | 361 | 133 | 105 | 0 | 5 | 342 | 131 | 63 |
| Binary | 10101 | 1001010 | 11110001 | 1011011 | 1000101 | 0 | 101 | 11100010 | 1011001 | 110011 |
Color Harmonies of #154AF1
Complementary color
Monochromatic Colors of #154AF1
Black with #154AF1
Text Example
Text Example
White with #154AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154AF1; }
p { color: rgb(21,74,241); }
H1.HeaderClassName
{
color: #154AF1;
}
.AnyTagClassName
{
color: #154AF1;
}
</style>
background-color css
<style>
a { background-color: #154AF1; }
a { background-color: rgb(21,74,241); }
div.DivClassName
{
background-color: #154AF1;
}
.BgClassName
{
background-color: #154AF1;
}
</style>
border-color css
<style>
span { border-color: #154AF1; }
span { border-color: rgb(21,74,241); }
td.TdClassName
{
border-color: #154AF1;
}
.TagClassName
{
border-color: #154AF1;
}
</style>