Shades of Navy Blue #126DDF
Tints of Navy Blue #126DDF
RGB
CMYK
RGB Variations
Color information
#126DDF (or 0x126DDF) is known color: Navy Blue. HEX triplet: 12, 6D and DF. RGB value is (18,109,223). Sum of RGB (Red+Green+Blue) = 18+109+223=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #126DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126DDF is #ED9220. Grayscale: #5E5E5E. Windows color (decimal): -15569441 or 14642450. OLE color: 14642450.
HSL color Cylindrical-coordinate representation of color #126DDF: hue angle of 213.37º 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 #126DDF is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 109 | 223 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.13 |
| HSL | 213.37º | 0.85% | 0.47% | - |
| HSV(B) | 213.37º | 0.92% | 0.87% | - |
| XYZ | 19.04 | 16.39 | 71.97 | - |
| YUV | 94.79 | 200.35 | 73.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 109 | 223 | 0.92 | 0.51 | 0 | 0.13 | 213.37 | 0.85 | 0.47 |
| Hex | 12 | 6D | DF | 5C | 33 | 0 | D | D5 | 55 | 2F |
| Octal | 22 | 155 | 337 | 134 | 63 | 0 | 15 | 325 | 125 | 57 |
| Binary | 10010 | 1101101 | 11011111 | 1011100 | 110011 | 0 | 1101 | 11010101 | 1010101 | 101111 |
Color Harmonies of #126DDF
Complementary color
Monochromatic Colors of #126DDF
Black with #126DDF
Text Example
Text Example
White with #126DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126DDF; }
p { color: rgb(18,109,223); }
H1.HeaderClassName
{
color: #126DDF;
}
.AnyTagClassName
{
color: #126DDF;
}
</style>
background-color css
<style>
a { background-color: #126DDF; }
a { background-color: rgb(18,109,223); }
div.DivClassName
{
background-color: #126DDF;
}
.BgClassName
{
background-color: #126DDF;
}
</style>
border-color css
<style>
span { border-color: #126DDF; }
span { border-color: rgb(18,109,223); }
td.TdClassName
{
border-color: #126DDF;
}
.TagClassName
{
border-color: #126DDF;
}
</style>