Shades of Navy Blue #127CE2
Tints of Navy Blue #127CE2
RGB
CMYK
RGB Variations
Color information
#127CE2 (or 0x127CE2) is known color: Navy Blue. HEX triplet: 12, 7C and E2. RGB value is (18,124,226). Sum of RGB (Red+Green+Blue) = 18+124+226=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 226 (88.67% from 255 or 61.41% from 368); Max value from RGB is 226 - color contains mainly: blue. Hex color #127CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CE2 is #ED831D. Grayscale: #676767. Windows color (decimal): -15565598 or 14842898. OLE color: 14842898.
HSL color Cylindrical-coordinate representation of color #127CE2: hue angle of 209.42º 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 #127CE2 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 18 | 124 | 226 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.11 |
| HSL | 209.42º | 0.85% | 0.48% | - |
| HSV(B) | 209.42º | 0.92% | 0.89% | - |
| XYZ | 21.18 | 20.03 | 74.7 | - |
| YUV | 103.93 | 196.88 | 66.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 226 | 0.92 | 0.45 | 0 | 0.11 | 209.42 | 0.85 | 0.48 |
| Hex | 12 | 7C | E2 | 5C | 2D | 0 | B | D1 | 55 | 30 |
| Octal | 22 | 174 | 342 | 134 | 55 | 0 | 13 | 321 | 125 | 60 |
| Binary | 10010 | 1111100 | 11100010 | 1011100 | 101101 | 0 | 1011 | 11010001 | 1010101 | 110000 |
Color Harmonies of #127CE2
Complementary color
Monochromatic Colors of #127CE2
Black with #127CE2
Text Example
Text Example
White with #127CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CE2; }
p { color: rgb(18,124,226); }
H1.HeaderClassName
{
color: #127CE2;
}
.AnyTagClassName
{
color: #127CE2;
}
</style>
background-color css
<style>
a { background-color: #127CE2; }
a { background-color: rgb(18,124,226); }
div.DivClassName
{
background-color: #127CE2;
}
.BgClassName
{
background-color: #127CE2;
}
</style>
border-color css
<style>
span { border-color: #127CE2; }
span { border-color: rgb(18,124,226); }
td.TdClassName
{
border-color: #127CE2;
}
.TagClassName
{
border-color: #127CE2;
}
</style>