Shades of Navy Blue #124DF1
Tints of Navy Blue #124DF1
RGB
CMYK
RGB Variations
Color information
#124DF1 (or 0x124DF1) is known color: Navy Blue. HEX triplet: 12, 4D and F1. RGB value is (18,77,241). Sum of RGB (Red+Green+Blue) = 18+77+241=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 77 (30.47% from 255 or 22.92% 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 #124DF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DF1 is #EDB20E. Grayscale: #4D4D4D. Windows color (decimal): -15577615 or 15813906. OLE color: 15813906.
HSL color Cylindrical-coordinate representation of color #124DF1: hue angle of 224.13º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124DF1 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 77 | 241 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 224.13º | 0.89% | 0.51% | - |
| HSV(B) | 224.13º | 0.93% | 0.95% | - |
| XYZ | 18.78 | 11.79 | 84.5 | - |
| YUV | 78.06 | 219.95 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 241 | 0.93 | 0.68 | 0 | 0.05 | 224.13 | 0.89 | 0.51 |
| Hex | 12 | 4D | F1 | 5D | 44 | 0 | 5 | E0 | 59 | 33 |
| Octal | 22 | 115 | 361 | 135 | 104 | 0 | 5 | 340 | 131 | 63 |
| Binary | 10010 | 1001101 | 11110001 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011001 | 110011 |
Color Harmonies of #124DF1
Complementary color
Monochromatic Colors of #124DF1
Black with #124DF1
Text Example
Text Example
White with #124DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DF1; }
p { color: rgb(18,77,241); }
H1.HeaderClassName
{
color: #124DF1;
}
.AnyTagClassName
{
color: #124DF1;
}
</style>
background-color css
<style>
a { background-color: #124DF1; }
a { background-color: rgb(18,77,241); }
div.DivClassName
{
background-color: #124DF1;
}
.BgClassName
{
background-color: #124DF1;
}
</style>
border-color css
<style>
span { border-color: #124DF1; }
span { border-color: rgb(18,77,241); }
td.TdClassName
{
border-color: #124DF1;
}
.TagClassName
{
border-color: #124DF1;
}
</style>