Shades of Navy Blue #127EDD
Tints of Navy Blue #127EDD
RGB
CMYK
RGB Variations
Color information
#127EDD (or 0x127EDD) is known color: Navy Blue. HEX triplet: 12, 7E and DD. RGB value is (18,126,221). Sum of RGB (Red+Green+Blue) = 18+126+221=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #127EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EDD is #ED8122. Grayscale: #686868. Windows color (decimal): -15565091 or 14515730. OLE color: 14515730.
HSL color Cylindrical-coordinate representation of color #127EDD: hue angle of 208.08º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EDD is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 126 | 221 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.13 |
| HSL | 208.08º | 0.85% | 0.47% | - |
| HSV(B) | 208.08º | 0.92% | 0.87% | - |
| XYZ | 20.76 | 20.27 | 71.23 | - |
| YUV | 104.54 | 193.72 | 66.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 221 | 0.92 | 0.43 | 0 | 0.13 | 208.08 | 0.85 | 0.47 |
| Hex | 12 | 7E | DD | 5C | 2B | 0 | D | D0 | 55 | 2F |
| Octal | 22 | 176 | 335 | 134 | 53 | 0 | 15 | 320 | 125 | 57 |
| Binary | 10010 | 1111110 | 11011101 | 1011100 | 101011 | 0 | 1101 | 11010000 | 1010101 | 101111 |
Color Harmonies of #127EDD
Complementary color
Monochromatic Colors of #127EDD
Black with #127EDD
Text Example
Text Example
White with #127EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EDD; }
p { color: rgb(18,126,221); }
H1.HeaderClassName
{
color: #127EDD;
}
.AnyTagClassName
{
color: #127EDD;
}
</style>
background-color css
<style>
a { background-color: #127EDD; }
a { background-color: rgb(18,126,221); }
div.DivClassName
{
background-color: #127EDD;
}
.BgClassName
{
background-color: #127EDD;
}
</style>
border-color css
<style>
span { border-color: #127EDD; }
span { border-color: rgb(18,126,221); }
td.TdClassName
{
border-color: #127EDD;
}
.TagClassName
{
border-color: #127EDD;
}
</style>