Shades of Navy Blue #126FE3
Tints of Navy Blue #126FE3
RGB
CMYK
RGB Variations
Color information
#126FE3 (or 0x126FE3) is known color: Navy Blue. HEX triplet: 12, 6F and E3. RGB value is (18,111,227). Sum of RGB (Red+Green+Blue) = 18+111+227=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #126FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126FE3 is #ED901C. Grayscale: #5F5F5F. Windows color (decimal): -15568925 or 14905106. OLE color: 14905106.
HSL color Cylindrical-coordinate representation of color #126FE3: hue angle of 213.3º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #126FE3 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 111 | 227 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.11 |
| HSL | 213.3º | 0.85% | 0.48% | - |
| HSV(B) | 213.3º | 0.92% | 0.89% | - |
| XYZ | 19.8 | 17.04 | 74.92 | - |
| YUV | 96.42 | 201.69 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 111 | 227 | 0.92 | 0.51 | 0 | 0.11 | 213.3 | 0.85 | 0.48 |
| Hex | 12 | 6F | E3 | 5C | 33 | 0 | B | D5 | 55 | 30 |
| Octal | 22 | 157 | 343 | 134 | 63 | 0 | 13 | 325 | 125 | 60 |
| Binary | 10010 | 1101111 | 11100011 | 1011100 | 110011 | 0 | 1011 | 11010101 | 1010101 | 110000 |
Color Harmonies of #126FE3
Complementary color
Monochromatic Colors of #126FE3
Black with #126FE3
Text Example
Text Example
White with #126FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #126FE3; }
p { color: rgb(18,111,227); }
H1.HeaderClassName
{
color: #126FE3;
}
.AnyTagClassName
{
color: #126FE3;
}
</style>
background-color css
<style>
a { background-color: #126FE3; }
a { background-color: rgb(18,111,227); }
div.DivClassName
{
background-color: #126FE3;
}
.BgClassName
{
background-color: #126FE3;
}
</style>
border-color css
<style>
span { border-color: #126FE3; }
span { border-color: rgb(18,111,227); }
td.TdClassName
{
border-color: #126FE3;
}
.TagClassName
{
border-color: #126FE3;
}
</style>