Shades of Navy Blue #124CE7
Tints of Navy Blue #124CE7
RGB
CMYK
RGB Variations
Color information
#124CE7 (or 0x124CE7) is known color: Navy Blue. HEX triplet: 12, 4C and E7. RGB value is (18,76,231). Sum of RGB (Red+Green+Blue) = 18+76+231=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 231 (90.62% from 255 or 71.08% from 325); Max value from RGB is 231 - color contains mainly: blue. Hex color #124CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CE7 is #EDB318. Grayscale: #4B4B4B. Windows color (decimal): -15577881 or 15158290. OLE color: 15158290.
HSL color Cylindrical-coordinate representation of color #124CE7: hue angle of 223.66º 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 #124CE7 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 76 | 231 | - |
| CMYK | 0.92 | 0.67 | 0 | 0.09 |
| HSL | 223.66º | 0.86% | 0.49% | - |
| HSV(B) | 223.66º | 0.92% | 0.91% | - |
| XYZ | 17.26 | 11.07 | 76.83 | - |
| YUV | 76.33 | 215.28 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 231 | 0.92 | 0.67 | 0 | 0.09 | 223.66 | 0.86 | 0.49 |
| Hex | 12 | 4C | E7 | 5C | 43 | 0 | 9 | E0 | 56 | 31 |
| Octal | 22 | 114 | 347 | 134 | 103 | 0 | 11 | 340 | 126 | 61 |
| Binary | 10010 | 1001100 | 11100111 | 1011100 | 1000011 | 0 | 1001 | 11100000 | 1010110 | 110001 |
Color Harmonies of #124CE7
Complementary color
Monochromatic Colors of #124CE7
Black with #124CE7
Text Example
Text Example
White with #124CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CE7; }
p { color: rgb(18,76,231); }
H1.HeaderClassName
{
color: #124CE7;
}
.AnyTagClassName
{
color: #124CE7;
}
</style>
background-color css
<style>
a { background-color: #124CE7; }
a { background-color: rgb(18,76,231); }
div.DivClassName
{
background-color: #124CE7;
}
.BgClassName
{
background-color: #124CE7;
}
</style>
border-color css
<style>
span { border-color: #124CE7; }
span { border-color: rgb(18,76,231); }
td.TdClassName
{
border-color: #124CE7;
}
.TagClassName
{
border-color: #124CE7;
}
</style>