Shades of Navy Blue #124AF4
Tints of Navy Blue #124AF4
RGB
CMYK
RGB Variations
Color information
#124AF4 (or 0x124AF4) is known color: Navy Blue. HEX triplet: 12, 4A and F4. RGB value is (18,74,244). Sum of RGB (Red+Green+Blue) = 18+74+244=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 244 (95.70% from 255 or 72.62% from 336); Max value from RGB is 244 - color contains mainly: blue. Hex color #124AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AF4 is #EDB50B. Grayscale: #4B4B4B. Windows color (decimal): -15578380 or 16009746. OLE color: 16009746.
HSL color Cylindrical-coordinate representation of color #124AF4: hue angle of 225.13º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124AF4 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 74 | 244 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 225.13º | 0.91% | 0.51% | - |
| HSV(B) | 225.13º | 0.93% | 0.96% | - |
| XYZ | 19.03 | 11.56 | 86.82 | - |
| YUV | 76.64 | 222.45 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 244 | 0.93 | 0.70 | 0 | 0.04 | 225.13 | 0.91 | 0.51 |
| Hex | 12 | 4A | F4 | 5D | 46 | 0 | 4 | E1 | 5B | 33 |
| Octal | 22 | 112 | 364 | 135 | 106 | 0 | 4 | 341 | 133 | 63 |
| Binary | 10010 | 1001010 | 11110100 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011011 | 110011 |
Color Harmonies of #124AF4
Complementary color
Monochromatic Colors of #124AF4
Black with #124AF4
Text Example
Text Example
White with #124AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AF4; }
p { color: rgb(18,74,244); }
H1.HeaderClassName
{
color: #124AF4;
}
.AnyTagClassName
{
color: #124AF4;
}
</style>
background-color css
<style>
a { background-color: #124AF4; }
a { background-color: rgb(18,74,244); }
div.DivClassName
{
background-color: #124AF4;
}
.BgClassName
{
background-color: #124AF4;
}
</style>
border-color css
<style>
span { border-color: #124AF4; }
span { border-color: rgb(18,74,244); }
td.TdClassName
{
border-color: #124AF4;
}
.TagClassName
{
border-color: #124AF4;
}
</style>