Shades of Navy Blue #124CED
Tints of Navy Blue #124CED
RGB
CMYK
RGB Variations
Color information
#124CED (or 0x124CED) is known color: Navy Blue. HEX triplet: 12, 4C and ED. RGB value is (18,76,237). Sum of RGB (Red+Green+Blue) = 18+76+237=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #124CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CED is #EDB312. Grayscale: #4C4C4C. Windows color (decimal): -15577875 or 15551506. OLE color: 15551506.
HSL color Cylindrical-coordinate representation of color #124CED: hue angle of 224.11º degrees, saturation: 0.86, 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 #124CED is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 76 | 237 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.11º | 0.86% | 0.5% | - |
| HSV(B) | 224.11º | 0.92% | 0.93% | - |
| XYZ | 18.12 | 11.41 | 81.37 | - |
| YUV | 77.01 | 218.28 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 237 | 0.92 | 0.68 | 0 | 0.07 | 224.11 | 0.86 | 0.5 |
| Hex | 12 | 4C | ED | 5C | 44 | 0 | 7 | E0 | 56 | 32 |
| Octal | 22 | 114 | 355 | 134 | 104 | 0 | 7 | 340 | 126 | 62 |
| Binary | 10010 | 1001100 | 11101101 | 1011100 | 1000100 | 0 | 111 | 11100000 | 1010110 | 110010 |
Color Harmonies of #124CED
Complementary color
Monochromatic Colors of #124CED
Black with #124CED
Text Example
Text Example
White with #124CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CED; }
p { color: rgb(18,76,237); }
H1.HeaderClassName
{
color: #124CED;
}
.AnyTagClassName
{
color: #124CED;
}
</style>
background-color css
<style>
a { background-color: #124CED; }
a { background-color: rgb(18,76,237); }
div.DivClassName
{
background-color: #124CED;
}
.BgClassName
{
background-color: #124CED;
}
</style>
border-color css
<style>
span { border-color: #124CED; }
span { border-color: rgb(18,76,237); }
td.TdClassName
{
border-color: #124CED;
}
.TagClassName
{
border-color: #124CED;
}
</style>