Shades of Navy Blue #124AEA
Tints of Navy Blue #124AEA
RGB
CMYK
RGB Variations
Color information
#124AEA (or 0x124AEA) is known color: Navy Blue. HEX triplet: 12, 4A and EA. RGB value is (18,74,234). Sum of RGB (Red+Green+Blue) = 18+74+234=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 234 (91.80% from 255 or 71.78% from 326); Max value from RGB is 234 - color contains mainly: blue. Hex color #124AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AEA is #EDB515. Grayscale: #4A4A4A. Windows color (decimal): -15578390 or 15354386. OLE color: 15354386.
HSL color Cylindrical-coordinate representation of color #124AEA: hue angle of 224.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124AEA is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 74 | 234 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.08 |
| HSL | 224.44º | 0.86% | 0.49% | - |
| HSV(B) | 224.44º | 0.92% | 0.92% | - |
| XYZ | 17.55 | 10.97 | 79.03 | - |
| YUV | 75.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 234 | 0.92 | 0.68 | 0 | 0.08 | 224.44 | 0.86 | 0.49 |
| Hex | 12 | 4A | EA | 5C | 44 | 0 | 8 | E0 | 56 | 31 |
| Octal | 22 | 112 | 352 | 134 | 104 | 0 | 10 | 340 | 126 | 61 |
| Binary | 10010 | 1001010 | 11101010 | 1011100 | 1000100 | 0 | 1000 | 11100000 | 1010110 | 110001 |
Color Harmonies of #124AEA
Complementary color
Monochromatic Colors of #124AEA
Black with #124AEA
Text Example
Text Example
White with #124AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AEA; }
p { color: rgb(18,74,234); }
H1.HeaderClassName
{
color: #124AEA;
}
.AnyTagClassName
{
color: #124AEA;
}
</style>
background-color css
<style>
a { background-color: #124AEA; }
a { background-color: rgb(18,74,234); }
div.DivClassName
{
background-color: #124AEA;
}
.BgClassName
{
background-color: #124AEA;
}
</style>
border-color css
<style>
span { border-color: #124AEA; }
span { border-color: rgb(18,74,234); }
td.TdClassName
{
border-color: #124AEA;
}
.TagClassName
{
border-color: #124AEA;
}
</style>