Shades of Navy Blue #124FDF
Tints of Navy Blue #124FDF
RGB
CMYK
RGB Variations
Color information
#124FDF (or 0x124FDF) is known color: Navy Blue. HEX triplet: 12, 4F and DF. RGB value is (18,79,223). Sum of RGB (Red+Green+Blue) = 18+79+223=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #124FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #124FDF is #EDB020. Grayscale: #4C4C4C. Windows color (decimal): -15577121 or 14634770. OLE color: 14634770.
HSL color Cylindrical-coordinate representation of color #124FDF: hue angle of 222.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #124FDF is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 79 | 223 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.13 |
| HSL | 222.15º | 0.85% | 0.47% | - |
| HSV(B) | 222.15º | 0.92% | 0.87% | - |
| XYZ | 16.36 | 11.05 | 71.08 | - |
| YUV | 77.18 | 210.29 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 223 | 0.92 | 0.65 | 0 | 0.13 | 222.15 | 0.85 | 0.47 |
| Hex | 12 | 4F | DF | 5C | 41 | 0 | D | DE | 55 | 2F |
| Octal | 22 | 117 | 337 | 134 | 101 | 0 | 15 | 336 | 125 | 57 |
| Binary | 10010 | 1001111 | 11011111 | 1011100 | 1000001 | 0 | 1101 | 11011110 | 1010101 | 101111 |
Color Harmonies of #124FDF
Complementary color
Monochromatic Colors of #124FDF
Black with #124FDF
Text Example
Text Example
White with #124FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124FDF; }
p { color: rgb(18,79,223); }
H1.HeaderClassName
{
color: #124FDF;
}
.AnyTagClassName
{
color: #124FDF;
}
</style>
background-color css
<style>
a { background-color: #124FDF; }
a { background-color: rgb(18,79,223); }
div.DivClassName
{
background-color: #124FDF;
}
.BgClassName
{
background-color: #124FDF;
}
</style>
border-color css
<style>
span { border-color: #124FDF; }
span { border-color: rgb(18,79,223); }
td.TdClassName
{
border-color: #124FDF;
}
.TagClassName
{
border-color: #124FDF;
}
</style>