Shades of Navy Blue #127CD3
Tints of Navy Blue #127CD3
RGB
CMYK
RGB Variations
Color information
#127CD3 (or 0x127CD3) is known color: Navy Blue. HEX triplet: 12, 7C and D3. RGB value is (18,124,211). Sum of RGB (Red+Green+Blue) = 18+124+211=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 211 (82.81% from 255 or 59.77% from 353); Max value from RGB is 211 - color contains mainly: blue. Hex color #127CD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CD3 is #ED832C. Grayscale: #656565. Windows color (decimal): -15565613 or 13859858. OLE color: 13859858.
HSL color Cylindrical-coordinate representation of color #127CD3: hue angle of 207.05º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127CD3 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 124 | 211 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.17 |
| HSL | 207.05º | 0.84% | 0.45% | - |
| HSV(B) | 207.05º | 0.91% | 0.83% | - |
| XYZ | 19.21 | 19.25 | 64.33 | - |
| YUV | 102.22 | 189.38 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 211 | 0.91 | 0.41 | 0 | 0.17 | 207.05 | 0.84 | 0.45 |
| Hex | 12 | 7C | D3 | 5B | 29 | 0 | 11 | CF | 54 | 2D |
| Octal | 22 | 174 | 323 | 133 | 51 | 0 | 21 | 317 | 124 | 55 |
| Binary | 10010 | 1111100 | 11010011 | 1011011 | 101001 | 0 | 10001 | 11001111 | 1010100 | 101101 |
Color Harmonies of #127CD3
Complementary color
Monochromatic Colors of #127CD3
Black with #127CD3
Text Example
Text Example
White with #127CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CD3; }
p { color: rgb(18,124,211); }
H1.HeaderClassName
{
color: #127CD3;
}
.AnyTagClassName
{
color: #127CD3;
}
</style>
background-color css
<style>
a { background-color: #127CD3; }
a { background-color: rgb(18,124,211); }
div.DivClassName
{
background-color: #127CD3;
}
.BgClassName
{
background-color: #127CD3;
}
</style>
border-color css
<style>
span { border-color: #127CD3; }
span { border-color: rgb(18,124,211); }
td.TdClassName
{
border-color: #127CD3;
}
.TagClassName
{
border-color: #127CD3;
}
</style>