Shades of Navy Blue #127CDF
Tints of Navy Blue #127CDF
RGB
CMYK
RGB Variations
Color information
#127CDF (or 0x127CDF) is known color: Navy Blue. HEX triplet: 12, 7C and DF. RGB value is (18,124,223). Sum of RGB (Red+Green+Blue) = 18+124+223=365 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.93% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #127CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127CDF is #ED8320. Grayscale: #676767. Windows color (decimal): -15565601 or 14646290. OLE color: 14646290.
HSL color Cylindrical-coordinate representation of color #127CDF: hue angle of 208.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127CDF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 124 | 223 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.13 |
| HSL | 208.98º | 0.85% | 0.47% | - |
| HSV(B) | 208.98º | 0.92% | 0.87% | - |
| XYZ | 20.78 | 19.87 | 72.55 | - |
| YUV | 103.59 | 195.38 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 223 | 0.92 | 0.44 | 0 | 0.13 | 208.98 | 0.85 | 0.47 |
| Hex | 12 | 7C | DF | 5C | 2C | 0 | D | D1 | 55 | 2F |
| Octal | 22 | 174 | 337 | 134 | 54 | 0 | 15 | 321 | 125 | 57 |
| Binary | 10010 | 1111100 | 11011111 | 1011100 | 101100 | 0 | 1101 | 11010001 | 1010101 | 101111 |
Color Harmonies of #127CDF
Complementary color
Monochromatic Colors of #127CDF
Black with #127CDF
Text Example
Text Example
White with #127CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127CDF; }
p { color: rgb(18,124,223); }
H1.HeaderClassName
{
color: #127CDF;
}
.AnyTagClassName
{
color: #127CDF;
}
</style>
background-color css
<style>
a { background-color: #127CDF; }
a { background-color: rgb(18,124,223); }
div.DivClassName
{
background-color: #127CDF;
}
.BgClassName
{
background-color: #127CDF;
}
</style>
border-color css
<style>
span { border-color: #127CDF; }
span { border-color: rgb(18,124,223); }
td.TdClassName
{
border-color: #127CDF;
}
.TagClassName
{
border-color: #127CDF;
}
</style>