Shades of Navy Blue #124DDE
Tints of Navy Blue #124DDE
RGB
CMYK
RGB Variations
Color information
#124DDE (or 0x124DDE) is known color: Navy Blue. HEX triplet: 12, 4D and DE. RGB value is (18,77,222). Sum of RGB (Red+Green+Blue) = 18+77+222=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #124DDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124DDE is #EDB221. Grayscale: #4B4B4B. Windows color (decimal): -15577634 or 14568722. OLE color: 14568722.
HSL color Cylindrical-coordinate representation of color #124DDE: hue angle of 222.65º 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 #124DDE is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 77 | 222 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.13 |
| HSL | 222.65º | 0.85% | 0.47% | - |
| HSV(B) | 222.65º | 0.92% | 0.87% | - |
| XYZ | 16.09 | 10.71 | 70.33 | - |
| YUV | 75.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 222 | 0.92 | 0.65 | 0 | 0.13 | 222.65 | 0.85 | 0.47 |
| Hex | 12 | 4D | DE | 5C | 41 | 0 | D | DF | 55 | 2F |
| Octal | 22 | 115 | 336 | 134 | 101 | 0 | 15 | 337 | 125 | 57 |
| Binary | 10010 | 1001101 | 11011110 | 1011100 | 1000001 | 0 | 1101 | 11011111 | 1010101 | 101111 |
Color Harmonies of #124DDE
Complementary color
Monochromatic Colors of #124DDE
Black with #124DDE
Text Example
Text Example
White with #124DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DDE; }
p { color: rgb(18,77,222); }
H1.HeaderClassName
{
color: #124DDE;
}
.AnyTagClassName
{
color: #124DDE;
}
</style>
background-color css
<style>
a { background-color: #124DDE; }
a { background-color: rgb(18,77,222); }
div.DivClassName
{
background-color: #124DDE;
}
.BgClassName
{
background-color: #124DDE;
}
</style>
border-color css
<style>
span { border-color: #124DDE; }
span { border-color: rgb(18,77,222); }
td.TdClassName
{
border-color: #124DDE;
}
.TagClassName
{
border-color: #124DDE;
}
</style>