Shades of Navy Blue #127DD7
Tints of Navy Blue #127DD7
RGB
CMYK
RGB Variations
Color information
#127DD7 (or 0x127DD7) is known color: Navy Blue. HEX triplet: 12, 7D and D7. RGB value is (18,125,215). Sum of RGB (Red+Green+Blue) = 18+125+215=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 215 (84.38% from 255 or 60.06% from 358); Max value from RGB is 215 - color contains mainly: blue. Hex color #127DD7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127DD7 is #ED8228. Grayscale: #666666. Windows color (decimal): -15565353 or 14122258. OLE color: 14122258.
HSL color Cylindrical-coordinate representation of color #127DD7: hue angle of 207.41º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127DD7 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 125 | 215 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.16 |
| HSL | 207.41º | 0.85% | 0.46% | - |
| HSV(B) | 207.41º | 0.92% | 0.84% | - |
| XYZ | 19.85 | 19.7 | 67.05 | - |
| YUV | 103.27 | 191.05 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 125 | 215 | 0.92 | 0.42 | 0 | 0.16 | 207.41 | 0.85 | 0.46 |
| Hex | 12 | 7D | D7 | 5C | 2A | 0 | 10 | CF | 55 | 2E |
| Octal | 22 | 175 | 327 | 134 | 52 | 0 | 20 | 317 | 125 | 56 |
| Binary | 10010 | 1111101 | 11010111 | 1011100 | 101010 | 0 | 10000 | 11001111 | 1010101 | 101110 |
Color Harmonies of #127DD7
Complementary color
Monochromatic Colors of #127DD7
Black with #127DD7
Text Example
Text Example
White with #127DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127DD7; }
p { color: rgb(18,125,215); }
H1.HeaderClassName
{
color: #127DD7;
}
.AnyTagClassName
{
color: #127DD7;
}
</style>
background-color css
<style>
a { background-color: #127DD7; }
a { background-color: rgb(18,125,215); }
div.DivClassName
{
background-color: #127DD7;
}
.BgClassName
{
background-color: #127DD7;
}
</style>
border-color css
<style>
span { border-color: #127DD7; }
span { border-color: rgb(18,125,215); }
td.TdClassName
{
border-color: #127DD7;
}
.TagClassName
{
border-color: #127DD7;
}
</style>