Shades of Navy Blue #124AEC
Tints of Navy Blue #124AEC
RGB
CMYK
RGB Variations
Color information
#124AEC (or 0x124AEC) is known color: Navy Blue. HEX triplet: 12, 4A and EC. RGB value is (18,74,236). Sum of RGB (Red+Green+Blue) = 18+74+236=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #124AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AEC is #EDB513. Grayscale: #4B4B4B. Windows color (decimal): -15578388 or 15485458. OLE color: 15485458.
HSL color Cylindrical-coordinate representation of color #124AEC: hue angle of 224.59º 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 #124AEC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 74 | 236 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.07 |
| HSL | 224.59º | 0.86% | 0.5% | - |
| HSV(B) | 224.59º | 0.92% | 0.93% | - |
| XYZ | 17.84 | 11.08 | 80.56 | - |
| YUV | 75.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 236 | 0.92 | 0.69 | 0 | 0.07 | 224.59 | 0.86 | 0.5 |
| Hex | 12 | 4A | EC | 5C | 45 | 0 | 7 | E1 | 56 | 32 |
| Octal | 22 | 112 | 354 | 134 | 105 | 0 | 7 | 341 | 126 | 62 |
| Binary | 10010 | 1001010 | 11101100 | 1011100 | 1000101 | 0 | 111 | 11100001 | 1010110 | 110010 |
Color Harmonies of #124AEC
Complementary color
Monochromatic Colors of #124AEC
Black with #124AEC
Text Example
Text Example
White with #124AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AEC; }
p { color: rgb(18,74,236); }
H1.HeaderClassName
{
color: #124AEC;
}
.AnyTagClassName
{
color: #124AEC;
}
</style>
background-color css
<style>
a { background-color: #124AEC; }
a { background-color: rgb(18,74,236); }
div.DivClassName
{
background-color: #124AEC;
}
.BgClassName
{
background-color: #124AEC;
}
</style>
border-color css
<style>
span { border-color: #124AEC; }
span { border-color: rgb(18,74,236); }
td.TdClassName
{
border-color: #124AEC;
}
.TagClassName
{
border-color: #124AEC;
}
</style>