Shades of Navy Blue #124DE6
Tints of Navy Blue #124DE6
RGB
CMYK
RGB Variations
Color information
#124DE6 (or 0x124DE6) is known color: Navy Blue. HEX triplet: 12, 4D and E6. RGB value is (18,77,230). Sum of RGB (Red+Green+Blue) = 18+77+230=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #124DE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124DE6 is #EDB219. Grayscale: #4C4C4C. Windows color (decimal): -15577626 or 15093010. OLE color: 15093010.
HSL color Cylindrical-coordinate representation of color #124DE6: hue angle of 223.3º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124DE6 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 18 | 77 | 230 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.10 |
| HSL | 223.3º | 0.85% | 0.49% | - |
| HSV(B) | 223.3º | 0.92% | 0.9% | - |
| XYZ | 17.19 | 11.15 | 76.11 | - |
| YUV | 76.8 | 214.45 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 77 | 230 | 0.92 | 0.67 | 0 | 0.10 | 223.3 | 0.85 | 0.49 |
| Hex | 12 | 4D | E6 | 5C | 43 | 0 | A | DF | 55 | 31 |
| Octal | 22 | 115 | 346 | 134 | 103 | 0 | 12 | 337 | 125 | 61 |
| Binary | 10010 | 1001101 | 11100110 | 1011100 | 1000011 | 0 | 1010 | 11011111 | 1010101 | 110001 |
Color Harmonies of #124DE6
Complementary color
Monochromatic Colors of #124DE6
Black with #124DE6
Text Example
Text Example
White with #124DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124DE6; }
p { color: rgb(18,77,230); }
H1.HeaderClassName
{
color: #124DE6;
}
.AnyTagClassName
{
color: #124DE6;
}
</style>
background-color css
<style>
a { background-color: #124DE6; }
a { background-color: rgb(18,77,230); }
div.DivClassName
{
background-color: #124DE6;
}
.BgClassName
{
background-color: #124DE6;
}
</style>
border-color css
<style>
span { border-color: #124DE6; }
span { border-color: rgb(18,77,230); }
td.TdClassName
{
border-color: #124DE6;
}
.TagClassName
{
border-color: #124DE6;
}
</style>