Shades of Navy Blue #127DDA
Tints of Navy Blue #127DDA
RGB
CMYK
RGB Variations
Color information
#127DDA (or 0x127DDA) is known color: Navy Blue. HEX triplet: 12, 7D and DA. RGB value is (18,125,218). Sum of RGB (Red+Green+Blue) = 18+125+218=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #127DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DDA is #ED8225. Grayscale: #676767. Windows color (decimal): -15565350 or 14318866. OLE color: 14318866.
HSL color Cylindrical-coordinate representation of color #127DDA: hue angle of 207.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127DDA is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 125 | 218 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.15 |
| HSL | 207.9º | 0.85% | 0.46% | - |
| HSV(B) | 207.9º | 0.92% | 0.85% | - |
| XYZ | 20.24 | 19.86 | 69.1 | - |
| YUV | 103.61 | 192.55 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 218 | 0.92 | 0.43 | 0 | 0.15 | 207.9 | 0.85 | 0.46 |
| Hex | 12 | 7D | DA | 5C | 2B | 0 | F | D0 | 55 | 2E |
| Octal | 22 | 175 | 332 | 134 | 53 | 0 | 17 | 320 | 125 | 56 |
| Binary | 10010 | 1111101 | 11011010 | 1011100 | 101011 | 0 | 1111 | 11010000 | 1010101 | 101110 |
Color Harmonies of #127DDA
Complementary color
Monochromatic Colors of #127DDA
Black with #127DDA
Text Example
Text Example
White with #127DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DDA; }
p { color: rgb(18,125,218); }
H1.HeaderClassName
{
color: #127DDA;
}
.AnyTagClassName
{
color: #127DDA;
}
</style>
background-color css
<style>
a { background-color: #127DDA; }
a { background-color: rgb(18,125,218); }
div.DivClassName
{
background-color: #127DDA;
}
.BgClassName
{
background-color: #127DDA;
}
</style>
border-color css
<style>
span { border-color: #127DDA; }
span { border-color: rgb(18,125,218); }
td.TdClassName
{
border-color: #127DDA;
}
.TagClassName
{
border-color: #127DDA;
}
</style>