Shades of Navy Blue #127AD1
Tints of Navy Blue #127AD1
RGB
CMYK
RGB Variations
Color information
#127AD1 (or 0x127AD1) is known color: Navy Blue. HEX triplet: 12, 7A and D1. RGB value is (18,122,209). Sum of RGB (Red+Green+Blue) = 18+122+209=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 209 (82.03% from 255 or 59.89% from 349); Max value from RGB is 209 - color contains mainly: blue. Hex color #127AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127AD1 is #ED852E. Grayscale: #646464. Windows color (decimal): -15566127 or 13728274. OLE color: 13728274.
HSL color Cylindrical-coordinate representation of color #127AD1: hue angle of 207.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127AD1 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 122 | 209 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.18 |
| HSL | 207.33º | 0.84% | 0.45% | - |
| HSV(B) | 207.33º | 0.91% | 0.82% | - |
| XYZ | 18.72 | 18.65 | 62.94 | - |
| YUV | 100.82 | 189.04 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 209 | 0.91 | 0.42 | 0 | 0.18 | 207.33 | 0.84 | 0.45 |
| Hex | 12 | 7A | D1 | 5B | 2A | 0 | 12 | CF | 54 | 2D |
| Octal | 22 | 172 | 321 | 133 | 52 | 0 | 22 | 317 | 124 | 55 |
| Binary | 10010 | 1111010 | 11010001 | 1011011 | 101010 | 0 | 10010 | 11001111 | 1010100 | 101101 |
Color Harmonies of #127AD1
Complementary color
Monochromatic Colors of #127AD1
Black with #127AD1
Text Example
Text Example
White with #127AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127AD1; }
p { color: rgb(18,122,209); }
H1.HeaderClassName
{
color: #127AD1;
}
.AnyTagClassName
{
color: #127AD1;
}
</style>
background-color css
<style>
a { background-color: #127AD1; }
a { background-color: rgb(18,122,209); }
div.DivClassName
{
background-color: #127AD1;
}
.BgClassName
{
background-color: #127AD1;
}
</style>
border-color css
<style>
span { border-color: #127AD1; }
span { border-color: rgb(18,122,209); }
td.TdClassName
{
border-color: #127AD1;
}
.TagClassName
{
border-color: #127AD1;
}
</style>