Shades of Navy Blue #124EEB
Tints of Navy Blue #124EEB
RGB
CMYK
RGB Variations
Color information
#124EEB (or 0x124EEB) is known color: Navy Blue. HEX triplet: 12, 4E and EB. RGB value is (18,78,235). Sum of RGB (Red+Green+Blue) = 18+78+235=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #124EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #124EEB is #EDB114. Grayscale: #4D4D4D. Windows color (decimal): -15577365 or 15420946. OLE color: 15420946.
HSL color Cylindrical-coordinate representation of color #124EEB: hue angle of 223.41º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124EEB is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 78 | 235 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.08 |
| HSL | 223.41º | 0.86% | 0.5% | - |
| HSV(B) | 223.41º | 0.92% | 0.92% | - |
| XYZ | 17.97 | 11.58 | 79.88 | - |
| YUV | 77.96 | 216.62 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 78 | 235 | 0.92 | 0.67 | 0 | 0.08 | 223.41 | 0.86 | 0.5 |
| Hex | 12 | 4E | EB | 5C | 43 | 0 | 8 | DF | 56 | 32 |
| Octal | 22 | 116 | 353 | 134 | 103 | 0 | 10 | 337 | 126 | 62 |
| Binary | 10010 | 1001110 | 11101011 | 1011100 | 1000011 | 0 | 1000 | 11011111 | 1010110 | 110010 |
Color Harmonies of #124EEB
Complementary color
Monochromatic Colors of #124EEB
Black with #124EEB
Text Example
Text Example
White with #124EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124EEB; }
p { color: rgb(18,78,235); }
H1.HeaderClassName
{
color: #124EEB;
}
.AnyTagClassName
{
color: #124EEB;
}
</style>
background-color css
<style>
a { background-color: #124EEB; }
a { background-color: rgb(18,78,235); }
div.DivClassName
{
background-color: #124EEB;
}
.BgClassName
{
background-color: #124EEB;
}
</style>
border-color css
<style>
span { border-color: #124EEB; }
span { border-color: rgb(18,78,235); }
td.TdClassName
{
border-color: #124EEB;
}
.TagClassName
{
border-color: #124EEB;
}
</style>