Shades of Navy Blue #126CEA
Tints of Navy Blue #126CEA
RGB
CMYK
RGB Variations
Color information
#126CEA (or 0x126CEA) is known color: Navy Blue. HEX triplet: 12, 6C and EA. RGB value is (18,108,234). Sum of RGB (Red+Green+Blue) = 18+108+234=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 234 (91.80% from 255 or 65% from 360); Max value from RGB is 234 - color contains mainly: blue. Hex color #126CEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #126CEA is #ED9315. Grayscale: #5E5E5E. Windows color (decimal): -15569686 or 15363090. OLE color: 15363090.
HSL color Cylindrical-coordinate representation of color #126CEA: hue angle of 215º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CEA is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 108 | 234 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.08 |
| HSL | 215º | 0.86% | 0.49% | - |
| HSV(B) | 215º | 0.92% | 0.92% | - |
| XYZ | 20.46 | 16.79 | 80 | - |
| YUV | 95.45 | 206.18 | 72.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 234 | 0.92 | 0.54 | 0 | 0.08 | 215 | 0.86 | 0.49 |
| Hex | 12 | 6C | EA | 5C | 36 | 0 | 8 | D7 | 56 | 31 |
| Octal | 22 | 154 | 352 | 134 | 66 | 0 | 10 | 327 | 126 | 61 |
| Binary | 10010 | 1101100 | 11101010 | 1011100 | 110110 | 0 | 1000 | 11010111 | 1010110 | 110001 |
Color Harmonies of #126CEA
Complementary color
Monochromatic Colors of #126CEA
Black with #126CEA
Text Example
Text Example
White with #126CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CEA; }
p { color: rgb(18,108,234); }
H1.HeaderClassName
{
color: #126CEA;
}
.AnyTagClassName
{
color: #126CEA;
}
</style>
background-color css
<style>
a { background-color: #126CEA; }
a { background-color: rgb(18,108,234); }
div.DivClassName
{
background-color: #126CEA;
}
.BgClassName
{
background-color: #126CEA;
}
</style>
border-color css
<style>
span { border-color: #126CEA; }
span { border-color: rgb(18,108,234); }
td.TdClassName
{
border-color: #126CEA;
}
.TagClassName
{
border-color: #126CEA;
}
</style>