Shades of Navy Blue #126CDA
Tints of Navy Blue #126CDA
RGB
CMYK
RGB Variations
Color information
#126CDA (or 0x126CDA) is known color: Navy Blue. HEX triplet: 12, 6C and DA. RGB value is (18,108,218). Sum of RGB (Red+Green+Blue) = 18+108+218=344 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.23% from 344); Green value is 108 (42.58% from 255 or 31.40% from 344); Blue value is 218 (85.55% from 255 or 63.37% from 344); Max value from RGB is 218 - color contains mainly: blue. Hex color #126CDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CDA is #ED9325. Grayscale: #5D5D5D. Windows color (decimal): -15569702 or 14314514. OLE color: 14314514.
HSL color Cylindrical-coordinate representation of color #126CDA: hue angle of 213º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CDA is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 108 | 218 | - |
| CMYK | 0.92 | 0.50 | 0 | 0.15 |
| HSL | 213º | 0.85% | 0.46% | - |
| HSV(B) | 213º | 0.92% | 0.85% | - |
| XYZ | 18.27 | 15.92 | 68.44 | - |
| YUV | 93.63 | 198.18 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 218 | 0.92 | 0.50 | 0 | 0.15 | 213 | 0.85 | 0.46 |
| Hex | 12 | 6C | DA | 5C | 32 | 0 | F | D5 | 55 | 2E |
| Octal | 22 | 154 | 332 | 134 | 62 | 0 | 17 | 325 | 125 | 56 |
| Binary | 10010 | 1101100 | 11011010 | 1011100 | 110010 | 0 | 1111 | 11010101 | 1010101 | 101110 |
Color Harmonies of #126CDA
Complementary color
Monochromatic Colors of #126CDA
Black with #126CDA
Text Example
Text Example
White with #126CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CDA; }
p { color: rgb(18,108,218); }
H1.HeaderClassName
{
color: #126CDA;
}
.AnyTagClassName
{
color: #126CDA;
}
</style>
background-color css
<style>
a { background-color: #126CDA; }
a { background-color: rgb(18,108,218); }
div.DivClassName
{
background-color: #126CDA;
}
.BgClassName
{
background-color: #126CDA;
}
</style>
border-color css
<style>
span { border-color: #126CDA; }
span { border-color: rgb(18,108,218); }
td.TdClassName
{
border-color: #126CDA;
}
.TagClassName
{
border-color: #126CDA;
}
</style>