Shades of Navy Blue #124BED
Tints of Navy Blue #124BED
RGB
CMYK
RGB Variations
Color information
#124BED (or 0x124BED) is known color: Navy Blue. HEX triplet: 12, 4B and ED. RGB value is (18,75,237). Sum of RGB (Red+Green+Blue) = 18+75+237=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 237 (92.97% from 255 or 71.82% from 330); Max value from RGB is 237 - color contains mainly: blue. Hex color #124BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BED is #EDB412. Grayscale: #4B4B4B. Windows color (decimal): -15578131 or 15551250. OLE color: 15551250.
HSL color Cylindrical-coordinate representation of color #124BED: hue angle of 224.38º 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 #124BED is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 75 | 237 | - |
| CMYK | 0.92 | 0.68 | 0 | 0.07 |
| HSL | 224.38º | 0.86% | 0.5% | - |
| HSV(B) | 224.38º | 0.92% | 0.93% | - |
| XYZ | 18.05 | 11.28 | 81.35 | - |
| YUV | 76.43 | 218.62 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 237 | 0.92 | 0.68 | 0 | 0.07 | 224.38 | 0.86 | 0.5 |
| Hex | 12 | 4B | ED | 5C | 44 | 0 | 7 | E0 | 56 | 32 |
| Octal | 22 | 113 | 355 | 134 | 104 | 0 | 7 | 340 | 126 | 62 |
| Binary | 10010 | 1001011 | 11101101 | 1011100 | 1000100 | 0 | 111 | 11100000 | 1010110 | 110010 |
Color Harmonies of #124BED
Complementary color
Monochromatic Colors of #124BED
Black with #124BED
Text Example
Text Example
White with #124BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BED; }
p { color: rgb(18,75,237); }
H1.HeaderClassName
{
color: #124BED;
}
.AnyTagClassName
{
color: #124BED;
}
</style>
background-color css
<style>
a { background-color: #124BED; }
a { background-color: rgb(18,75,237); }
div.DivClassName
{
background-color: #124BED;
}
.BgClassName
{
background-color: #124BED;
}
</style>
border-color css
<style>
span { border-color: #124BED; }
span { border-color: rgb(18,75,237); }
td.TdClassName
{
border-color: #124BED;
}
.TagClassName
{
border-color: #124BED;
}
</style>