Shades of Navy Blue #124FED
Tints of Navy Blue #124FED
RGB
CMYK
RGB Variations
Color information
#124FED (or 0x124FED) is known color: Navy Blue. HEX triplet: 12, 4F and ED. RGB value is (18,79,237). Sum of RGB (Red+Green+Blue) = 18+79+237=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 237 (92.97% from 255 or 70.96% from 334); Max value from RGB is 237 - color contains mainly: blue. Hex color #124FED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FED is #EDB012. Grayscale: #4E4E4E. Windows color (decimal): -15577107 or 15552274. OLE color: 15552274.
HSL color Cylindrical-coordinate representation of color #124FED: hue angle of 223.29º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FED is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 79 | 237 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.07 |
| HSL | 223.29º | 0.86% | 0.5% | - |
| HSV(B) | 223.29º | 0.92% | 0.93% | - |
| XYZ | 18.33 | 11.83 | 81.44 | - |
| YUV | 78.77 | 217.29 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 237 | 0.92 | 0.67 | 0 | 0.07 | 223.29 | 0.86 | 0.5 |
| Hex | 12 | 4F | ED | 5C | 43 | 0 | 7 | DF | 56 | 32 |
| Octal | 22 | 117 | 355 | 134 | 103 | 0 | 7 | 337 | 126 | 62 |
| Binary | 10010 | 1001111 | 11101101 | 1011100 | 1000011 | 0 | 111 | 11011111 | 1010110 | 110010 |
Color Harmonies of #124FED
Complementary color
Monochromatic Colors of #124FED
Black with #124FED
Text Example
Text Example
White with #124FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FED; }
p { color: rgb(18,79,237); }
H1.HeaderClassName
{
color: #124FED;
}
.AnyTagClassName
{
color: #124FED;
}
</style>
background-color css
<style>
a { background-color: #124FED; }
a { background-color: rgb(18,79,237); }
div.DivClassName
{
background-color: #124FED;
}
.BgClassName
{
background-color: #124FED;
}
</style>
border-color css
<style>
span { border-color: #124FED; }
span { border-color: rgb(18,79,237); }
td.TdClassName
{
border-color: #124FED;
}
.TagClassName
{
border-color: #124FED;
}
</style>