Shades of Navy Blue #124AF5
Tints of Navy Blue #124AF5
RGB
CMYK
RGB Variations
Color information
#124AF5 (or 0x124AF5) is known color: Navy Blue. HEX triplet: 12, 4A and F5. RGB value is (18,74,245). Sum of RGB (Red+Green+Blue) = 18+74+245=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 245 (96.09% from 255 or 72.70% from 337); Max value from RGB is 245 - color contains mainly: blue. Hex color #124AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AF5 is #EDB50A. Grayscale: #4C4C4C. Windows color (decimal): -15578379 or 16075282. OLE color: 16075282.
HSL color Cylindrical-coordinate representation of color #124AF5: hue angle of 225.2º 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 #124AF5 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 74 | 245 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 225.2º | 0.92% | 0.52% | - |
| HSV(B) | 225.2º | 0.93% | 0.96% | - |
| XYZ | 19.18 | 11.62 | 87.62 | - |
| YUV | 76.75 | 222.95 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 245 | 0.93 | 0.70 | 0 | 0.04 | 225.2 | 0.92 | 0.52 |
| Hex | 12 | 4A | F5 | 5D | 46 | 0 | 4 | E1 | 5C | 34 |
| Octal | 22 | 112 | 365 | 135 | 106 | 0 | 4 | 341 | 134 | 64 |
| Binary | 10010 | 1001010 | 11110101 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011100 | 110100 |
Color Harmonies of #124AF5
Complementary color
Monochromatic Colors of #124AF5
Black with #124AF5
Text Example
Text Example
White with #124AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AF5; }
p { color: rgb(18,74,245); }
H1.HeaderClassName
{
color: #124AF5;
}
.AnyTagClassName
{
color: #124AF5;
}
</style>
background-color css
<style>
a { background-color: #124AF5; }
a { background-color: rgb(18,74,245); }
div.DivClassName
{
background-color: #124AF5;
}
.BgClassName
{
background-color: #124AF5;
}
</style>
border-color css
<style>
span { border-color: #124AF5; }
span { border-color: rgb(18,74,245); }
td.TdClassName
{
border-color: #124AF5;
}
.TagClassName
{
border-color: #124AF5;
}
</style>