Shades of Navy Blue #126CE0
Tints of Navy Blue #126CE0
RGB
CMYK
RGB Variations
Color information
#126CE0 (or 0x126CE0) is known color: Navy Blue. HEX triplet: 12, 6C and E0. RGB value is (18,108,224). Sum of RGB (Red+Green+Blue) = 18+108+224=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 224 (87.89% from 255 or 64% from 350); Max value from RGB is 224 - color contains mainly: blue. Hex color #126CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126CE0 is #ED931F. Grayscale: #5D5D5D. Windows color (decimal): -15569696 or 14707730. OLE color: 14707730.
HSL color Cylindrical-coordinate representation of color #126CE0: hue angle of 213.79º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126CE0 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 108 | 224 | - |
| CMYK | 0.92 | 0.52 | 0 | 0.12 |
| HSL | 213.79º | 0.85% | 0.47% | - |
| HSV(B) | 213.79º | 0.92% | 0.88% | - |
| XYZ | 19.07 | 16.24 | 72.65 | - |
| YUV | 94.31 | 201.18 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 108 | 224 | 0.92 | 0.52 | 0 | 0.12 | 213.79 | 0.85 | 0.47 |
| Hex | 12 | 6C | E0 | 5C | 34 | 0 | C | D6 | 55 | 2F |
| Octal | 22 | 154 | 340 | 134 | 64 | 0 | 14 | 326 | 125 | 57 |
| Binary | 10010 | 1101100 | 11100000 | 1011100 | 110100 | 0 | 1100 | 11010110 | 1010101 | 101111 |
Color Harmonies of #126CE0
Complementary color
Monochromatic Colors of #126CE0
Black with #126CE0
Text Example
Text Example
White with #126CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126CE0; }
p { color: rgb(18,108,224); }
H1.HeaderClassName
{
color: #126CE0;
}
.AnyTagClassName
{
color: #126CE0;
}
</style>
background-color css
<style>
a { background-color: #126CE0; }
a { background-color: rgb(18,108,224); }
div.DivClassName
{
background-color: #126CE0;
}
.BgClassName
{
background-color: #126CE0;
}
</style>
border-color css
<style>
span { border-color: #126CE0; }
span { border-color: rgb(18,108,224); }
td.TdClassName
{
border-color: #126CE0;
}
.TagClassName
{
border-color: #126CE0;
}
</style>