Shades of Navy Blue #127EE0
Tints of Navy Blue #127EE0
RGB
CMYK
RGB Variations
Color information
#127EE0 (or 0x127EE0) is known color: Navy Blue. HEX triplet: 12, 7E and E0. RGB value is (18,126,224). Sum of RGB (Red+Green+Blue) = 18+126+224=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #127EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127EE0 is #ED811F. Grayscale: #686868. Windows color (decimal): -15565088 or 14712338. OLE color: 14712338.
HSL color Cylindrical-coordinate representation of color #127EE0: hue angle of 208.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127EE0 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 126 | 224 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.12 |
| HSL | 208.54º | 0.85% | 0.47% | - |
| HSV(B) | 208.54º | 0.92% | 0.88% | - |
| XYZ | 21.16 | 20.43 | 73.35 | - |
| YUV | 104.88 | 195.22 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 224 | 0.92 | 0.44 | 0 | 0.12 | 208.54 | 0.85 | 0.47 |
| Hex | 12 | 7E | E0 | 5C | 2C | 0 | C | D1 | 55 | 2F |
| Octal | 22 | 176 | 340 | 134 | 54 | 0 | 14 | 321 | 125 | 57 |
| Binary | 10010 | 1111110 | 11100000 | 1011100 | 101100 | 0 | 1100 | 11010001 | 1010101 | 101111 |
Color Harmonies of #127EE0
Complementary color
Monochromatic Colors of #127EE0
Black with #127EE0
Text Example
Text Example
White with #127EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127EE0; }
p { color: rgb(18,126,224); }
H1.HeaderClassName
{
color: #127EE0;
}
.AnyTagClassName
{
color: #127EE0;
}
</style>
background-color css
<style>
a { background-color: #127EE0; }
a { background-color: rgb(18,126,224); }
div.DivClassName
{
background-color: #127EE0;
}
.BgClassName
{
background-color: #127EE0;
}
</style>
border-color css
<style>
span { border-color: #127EE0; }
span { border-color: rgb(18,126,224); }
td.TdClassName
{
border-color: #127EE0;
}
.TagClassName
{
border-color: #127EE0;
}
</style>