Shades of Navy Blue #124FDC
Tints of Navy Blue #124FDC
RGB
CMYK
RGB Variations
Color information
#124FDC (or 0x124FDC) is known color: Navy Blue. HEX triplet: 12, 4F and DC. RGB value is (18,79,220). Sum of RGB (Red+Green+Blue) = 18+79+220=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #124FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FDC is #EDB023. Grayscale: #4C4C4C. Windows color (decimal): -15577124 or 14438162. OLE color: 14438162.
HSL color Cylindrical-coordinate representation of color #124FDC: hue angle of 221.88º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FDC is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 79 | 220 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.14 |
| HSL | 221.88º | 0.85% | 0.47% | - |
| HSV(B) | 221.88º | 0.92% | 0.86% | - |
| XYZ | 15.96 | 10.89 | 68.97 | - |
| YUV | 76.84 | 208.79 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 220 | 0.92 | 0.64 | 0 | 0.14 | 221.88 | 0.85 | 0.47 |
| Hex | 12 | 4F | DC | 5C | 40 | 0 | E | DE | 55 | 2F |
| Octal | 22 | 117 | 334 | 134 | 100 | 0 | 16 | 336 | 125 | 57 |
| Binary | 10010 | 1001111 | 11011100 | 1011100 | 1000000 | 0 | 1110 | 11011110 | 1010101 | 101111 |
Color Harmonies of #124FDC
Complementary color
Monochromatic Colors of #124FDC
Black with #124FDC
Text Example
Text Example
White with #124FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FDC; }
p { color: rgb(18,79,220); }
H1.HeaderClassName
{
color: #124FDC;
}
.AnyTagClassName
{
color: #124FDC;
}
</style>
background-color css
<style>
a { background-color: #124FDC; }
a { background-color: rgb(18,79,220); }
div.DivClassName
{
background-color: #124FDC;
}
.BgClassName
{
background-color: #124FDC;
}
</style>
border-color css
<style>
span { border-color: #124FDC; }
span { border-color: rgb(18,79,220); }
td.TdClassName
{
border-color: #124FDC;
}
.TagClassName
{
border-color: #124FDC;
}
</style>