Shades of Navy Blue #124BF6
Tints of Navy Blue #124BF6
RGB
CMYK
RGB Variations
Color information
#124BF6 (or 0x124BF6) is known color: Navy Blue. HEX triplet: 12, 4B and F6. RGB value is (18,75,246). Sum of RGB (Red+Green+Blue) = 18+75+246=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 246 (96.48% from 255 or 72.57% from 339); Max value from RGB is 246 - color contains mainly: blue. Hex color #124BF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BF6 is #EDB409. Grayscale: #4C4C4C. Windows color (decimal): -15578122 or 16141074. OLE color: 16141074.
HSL color Cylindrical-coordinate representation of color #124BF6: hue angle of 225º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124BF6 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 75 | 246 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 225º | 0.93% | 0.52% | - |
| HSV(B) | 225º | 0.93% | 0.96% | - |
| XYZ | 19.4 | 11.81 | 88.45 | - |
| YUV | 77.45 | 223.12 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 246 | 0.93 | 0.70 | 0 | 0.04 | 225 | 0.93 | 0.52 |
| Hex | 12 | 4B | F6 | 5D | 46 | 0 | 4 | E1 | 5D | 34 |
| Octal | 22 | 113 | 366 | 135 | 106 | 0 | 4 | 341 | 135 | 64 |
| Binary | 10010 | 1001011 | 11110110 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011101 | 110100 |
Color Harmonies of #124BF6
Complementary color
Monochromatic Colors of #124BF6
Black with #124BF6
Text Example
Text Example
White with #124BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BF6; }
p { color: rgb(18,75,246); }
H1.HeaderClassName
{
color: #124BF6;
}
.AnyTagClassName
{
color: #124BF6;
}
</style>
background-color css
<style>
a { background-color: #124BF6; }
a { background-color: rgb(18,75,246); }
div.DivClassName
{
background-color: #124BF6;
}
.BgClassName
{
background-color: #124BF6;
}
</style>
border-color css
<style>
span { border-color: #124BF6; }
span { border-color: rgb(18,75,246); }
td.TdClassName
{
border-color: #124BF6;
}
.TagClassName
{
border-color: #124BF6;
}
</style>