Shades of Navy Blue #127FD5
Tints of Navy Blue #127FD5
RGB
CMYK
RGB Variations
Color information
#127FD5 (or 0x127FD5) is known color: Navy Blue. HEX triplet: 12, 7F and D5. RGB value is (18,127,213). Sum of RGB (Red+Green+Blue) = 18+127+213=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 213 (83.59% from 255 or 59.50% from 358); Max value from RGB is 213 - color contains mainly: blue. Hex color #127FD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FD5 is #ED802A. Grayscale: #676767. Windows color (decimal): -15564843 or 13991698. OLE color: 13991698.
HSL color Cylindrical-coordinate representation of color #127FD5: hue angle of 206.46º 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 #127FD5 is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 127 | 213 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.16 |
| HSL | 206.46º | 0.84% | 0.45% | - |
| HSV(B) | 206.46º | 0.92% | 0.84% | - |
| XYZ | 19.85 | 20.11 | 65.79 | - |
| YUV | 104.21 | 189.39 | 66.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 213 | 0.92 | 0.40 | 0 | 0.16 | 206.46 | 0.84 | 0.45 |
| Hex | 12 | 7F | D5 | 5C | 28 | 0 | 10 | CE | 54 | 2D |
| Octal | 22 | 177 | 325 | 134 | 50 | 0 | 20 | 316 | 124 | 55 |
| Binary | 10010 | 1111111 | 11010101 | 1011100 | 101000 | 0 | 10000 | 11001110 | 1010100 | 101101 |
Color Harmonies of #127FD5
Complementary color
Monochromatic Colors of #127FD5
Black with #127FD5
Text Example
Text Example
White with #127FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FD5; }
p { color: rgb(18,127,213); }
H1.HeaderClassName
{
color: #127FD5;
}
.AnyTagClassName
{
color: #127FD5;
}
</style>
background-color css
<style>
a { background-color: #127FD5; }
a { background-color: rgb(18,127,213); }
div.DivClassName
{
background-color: #127FD5;
}
.BgClassName
{
background-color: #127FD5;
}
</style>
border-color css
<style>
span { border-color: #127FD5; }
span { border-color: rgb(18,127,213); }
td.TdClassName
{
border-color: #127FD5;
}
.TagClassName
{
border-color: #127FD5;
}
</style>