Shades of Navy Blue #127CE0
Tints of Navy Blue #127CE0
RGB
CMYK
RGB Variations
Color information
#127CE0 (or 0x127CE0) is known color: Navy Blue. HEX triplet: 12, 7C and E0. RGB value is (18,124,224). Sum of RGB (Red+Green+Blue) = 18+124+224=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 224 (87.89% from 255 or 61.20% from 366); Max value from RGB is 224 - color contains mainly: blue. Hex color #127CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CE0 is #ED831F. Grayscale: #676767. Windows color (decimal): -15565600 or 14711826. OLE color: 14711826.
HSL color Cylindrical-coordinate representation of color #127CE0: hue angle of 209.13º 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 #127CE0 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 18 | 124 | 224 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.12 |
| HSL | 209.13º | 0.85% | 0.47% | - |
| HSV(B) | 209.13º | 0.92% | 0.88% | - |
| XYZ | 20.91 | 19.93 | 73.26 | - |
| YUV | 103.71 | 195.88 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 224 | 0.92 | 0.45 | 0 | 0.12 | 209.13 | 0.85 | 0.47 |
| Hex | 12 | 7C | E0 | 5C | 2D | 0 | C | D1 | 55 | 2F |
| Octal | 22 | 174 | 340 | 134 | 55 | 0 | 14 | 321 | 125 | 57 |
| Binary | 10010 | 1111100 | 11100000 | 1011100 | 101101 | 0 | 1100 | 11010001 | 1010101 | 101111 |
Color Harmonies of #127CE0
Complementary color
Monochromatic Colors of #127CE0
Black with #127CE0
Text Example
Text Example
White with #127CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CE0; }
p { color: rgb(18,124,224); }
H1.HeaderClassName
{
color: #127CE0;
}
.AnyTagClassName
{
color: #127CE0;
}
</style>
background-color css
<style>
a { background-color: #127CE0; }
a { background-color: rgb(18,124,224); }
div.DivClassName
{
background-color: #127CE0;
}
.BgClassName
{
background-color: #127CE0;
}
</style>
border-color css
<style>
span { border-color: #127CE0; }
span { border-color: rgb(18,124,224); }
td.TdClassName
{
border-color: #127CE0;
}
.TagClassName
{
border-color: #127CE0;
}
</style>