Shades of Navy Blue #126CED
Tints of Navy Blue #126CED
RGB
CMYK
RGB Variations
Color information
#126CED (or 0x126CED) is known color: Navy Blue. HEX triplet: 12, 6C and ED. RGB value is (18,108,237). Sum of RGB (Red+Green+Blue) = 18+108+237=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #126CED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CED is #ED9312. Grayscale: #5F5F5F. Windows color (decimal): -15569683 or 15559698. OLE color: 15559698.
HSL color Cylindrical-coordinate representation of color #126CED: hue angle of 215.34º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CED is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 108 | 237 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.07 |
| HSL | 215.34º | 0.86% | 0.5% | - |
| HSV(B) | 215.34º | 0.92% | 0.93% | - |
| XYZ | 20.9 | 16.97 | 82.29 | - |
| YUV | 95.8 | 207.68 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 237 | 0.92 | 0.54 | 0 | 0.07 | 215.34 | 0.86 | 0.5 |
| Hex | 12 | 6C | ED | 5C | 36 | 0 | 7 | D7 | 56 | 32 |
| Octal | 22 | 154 | 355 | 134 | 66 | 0 | 7 | 327 | 126 | 62 |
| Binary | 10010 | 1101100 | 11101101 | 1011100 | 110110 | 0 | 111 | 11010111 | 1010110 | 110010 |
Color Harmonies of #126CED
Complementary color
Monochromatic Colors of #126CED
Black with #126CED
Text Example
Text Example
White with #126CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CED; }
p { color: rgb(18,108,237); }
H1.HeaderClassName
{
color: #126CED;
}
.AnyTagClassName
{
color: #126CED;
}
</style>
background-color css
<style>
a { background-color: #126CED; }
a { background-color: rgb(18,108,237); }
div.DivClassName
{
background-color: #126CED;
}
.BgClassName
{
background-color: #126CED;
}
</style>
border-color css
<style>
span { border-color: #126CED; }
span { border-color: rgb(18,108,237); }
td.TdClassName
{
border-color: #126CED;
}
.TagClassName
{
border-color: #126CED;
}
</style>