Shades of Navy Blue #124CF5
Tints of Navy Blue #124CF5
RGB
CMYK
RGB Variations
Color information
#124CF5 (or 0x124CF5) is known color: Navy Blue. HEX triplet: 12, 4C and F5. RGB value is (18,76,245). Sum of RGB (Red+Green+Blue) = 18+76+245=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 245 (96.09% from 255 or 72.27% from 339); Max value from RGB is 245 - color contains mainly: blue. Hex color #124CF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124CF5 is #EDB30A. Grayscale: #4D4D4D. Windows color (decimal): -15577867 or 16075794. OLE color: 16075794.
HSL color Cylindrical-coordinate representation of color #124CF5: hue angle of 224.67º degrees, saturation: 0.92, 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 #124CF5 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 76 | 245 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.04 |
| HSL | 224.67º | 0.92% | 0.52% | - |
| HSV(B) | 224.67º | 0.93% | 0.96% | - |
| XYZ | 19.32 | 11.89 | 87.66 | - |
| YUV | 77.92 | 222.28 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 76 | 245 | 0.93 | 0.69 | 0 | 0.04 | 224.67 | 0.92 | 0.52 |
| Hex | 12 | 4C | F5 | 5D | 45 | 0 | 4 | E1 | 5C | 34 |
| Octal | 22 | 114 | 365 | 135 | 105 | 0 | 4 | 341 | 134 | 64 |
| Binary | 10010 | 1001100 | 11110101 | 1011101 | 1000101 | 0 | 100 | 11100001 | 1011100 | 110100 |
Color Harmonies of #124CF5
Complementary color
Monochromatic Colors of #124CF5
Black with #124CF5
Text Example
Text Example
White with #124CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124CF5; }
p { color: rgb(18,76,245); }
H1.HeaderClassName
{
color: #124CF5;
}
.AnyTagClassName
{
color: #124CF5;
}
</style>
background-color css
<style>
a { background-color: #124CF5; }
a { background-color: rgb(18,76,245); }
div.DivClassName
{
background-color: #124CF5;
}
.BgClassName
{
background-color: #124CF5;
}
</style>
border-color css
<style>
span { border-color: #124CF5; }
span { border-color: rgb(18,76,245); }
td.TdClassName
{
border-color: #124CF5;
}
.TagClassName
{
border-color: #124CF5;
}
</style>