Shades of Navy Blue #126CDB
Tints of Navy Blue #126CDB
RGB
CMYK
RGB Variations
Color information
#126CDB (or 0x126CDB) is known color: Navy Blue. HEX triplet: 12, 6C and DB. RGB value is (18,108,219). Sum of RGB (Red+Green+Blue) = 18+108+219=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #126CDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDB is #ED9324. Grayscale: #5D5D5D. Windows color (decimal): -15569701 or 14380050. OLE color: 14380050.
HSL color Cylindrical-coordinate representation of color #126CDB: hue angle of 213.13º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CDB is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 108 | 219 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.14 |
| HSL | 213.13º | 0.85% | 0.46% | - |
| HSV(B) | 213.13º | 0.92% | 0.86% | - |
| XYZ | 18.4 | 15.97 | 69.13 | - |
| YUV | 93.74 | 198.68 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 219 | 0.92 | 0.51 | 0 | 0.14 | 213.13 | 0.85 | 0.46 |
| Hex | 12 | 6C | DB | 5C | 33 | 0 | E | D5 | 55 | 2E |
| Octal | 22 | 154 | 333 | 134 | 63 | 0 | 16 | 325 | 125 | 56 |
| Binary | 10010 | 1101100 | 11011011 | 1011100 | 110011 | 0 | 1110 | 11010101 | 1010101 | 101110 |
Color Harmonies of #126CDB
Complementary color
Monochromatic Colors of #126CDB
Black with #126CDB
Text Example
Text Example
White with #126CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CDB; }
p { color: rgb(18,108,219); }
H1.HeaderClassName
{
color: #126CDB;
}
.AnyTagClassName
{
color: #126CDB;
}
</style>
background-color css
<style>
a { background-color: #126CDB; }
a { background-color: rgb(18,108,219); }
div.DivClassName
{
background-color: #126CDB;
}
.BgClassName
{
background-color: #126CDB;
}
</style>
border-color css
<style>
span { border-color: #126CDB; }
span { border-color: rgb(18,108,219); }
td.TdClassName
{
border-color: #126CDB;
}
.TagClassName
{
border-color: #126CDB;
}
</style>