Shades of Navy Blue #126FCE
Tints of Navy Blue #126FCE
RGB
CMYK
RGB Variations
Color information
#126FCE (or 0x126FCE) is known color: Navy Blue. HEX triplet: 12, 6F and CE. RGB value is (18,111,206). Sum of RGB (Red+Green+Blue) = 18+111+206=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #126FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FCE is #ED9031. Grayscale: #5D5D5D. Windows color (decimal): -15568946 or 13528850. OLE color: 13528850.
HSL color Cylindrical-coordinate representation of color #126FCE: hue angle of 210.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #126FCE is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 111 | 206 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.19 |
| HSL | 210.32º | 0.84% | 0.44% | - |
| HSV(B) | 210.32º | 0.91% | 0.81% | - |
| XYZ | 17.07 | 15.95 | 60.57 | - |
| YUV | 94.02 | 191.19 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 206 | 0.91 | 0.46 | 0 | 0.19 | 210.32 | 0.84 | 0.44 |
| Hex | 12 | 6F | CE | 5B | 2E | 0 | 13 | D2 | 54 | 2C |
| Octal | 22 | 157 | 316 | 133 | 56 | 0 | 23 | 322 | 124 | 54 |
| Binary | 10010 | 1101111 | 11001110 | 1011011 | 101110 | 0 | 10011 | 11010010 | 1010100 | 101100 |
Color Harmonies of #126FCE
Complementary color
Monochromatic Colors of #126FCE
Black with #126FCE
Text Example
Text Example
White with #126FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FCE; }
p { color: rgb(18,111,206); }
H1.HeaderClassName
{
color: #126FCE;
}
.AnyTagClassName
{
color: #126FCE;
}
</style>
background-color css
<style>
a { background-color: #126FCE; }
a { background-color: rgb(18,111,206); }
div.DivClassName
{
background-color: #126FCE;
}
.BgClassName
{
background-color: #126FCE;
}
</style>
border-color css
<style>
span { border-color: #126FCE; }
span { border-color: rgb(18,111,206); }
td.TdClassName
{
border-color: #126FCE;
}
.TagClassName
{
border-color: #126FCE;
}
</style>