Shades of Navy Blue #124FEE
Tints of Navy Blue #124FEE
RGB
CMYK
RGB Variations
Color information
#124FEE (or 0x124FEE) is known color: Navy Blue. HEX triplet: 12, 4F and EE. RGB value is (18,79,238). Sum of RGB (Red+Green+Blue) = 18+79+238=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 79 (31.25% from 255 or 23.58% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #124FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124FEE is #EDB011. Grayscale: #4E4E4E. Windows color (decimal): -15577106 or 15617810. OLE color: 15617810.
HSL color Cylindrical-coordinate representation of color #124FEE: hue angle of 223.36º degrees, saturation: 0.87, 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 #124FEE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 79 | 238 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.07 |
| HSL | 223.36º | 0.87% | 0.5% | - |
| HSV(B) | 223.36º | 0.92% | 0.93% | - |
| XYZ | 18.48 | 11.89 | 82.21 | - |
| YUV | 78.89 | 217.79 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 238 | 0.92 | 0.67 | 0 | 0.07 | 223.36 | 0.87 | 0.5 |
| Hex | 12 | 4F | EE | 5C | 43 | 0 | 7 | DF | 57 | 32 |
| Octal | 22 | 117 | 356 | 134 | 103 | 0 | 7 | 337 | 127 | 62 |
| Binary | 10010 | 1001111 | 11101110 | 1011100 | 1000011 | 0 | 111 | 11011111 | 1010111 | 110010 |
Color Harmonies of #124FEE
Complementary color
Monochromatic Colors of #124FEE
Black with #124FEE
Text Example
Text Example
White with #124FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FEE; }
p { color: rgb(18,79,238); }
H1.HeaderClassName
{
color: #124FEE;
}
.AnyTagClassName
{
color: #124FEE;
}
</style>
background-color css
<style>
a { background-color: #124FEE; }
a { background-color: rgb(18,79,238); }
div.DivClassName
{
background-color: #124FEE;
}
.BgClassName
{
background-color: #124FEE;
}
</style>
border-color css
<style>
span { border-color: #124FEE; }
span { border-color: rgb(18,79,238); }
td.TdClassName
{
border-color: #124FEE;
}
.TagClassName
{
border-color: #124FEE;
}
</style>