Shades of Navy Blue #124DF2
Tints of Navy Blue #124DF2
RGB
CMYK
RGB Variations
Color information
#124DF2 (or 0x124DF2) is known color: Navy Blue. HEX triplet: 12, 4D and F2. RGB value is (18,77,242). Sum of RGB (Red+Green+Blue) = 18+77+242=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #124DF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DF2 is #EDB20D. Grayscale: #4D4D4D. Windows color (decimal): -15577614 or 15879442. OLE color: 15879442.
HSL color Cylindrical-coordinate representation of color #124DF2: hue angle of 224.2º degrees, saturation: 0.9, 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 #124DF2 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 77 | 242 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 224.2º | 0.9% | 0.51% | - |
| HSV(B) | 224.2º | 0.93% | 0.95% | - |
| XYZ | 18.93 | 11.85 | 85.29 | - |
| YUV | 78.17 | 220.45 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 242 | 0.93 | 0.68 | 0 | 0.05 | 224.2 | 0.9 | 0.51 |
| Hex | 12 | 4D | F2 | 5D | 44 | 0 | 5 | E0 | 5A | 33 |
| Octal | 22 | 115 | 362 | 135 | 104 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10010 | 1001101 | 11110010 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #124DF2
Complementary color
Monochromatic Colors of #124DF2
Black with #124DF2
Text Example
Text Example
White with #124DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DF2; }
p { color: rgb(18,77,242); }
H1.HeaderClassName
{
color: #124DF2;
}
.AnyTagClassName
{
color: #124DF2;
}
</style>
background-color css
<style>
a { background-color: #124DF2; }
a { background-color: rgb(18,77,242); }
div.DivClassName
{
background-color: #124DF2;
}
.BgClassName
{
background-color: #124DF2;
}
</style>
border-color css
<style>
span { border-color: #124DF2; }
span { border-color: rgb(18,77,242); }
td.TdClassName
{
border-color: #124DF2;
}
.TagClassName
{
border-color: #124DF2;
}
</style>