Shades of Navy Blue #126ECB
Tints of Navy Blue #126ECB
RGB
CMYK
RGB Variations
Color information
#126ECB (or 0x126ECB) is known color: Navy Blue. HEX triplet: 12, 6E and CB. RGB value is (18,110,203). Sum of RGB (Red+Green+Blue) = 18+110+203=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #126ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126ECB is #ED9134. Grayscale: #5C5C5C. Windows color (decimal): -15569205 or 13331986. OLE color: 13331986.
HSL color Cylindrical-coordinate representation of color #126ECB: hue angle of 210.16º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126ECB is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 110 | 203 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.20 |
| HSL | 210.16º | 0.84% | 0.43% | - |
| HSV(B) | 210.16º | 0.91% | 0.8% | - |
| XYZ | 16.6 | 15.59 | 58.63 | - |
| YUV | 93.09 | 190.02 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 110 | 203 | 0.91 | 0.46 | 0 | 0.20 | 210.16 | 0.84 | 0.43 |
| Hex | 12 | 6E | CB | 5B | 2E | 0 | 14 | D2 | 54 | 2B |
| Octal | 22 | 156 | 313 | 133 | 56 | 0 | 24 | 322 | 124 | 53 |
| Binary | 10010 | 1101110 | 11001011 | 1011011 | 101110 | 0 | 10100 | 11010010 | 1010100 | 101011 |
Color Harmonies of #126ECB
Complementary color
Monochromatic Colors of #126ECB
Black with #126ECB
Text Example
Text Example
White with #126ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126ECB; }
p { color: rgb(18,110,203); }
H1.HeaderClassName
{
color: #126ECB;
}
.AnyTagClassName
{
color: #126ECB;
}
</style>
background-color css
<style>
a { background-color: #126ECB; }
a { background-color: rgb(18,110,203); }
div.DivClassName
{
background-color: #126ECB;
}
.BgClassName
{
background-color: #126ECB;
}
</style>
border-color css
<style>
span { border-color: #126ECB; }
span { border-color: rgb(18,110,203); }
td.TdClassName
{
border-color: #126ECB;
}
.TagClassName
{
border-color: #126ECB;
}
</style>