Shades of Navy Blue #124FEA
Tints of Navy Blue #124FEA
RGB
CMYK
RGB Variations
Color information
#124FEA (or 0x124FEA) is known color: Navy Blue. HEX triplet: 12, 4F and EA. RGB value is (18,79,234). Sum of RGB (Red+Green+Blue) = 18+79+234=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #124FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FEA is #EDB015. Grayscale: #4D4D4D. Windows color (decimal): -15577110 or 15355666. OLE color: 15355666.
HSL color Cylindrical-coordinate representation of color #124FEA: hue angle of 223.06º 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 #124FEA is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 79 | 234 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.08 |
| HSL | 223.06º | 0.86% | 0.49% | - |
| HSV(B) | 223.06º | 0.92% | 0.92% | - |
| XYZ | 17.9 | 11.66 | 79.15 | - |
| YUV | 78.43 | 215.79 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 234 | 0.92 | 0.66 | 0 | 0.08 | 223.06 | 0.86 | 0.49 |
| Hex | 12 | 4F | EA | 5C | 42 | 0 | 8 | DF | 56 | 31 |
| Octal | 22 | 117 | 352 | 134 | 102 | 0 | 10 | 337 | 126 | 61 |
| Binary | 10010 | 1001111 | 11101010 | 1011100 | 1000010 | 0 | 1000 | 11011111 | 1010110 | 110001 |
Color Harmonies of #124FEA
Complementary color
Monochromatic Colors of #124FEA
Black with #124FEA
Text Example
Text Example
White with #124FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FEA; }
p { color: rgb(18,79,234); }
H1.HeaderClassName
{
color: #124FEA;
}
.AnyTagClassName
{
color: #124FEA;
}
</style>
background-color css
<style>
a { background-color: #124FEA; }
a { background-color: rgb(18,79,234); }
div.DivClassName
{
background-color: #124FEA;
}
.BgClassName
{
background-color: #124FEA;
}
</style>
border-color css
<style>
span { border-color: #124FEA; }
span { border-color: rgb(18,79,234); }
td.TdClassName
{
border-color: #124FEA;
}
.TagClassName
{
border-color: #124FEA;
}
</style>