Shades of Navy Blue #127AD7
Tints of Navy Blue #127AD7
RGB
CMYK
RGB Variations
Color information
#127AD7 (or 0x127AD7) is known color: Navy Blue. HEX triplet: 12, 7A and D7. RGB value is (18,122,215). Sum of RGB (Red+Green+Blue) = 18+122+215=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 215 (84.38% from 255 or 60.56% from 355); Max value from RGB is 215 - color contains mainly: blue. Hex color #127AD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AD7 is #ED8528. Grayscale: #656565. Windows color (decimal): -15566121 or 14121490. OLE color: 14121490.
HSL color Cylindrical-coordinate representation of color #127AD7: hue angle of 208.32º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127AD7 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 122 | 215 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.16 |
| HSL | 208.32º | 0.85% | 0.46% | - |
| HSV(B) | 208.32º | 0.92% | 0.84% | - |
| XYZ | 19.47 | 18.95 | 66.92 | - |
| YUV | 101.51 | 192.04 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 215 | 0.92 | 0.43 | 0 | 0.16 | 208.32 | 0.85 | 0.46 |
| Hex | 12 | 7A | D7 | 5C | 2B | 0 | 10 | D0 | 55 | 2E |
| Octal | 22 | 172 | 327 | 134 | 53 | 0 | 20 | 320 | 125 | 56 |
| Binary | 10010 | 1111010 | 11010111 | 1011100 | 101011 | 0 | 10000 | 11010000 | 1010101 | 101110 |
Color Harmonies of #127AD7
Complementary color
Monochromatic Colors of #127AD7
Black with #127AD7
Text Example
Text Example
White with #127AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AD7; }
p { color: rgb(18,122,215); }
H1.HeaderClassName
{
color: #127AD7;
}
.AnyTagClassName
{
color: #127AD7;
}
</style>
background-color css
<style>
a { background-color: #127AD7; }
a { background-color: rgb(18,122,215); }
div.DivClassName
{
background-color: #127AD7;
}
.BgClassName
{
background-color: #127AD7;
}
</style>
border-color css
<style>
span { border-color: #127AD7; }
span { border-color: rgb(18,122,215); }
td.TdClassName
{
border-color: #127AD7;
}
.TagClassName
{
border-color: #127AD7;
}
</style>