Shades of Navy Blue #127ED6
Tints of Navy Blue #127ED6
RGB
CMYK
RGB Variations
Color information
#127ED6 (or 0x127ED6) is known color: Navy Blue. HEX triplet: 12, 7E and D6. RGB value is (18,126,214). Sum of RGB (Red+Green+Blue) = 18+126+214=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #127ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ED6 is #ED8129. Grayscale: #676767. Windows color (decimal): -15565098 or 14056978. OLE color: 14056978.
HSL color Cylindrical-coordinate representation of color #127ED6: hue angle of 206.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127ED6 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 126 | 214 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.16 |
| HSL | 206.94º | 0.84% | 0.45% | - |
| HSV(B) | 206.94º | 0.92% | 0.84% | - |
| XYZ | 19.85 | 19.91 | 66.41 | - |
| YUV | 103.74 | 190.22 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 214 | 0.92 | 0.41 | 0 | 0.16 | 206.94 | 0.84 | 0.45 |
| Hex | 12 | 7E | D6 | 5C | 29 | 0 | 10 | CF | 54 | 2D |
| Octal | 22 | 176 | 326 | 134 | 51 | 0 | 20 | 317 | 124 | 55 |
| Binary | 10010 | 1111110 | 11010110 | 1011100 | 101001 | 0 | 10000 | 11001111 | 1010100 | 101101 |
Color Harmonies of #127ED6
Complementary color
Monochromatic Colors of #127ED6
Black with #127ED6
Text Example
Text Example
White with #127ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ED6; }
p { color: rgb(18,126,214); }
H1.HeaderClassName
{
color: #127ED6;
}
.AnyTagClassName
{
color: #127ED6;
}
</style>
background-color css
<style>
a { background-color: #127ED6; }
a { background-color: rgb(18,126,214); }
div.DivClassName
{
background-color: #127ED6;
}
.BgClassName
{
background-color: #127ED6;
}
</style>
border-color css
<style>
span { border-color: #127ED6; }
span { border-color: rgb(18,126,214); }
td.TdClassName
{
border-color: #127ED6;
}
.TagClassName
{
border-color: #127ED6;
}
</style>