Shades of Navy Blue #124EDF
Tints of Navy Blue #124EDF
RGB
CMYK
RGB Variations
Color information
#124EDF (or 0x124EDF) is known color: Navy Blue. HEX triplet: 12, 4E and DF. RGB value is (18,78,223). Sum of RGB (Red+Green+Blue) = 18+78+223=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #124EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124EDF is #EDB120. Grayscale: #4B4B4B. Windows color (decimal): -15577377 or 14634514. OLE color: 14634514.
HSL color Cylindrical-coordinate representation of color #124EDF: hue angle of 222.44º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EDF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 78 | 223 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.13 |
| HSL | 222.44º | 0.85% | 0.47% | - |
| HSV(B) | 222.44º | 0.92% | 0.87% | - |
| XYZ | 16.29 | 10.91 | 71.06 | - |
| YUV | 76.59 | 210.62 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 223 | 0.92 | 0.65 | 0 | 0.13 | 222.44 | 0.85 | 0.47 |
| Hex | 12 | 4E | DF | 5C | 41 | 0 | D | DE | 55 | 2F |
| Octal | 22 | 116 | 337 | 134 | 101 | 0 | 15 | 336 | 125 | 57 |
| Binary | 10010 | 1001110 | 11011111 | 1011100 | 1000001 | 0 | 1101 | 11011110 | 1010101 | 101111 |
Color Harmonies of #124EDF
Complementary color
Monochromatic Colors of #124EDF
Black with #124EDF
Text Example
Text Example
White with #124EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EDF; }
p { color: rgb(18,78,223); }
H1.HeaderClassName
{
color: #124EDF;
}
.AnyTagClassName
{
color: #124EDF;
}
</style>
background-color css
<style>
a { background-color: #124EDF; }
a { background-color: rgb(18,78,223); }
div.DivClassName
{
background-color: #124EDF;
}
.BgClassName
{
background-color: #124EDF;
}
</style>
border-color css
<style>
span { border-color: #124EDF; }
span { border-color: rgb(18,78,223); }
td.TdClassName
{
border-color: #124EDF;
}
.TagClassName
{
border-color: #124EDF;
}
</style>