Shades of Navy Blue #154EF3
Tints of Navy Blue #154EF3
RGB
CMYK
RGB Variations
Color information
#154EF3 (or 0x154EF3) is known color: Navy Blue. HEX triplet: 15, 4E and F3. RGB value is (21,78,243). Sum of RGB (Red+Green+Blue) = 21+78+243=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 243 (95.31% from 255 or 71.05% from 342); Max value from RGB is 243 - color contains mainly: blue. Hex color #154EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #154EF3 is #EAB10C. Grayscale: #4F4F4F. Windows color (decimal): -15380749 or 15945237. OLE color: 15945237.
HSL color Cylindrical-coordinate representation of color #154EF3: hue angle of 224.59º degrees, saturation: 0.9, 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 #154EF3 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 78 | 243 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.05 |
| HSL | 224.59º | 0.9% | 0.52% | - |
| HSV(B) | 224.59º | 0.91% | 0.95% | - |
| XYZ | 19.21 | 12.08 | 86.11 | - |
| YUV | 79.77 | 220.12 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 78 | 243 | 0.91 | 0.68 | 0 | 0.05 | 224.59 | 0.9 | 0.52 |
| Hex | 15 | 4E | F3 | 5B | 44 | 0 | 5 | E1 | 5A | 34 |
| Octal | 25 | 116 | 363 | 133 | 104 | 0 | 5 | 341 | 132 | 64 |
| Binary | 10101 | 1001110 | 11110011 | 1011011 | 1000100 | 0 | 101 | 11100001 | 1011010 | 110100 |
Color Harmonies of #154EF3
Complementary color
Monochromatic Colors of #154EF3
Black with #154EF3
Text Example
Text Example
White with #154EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154EF3; }
p { color: rgb(21,78,243); }
H1.HeaderClassName
{
color: #154EF3;
}
.AnyTagClassName
{
color: #154EF3;
}
</style>
background-color css
<style>
a { background-color: #154EF3; }
a { background-color: rgb(21,78,243); }
div.DivClassName
{
background-color: #154EF3;
}
.BgClassName
{
background-color: #154EF3;
}
</style>
border-color css
<style>
span { border-color: #154EF3; }
span { border-color: rgb(21,78,243); }
td.TdClassName
{
border-color: #154EF3;
}
.TagClassName
{
border-color: #154EF3;
}
</style>