Shades of Navy Blue #124BF5
Tints of Navy Blue #124BF5
RGB
CMYK
RGB Variations
Color information
#124BF5 (or 0x124BF5) is known color: Navy Blue. HEX triplet: 12, 4B and F5. RGB value is (18,75,245). Sum of RGB (Red+Green+Blue) = 18+75+245=338 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.33% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 245 (96.09% from 255 or 72.49% from 338); Max value from RGB is 245 - color contains mainly: blue. Hex color #124BF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124BF5 is #EDB40A. Grayscale: #4C4C4C. Windows color (decimal): -15578123 or 16075538. OLE color: 16075538.
HSL color Cylindrical-coordinate representation of color #124BF5: hue angle of 224.93º 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 #124BF5 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 75 | 245 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.04 |
| HSL | 224.93º | 0.92% | 0.52% | - |
| HSV(B) | 224.93º | 0.93% | 0.96% | - |
| XYZ | 19.25 | 11.75 | 87.64 | - |
| YUV | 77.34 | 222.62 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 75 | 245 | 0.93 | 0.69 | 0 | 0.04 | 224.93 | 0.92 | 0.52 |
| Hex | 12 | 4B | F5 | 5D | 45 | 0 | 4 | E1 | 5C | 34 |
| Octal | 22 | 113 | 365 | 135 | 105 | 0 | 4 | 341 | 134 | 64 |
| Binary | 10010 | 1001011 | 11110101 | 1011101 | 1000101 | 0 | 100 | 11100001 | 1011100 | 110100 |
Color Harmonies of #124BF5
Complementary color
Monochromatic Colors of #124BF5
Black with #124BF5
Text Example
Text Example
White with #124BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124BF5; }
p { color: rgb(18,75,245); }
H1.HeaderClassName
{
color: #124BF5;
}
.AnyTagClassName
{
color: #124BF5;
}
</style>
background-color css
<style>
a { background-color: #124BF5; }
a { background-color: rgb(18,75,245); }
div.DivClassName
{
background-color: #124BF5;
}
.BgClassName
{
background-color: #124BF5;
}
</style>
border-color css
<style>
span { border-color: #124BF5; }
span { border-color: rgb(18,75,245); }
td.TdClassName
{
border-color: #124BF5;
}
.TagClassName
{
border-color: #124BF5;
}
</style>