Shades of Navy Blue #124AF3
Tints of Navy Blue #124AF3
RGB
CMYK
RGB Variations
Color information
#124AF3 (or 0x124AF3) is known color: Navy Blue. HEX triplet: 12, 4A and F3. RGB value is (18,74,243). Sum of RGB (Red+Green+Blue) = 18+74+243=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 243 (95.31% from 255 or 72.54% from 335); Max value from RGB is 243 - color contains mainly: blue. Hex color #124AF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AF3 is #EDB50C. Grayscale: #4B4B4B. Windows color (decimal): -15578381 or 15944210. OLE color: 15944210.
HSL color Cylindrical-coordinate representation of color #124AF3: hue angle of 225.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #124AF3 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 74 | 243 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.05 |
| HSL | 225.07º | 0.9% | 0.51% | - |
| HSV(B) | 225.07º | 0.93% | 0.95% | - |
| XYZ | 18.88 | 11.5 | 86.02 | - |
| YUV | 76.52 | 221.95 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 243 | 0.93 | 0.70 | 0 | 0.05 | 225.07 | 0.9 | 0.51 |
| Hex | 12 | 4A | F3 | 5D | 46 | 0 | 5 | E1 | 5A | 33 |
| Octal | 22 | 112 | 363 | 135 | 106 | 0 | 5 | 341 | 132 | 63 |
| Binary | 10010 | 1001010 | 11110011 | 1011101 | 1000110 | 0 | 101 | 11100001 | 1011010 | 110011 |
Color Harmonies of #124AF3
Complementary color
Monochromatic Colors of #124AF3
Black with #124AF3
Text Example
Text Example
White with #124AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AF3; }
p { color: rgb(18,74,243); }
H1.HeaderClassName
{
color: #124AF3;
}
.AnyTagClassName
{
color: #124AF3;
}
</style>
background-color css
<style>
a { background-color: #124AF3; }
a { background-color: rgb(18,74,243); }
div.DivClassName
{
background-color: #124AF3;
}
.BgClassName
{
background-color: #124AF3;
}
</style>
border-color css
<style>
span { border-color: #124AF3; }
span { border-color: rgb(18,74,243); }
td.TdClassName
{
border-color: #124AF3;
}
.TagClassName
{
border-color: #124AF3;
}
</style>