Shades of Navy Blue #124AF0
Tints of Navy Blue #124AF0
RGB
CMYK
RGB Variations
Color information
#124AF0 (or 0x124AF0) is known color: Navy Blue. HEX triplet: 12, 4A and F0. RGB value is (18,74,240). Sum of RGB (Red+Green+Blue) = 18+74+240=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #124AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AF0 is #EDB50F. Grayscale: #4B4B4B. Windows color (decimal): -15578384 or 15747602. OLE color: 15747602.
HSL color Cylindrical-coordinate representation of color #124AF0: hue angle of 224.86º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124AF0 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 74 | 240 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.06 |
| HSL | 224.86º | 0.88% | 0.51% | - |
| HSV(B) | 224.86º | 0.93% | 0.94% | - |
| XYZ | 18.43 | 11.32 | 83.65 | - |
| YUV | 76.18 | 220.45 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 240 | 0.92 | 0.69 | 0 | 0.06 | 224.86 | 0.88 | 0.51 |
| Hex | 12 | 4A | F0 | 5C | 45 | 0 | 6 | E1 | 58 | 33 |
| Octal | 22 | 112 | 360 | 134 | 105 | 0 | 6 | 341 | 130 | 63 |
| Binary | 10010 | 1001010 | 11110000 | 1011100 | 1000101 | 0 | 110 | 11100001 | 1011000 | 110011 |
Color Harmonies of #124AF0
Complementary color
Monochromatic Colors of #124AF0
Black with #124AF0
Text Example
Text Example
White with #124AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AF0; }
p { color: rgb(18,74,240); }
H1.HeaderClassName
{
color: #124AF0;
}
.AnyTagClassName
{
color: #124AF0;
}
</style>
background-color css
<style>
a { background-color: #124AF0; }
a { background-color: rgb(18,74,240); }
div.DivClassName
{
background-color: #124AF0;
}
.BgClassName
{
background-color: #124AF0;
}
</style>
border-color css
<style>
span { border-color: #124AF0; }
span { border-color: rgb(18,74,240); }
td.TdClassName
{
border-color: #124AF0;
}
.TagClassName
{
border-color: #124AF0;
}
</style>