Shades of Navy Blue #127FD0
Tints of Navy Blue #127FD0
RGB
CMYK
RGB Variations
Color information
#127FD0 (or 0x127FD0) is known color: Navy Blue. HEX triplet: 12, 7F and D0. RGB value is (18,127,208). Sum of RGB (Red+Green+Blue) = 18+127+208=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #127FD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FD0 is #ED802F. Grayscale: #676767. Windows color (decimal): -15564848 or 13664018. OLE color: 13664018.
HSL color Cylindrical-coordinate representation of color #127FD0: hue angle of 205.58º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FD0 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 127 | 208 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.18 |
| HSL | 205.58º | 0.84% | 0.44% | - |
| HSV(B) | 205.58º | 0.91% | 0.82% | - |
| XYZ | 19.22 | 19.86 | 62.49 | - |
| YUV | 103.64 | 186.89 | 66.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 127 | 208 | 0.91 | 0.39 | 0 | 0.18 | 205.58 | 0.84 | 0.44 |
| Hex | 12 | 7F | D0 | 5B | 27 | 0 | 12 | CE | 54 | 2C |
| Octal | 22 | 177 | 320 | 133 | 47 | 0 | 22 | 316 | 124 | 54 |
| Binary | 10010 | 1111111 | 11010000 | 1011011 | 100111 | 0 | 10010 | 11001110 | 1010100 | 101100 |
Color Harmonies of #127FD0
Complementary color
Monochromatic Colors of #127FD0
Black with #127FD0
Text Example
Text Example
White with #127FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127FD0; }
p { color: rgb(18,127,208); }
H1.HeaderClassName
{
color: #127FD0;
}
.AnyTagClassName
{
color: #127FD0;
}
</style>
background-color css
<style>
a { background-color: #127FD0; }
a { background-color: rgb(18,127,208); }
div.DivClassName
{
background-color: #127FD0;
}
.BgClassName
{
background-color: #127FD0;
}
</style>
border-color css
<style>
span { border-color: #127FD0; }
span { border-color: rgb(18,127,208); }
td.TdClassName
{
border-color: #127FD0;
}
.TagClassName
{
border-color: #127FD0;
}
</style>