Shades of Navy Blue #124CFA
Tints of Navy Blue #124CFA
RGB
CMYK
RGB Variations
Color information
#124CFA (or 0x124CFA) is known color: Navy Blue. HEX triplet: 12, 4C and FA. RGB value is (18,76,250). Sum of RGB (Red+Green+Blue) = 18+76+250=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #124CFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CFA is #EDB305. Grayscale: #4D4D4D. Windows color (decimal): -15577862 or 16403474. OLE color: 16403474.
HSL color Cylindrical-coordinate representation of color #124CFA: hue angle of 225º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124CFA is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 76 | 250 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.02 |
| HSL | 225º | 0.96% | 0.53% | - |
| HSV(B) | 225º | 0.93% | 0.98% | - |
| XYZ | 20.09 | 12.2 | 91.74 | - |
| YUV | 78.49 | 224.78 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 250 | 0.93 | 0.70 | 0 | 0.02 | 225 | 0.96 | 0.53 |
| Hex | 12 | 4C | FA | 5D | 46 | 0 | 2 | E1 | 60 | 35 |
| Octal | 22 | 114 | 372 | 135 | 106 | 0 | 2 | 341 | 140 | 65 |
| Binary | 10010 | 1001100 | 11111010 | 1011101 | 1000110 | 0 | 10 | 11100001 | 1100000 | 110101 |
Color Harmonies of #124CFA
Complementary color
Monochromatic Colors of #124CFA
Black with #124CFA
Text Example
Text Example
White with #124CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CFA; }
p { color: rgb(18,76,250); }
H1.HeaderClassName
{
color: #124CFA;
}
.AnyTagClassName
{
color: #124CFA;
}
</style>
background-color css
<style>
a { background-color: #124CFA; }
a { background-color: rgb(18,76,250); }
div.DivClassName
{
background-color: #124CFA;
}
.BgClassName
{
background-color: #124CFA;
}
</style>
border-color css
<style>
span { border-color: #124CFA; }
span { border-color: rgb(18,76,250); }
td.TdClassName
{
border-color: #124CFA;
}
.TagClassName
{
border-color: #124CFA;
}
</style>