Shades of Navy Blue #126FDD
Tints of Navy Blue #126FDD
RGB
CMYK
RGB Variations
Color information
#126FDD (or 0x126FDD) is known color: Navy Blue. HEX triplet: 12, 6F and DD. RGB value is (18,111,221). Sum of RGB (Red+Green+Blue) = 18+111+221=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #126FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FDD is #ED9022. Grayscale: #5F5F5F. Windows color (decimal): -15568931 or 14511890. OLE color: 14511890.
HSL color Cylindrical-coordinate representation of color #126FDD: hue angle of 212.51º 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 #126FDD is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 111 | 221 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.13 |
| HSL | 212.51º | 0.85% | 0.47% | - |
| HSV(B) | 212.51º | 0.92% | 0.87% | - |
| XYZ | 18.99 | 16.72 | 70.63 | - |
| YUV | 95.73 | 198.69 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 221 | 0.92 | 0.50 | 0 | 0.13 | 212.51 | 0.85 | 0.47 |
| Hex | 12 | 6F | DD | 5C | 32 | 0 | D | D5 | 55 | 2F |
| Octal | 22 | 157 | 335 | 134 | 62 | 0 | 15 | 325 | 125 | 57 |
| Binary | 10010 | 1101111 | 11011101 | 1011100 | 110010 | 0 | 1101 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126FDD
Complementary color
Monochromatic Colors of #126FDD
Black with #126FDD
Text Example
Text Example
White with #126FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FDD; }
p { color: rgb(18,111,221); }
H1.HeaderClassName
{
color: #126FDD;
}
.AnyTagClassName
{
color: #126FDD;
}
</style>
background-color css
<style>
a { background-color: #126FDD; }
a { background-color: rgb(18,111,221); }
div.DivClassName
{
background-color: #126FDD;
}
.BgClassName
{
background-color: #126FDD;
}
</style>
border-color css
<style>
span { border-color: #126FDD; }
span { border-color: rgb(18,111,221); }
td.TdClassName
{
border-color: #126FDD;
}
.TagClassName
{
border-color: #126FDD;
}
</style>