Shades of Navy Blue #124CE9
Tints of Navy Blue #124CE9
RGB
CMYK
RGB Variations
Color information
#124CE9 (or 0x124CE9) is known color: Navy Blue. HEX triplet: 12, 4C and E9. RGB value is (18,76,233). Sum of RGB (Red+Green+Blue) = 18+76+233=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 233 (91.41% from 255 or 71.25% from 327); Max value from RGB is 233 - color contains mainly: blue. Hex color #124CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CE9 is #EDB316. Grayscale: #4B4B4B. Windows color (decimal): -15577879 or 15289362. OLE color: 15289362.
HSL color Cylindrical-coordinate representation of color #124CE9: hue angle of 223.81º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124CE9 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 76 | 233 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.09 |
| HSL | 223.81º | 0.86% | 0.49% | - |
| HSV(B) | 223.81º | 0.92% | 0.91% | - |
| XYZ | 17.54 | 11.18 | 78.32 | - |
| YUV | 76.56 | 216.28 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 233 | 0.92 | 0.67 | 0 | 0.09 | 223.81 | 0.86 | 0.49 |
| Hex | 12 | 4C | E9 | 5C | 43 | 0 | 9 | E0 | 56 | 31 |
| Octal | 22 | 114 | 351 | 134 | 103 | 0 | 11 | 340 | 126 | 61 |
| Binary | 10010 | 1001100 | 11101001 | 1011100 | 1000011 | 0 | 1001 | 11100000 | 1010110 | 110001 |
Color Harmonies of #124CE9
Complementary color
Monochromatic Colors of #124CE9
Black with #124CE9
Text Example
Text Example
White with #124CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CE9; }
p { color: rgb(18,76,233); }
H1.HeaderClassName
{
color: #124CE9;
}
.AnyTagClassName
{
color: #124CE9;
}
</style>
background-color css
<style>
a { background-color: #124CE9; }
a { background-color: rgb(18,76,233); }
div.DivClassName
{
background-color: #124CE9;
}
.BgClassName
{
background-color: #124CE9;
}
</style>
border-color css
<style>
span { border-color: #124CE9; }
span { border-color: rgb(18,76,233); }
td.TdClassName
{
border-color: #124CE9;
}
.TagClassName
{
border-color: #124CE9;
}
</style>