Shades of Navy Blue #126FCB
Tints of Navy Blue #126FCB
RGB
CMYK
RGB Variations
Color information
#126FCB (or 0x126FCB) is known color: Navy Blue. HEX triplet: 12, 6F and CB. RGB value is (18,111,203). Sum of RGB (Red+Green+Blue) = 18+111+203=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #126FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FCB is #ED9034. Grayscale: #5D5D5D. Windows color (decimal): -15568949 or 13332242. OLE color: 13332242.
HSL color Cylindrical-coordinate representation of color #126FCB: hue angle of 209.84º 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 #126FCB is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 111 | 203 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.20 |
| HSL | 209.84º | 0.84% | 0.43% | - |
| HSV(B) | 209.84º | 0.91% | 0.8% | - |
| XYZ | 16.71 | 15.81 | 58.67 | - |
| YUV | 93.68 | 189.69 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 203 | 0.91 | 0.45 | 0 | 0.20 | 209.84 | 0.84 | 0.43 |
| Hex | 12 | 6F | CB | 5B | 2D | 0 | 14 | D2 | 54 | 2B |
| Octal | 22 | 157 | 313 | 133 | 55 | 0 | 24 | 322 | 124 | 53 |
| Binary | 10010 | 1101111 | 11001011 | 1011011 | 101101 | 0 | 10100 | 11010010 | 1010100 | 101011 |
Color Harmonies of #126FCB
Complementary color
Monochromatic Colors of #126FCB
Black with #126FCB
Text Example
Text Example
White with #126FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FCB; }
p { color: rgb(18,111,203); }
H1.HeaderClassName
{
color: #126FCB;
}
.AnyTagClassName
{
color: #126FCB;
}
</style>
background-color css
<style>
a { background-color: #126FCB; }
a { background-color: rgb(18,111,203); }
div.DivClassName
{
background-color: #126FCB;
}
.BgClassName
{
background-color: #126FCB;
}
</style>
border-color css
<style>
span { border-color: #126FCB; }
span { border-color: rgb(18,111,203); }
td.TdClassName
{
border-color: #126FCB;
}
.TagClassName
{
border-color: #126FCB;
}
</style>