Shades of Navy Blue #124AF1
Tints of Navy Blue #124AF1
RGB
CMYK
RGB Variations
Color information
#124AF1 (or 0x124AF1) is known color: Navy Blue. HEX triplet: 12, 4A and F1. RGB value is (18,74,241). Sum of RGB (Red+Green+Blue) = 18+74+241=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 74 (29.30% from 255 or 22.22% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #124AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #124AF1 is #EDB50E. Grayscale: #4B4B4B. Windows color (decimal): -15578383 or 15813138. OLE color: 15813138.
HSL color Cylindrical-coordinate representation of color #124AF1: hue angle of 224.93º degrees, saturation: 0.89, 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 #124AF1 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 74 | 241 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.05 |
| HSL | 224.93º | 0.89% | 0.51% | - |
| HSV(B) | 224.93º | 0.93% | 0.95% | - |
| XYZ | 18.58 | 11.38 | 84.44 | - |
| YUV | 76.29 | 220.95 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 74 | 241 | 0.93 | 0.69 | 0 | 0.05 | 224.93 | 0.89 | 0.51 |
| Hex | 12 | 4A | F1 | 5D | 45 | 0 | 5 | E1 | 59 | 33 |
| Octal | 22 | 112 | 361 | 135 | 105 | 0 | 5 | 341 | 131 | 63 |
| Binary | 10010 | 1001010 | 11110001 | 1011101 | 1000101 | 0 | 101 | 11100001 | 1011001 | 110011 |
Color Harmonies of #124AF1
Complementary color
Monochromatic Colors of #124AF1
Black with #124AF1
Text Example
Text Example
White with #124AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124AF1; }
p { color: rgb(18,74,241); }
H1.HeaderClassName
{
color: #124AF1;
}
.AnyTagClassName
{
color: #124AF1;
}
</style>
background-color css
<style>
a { background-color: #124AF1; }
a { background-color: rgb(18,74,241); }
div.DivClassName
{
background-color: #124AF1;
}
.BgClassName
{
background-color: #124AF1;
}
</style>
border-color css
<style>
span { border-color: #124AF1; }
span { border-color: rgb(18,74,241); }
td.TdClassName
{
border-color: #124AF1;
}
.TagClassName
{
border-color: #124AF1;
}
</style>