Shades of Navy Blue #124BF3
Tints of Navy Blue #124BF3
RGB
CMYK
RGB Variations
Color information
#124BF3 (or 0x124BF3) is known color: Navy Blue. HEX triplet: 12, 4B and F3. RGB value is (18,75,243). Sum of RGB (Red+Green+Blue) = 18+75+243=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 243 (95.31% from 255 or 72.32% from 336); Max value from RGB is 243 - color contains mainly: blue. Hex color #124BF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BF3 is #EDB40C. Grayscale: #4C4C4C. Windows color (decimal): -15578125 or 15944466. OLE color: 15944466.
HSL color Cylindrical-coordinate representation of color #124BF3: hue angle of 224.8º 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 #124BF3 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 75 | 243 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.05 |
| HSL | 224.8º | 0.9% | 0.51% | - |
| HSV(B) | 224.8º | 0.93% | 0.95% | - |
| XYZ | 18.94 | 11.63 | 86.04 | - |
| YUV | 77.11 | 221.62 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 243 | 0.93 | 0.69 | 0 | 0.05 | 224.8 | 0.9 | 0.51 |
| Hex | 12 | 4B | F3 | 5D | 45 | 0 | 5 | E1 | 5A | 33 |
| Octal | 22 | 113 | 363 | 135 | 105 | 0 | 5 | 341 | 132 | 63 |
| Binary | 10010 | 1001011 | 11110011 | 1011101 | 1000101 | 0 | 101 | 11100001 | 1011010 | 110011 |
Color Harmonies of #124BF3
Complementary color
Monochromatic Colors of #124BF3
Black with #124BF3
Text Example
Text Example
White with #124BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BF3; }
p { color: rgb(18,75,243); }
H1.HeaderClassName
{
color: #124BF3;
}
.AnyTagClassName
{
color: #124BF3;
}
</style>
background-color css
<style>
a { background-color: #124BF3; }
a { background-color: rgb(18,75,243); }
div.DivClassName
{
background-color: #124BF3;
}
.BgClassName
{
background-color: #124BF3;
}
</style>
border-color css
<style>
span { border-color: #124BF3; }
span { border-color: rgb(18,75,243); }
td.TdClassName
{
border-color: #124BF3;
}
.TagClassName
{
border-color: #124BF3;
}
</style>