Shades of Navy Blue #126AF1
Tints of Navy Blue #126AF1
RGB
CMYK
RGB Variations
Color information
#126AF1 (or 0x126AF1) is known color: Navy Blue. HEX triplet: 12, 6A and F1. RGB value is (18,106,241). Sum of RGB (Red+Green+Blue) = 18+106+241=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 241 (94.53% from 255 or 66.03% from 365); Max value from RGB is 241 - color contains mainly: blue. Hex color #126AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126AF1 is #ED950E. Grayscale: #5E5E5E. Windows color (decimal): -15570191 or 15821330. OLE color: 15821330.
HSL color Cylindrical-coordinate representation of color #126AF1: hue angle of 216.32º 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 #126AF1 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 106 | 241 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.05 |
| HSL | 216.32º | 0.89% | 0.51% | - |
| HSV(B) | 216.32º | 0.93% | 0.95% | - |
| XYZ | 21.28 | 16.79 | 85.34 | - |
| YUV | 95.08 | 210.35 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 106 | 241 | 0.93 | 0.56 | 0 | 0.05 | 216.32 | 0.89 | 0.51 |
| Hex | 12 | 6A | F1 | 5D | 38 | 0 | 5 | D8 | 59 | 33 |
| Octal | 22 | 152 | 361 | 135 | 70 | 0 | 5 | 330 | 131 | 63 |
| Binary | 10010 | 1101010 | 11110001 | 1011101 | 111000 | 0 | 101 | 11011000 | 1011001 | 110011 |
Color Harmonies of #126AF1
Complementary color
Monochromatic Colors of #126AF1
Black with #126AF1
Text Example
Text Example
White with #126AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126AF1; }
p { color: rgb(18,106,241); }
H1.HeaderClassName
{
color: #126AF1;
}
.AnyTagClassName
{
color: #126AF1;
}
</style>
background-color css
<style>
a { background-color: #126AF1; }
a { background-color: rgb(18,106,241); }
div.DivClassName
{
background-color: #126AF1;
}
.BgClassName
{
background-color: #126AF1;
}
</style>
border-color css
<style>
span { border-color: #126AF1; }
span { border-color: rgb(18,106,241); }
td.TdClassName
{
border-color: #126AF1;
}
.TagClassName
{
border-color: #126AF1;
}
</style>