Shades of Navy Blue #127ECF
Tints of Navy Blue #127ECF
RGB
CMYK
RGB Variations
Color information
#127ECF (or 0x127ECF) is known color: Navy Blue. HEX triplet: 12, 7E and CF. RGB value is (18,126,207). Sum of RGB (Red+Green+Blue) = 18+126+207=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #127ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ECF is #ED8130. Grayscale: #666666. Windows color (decimal): -15565105 or 13598226. OLE color: 13598226.
HSL color Cylindrical-coordinate representation of color #127ECF: hue angle of 205.71º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127ECF is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 126 | 207 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.19 |
| HSL | 205.71º | 0.84% | 0.44% | - |
| HSV(B) | 205.71º | 0.91% | 0.81% | - |
| XYZ | 18.97 | 19.56 | 61.81 | - |
| YUV | 102.94 | 186.72 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 207 | 0.91 | 0.39 | 0 | 0.19 | 205.71 | 0.84 | 0.44 |
| Hex | 12 | 7E | CF | 5B | 27 | 0 | 13 | CE | 54 | 2C |
| Octal | 22 | 176 | 317 | 133 | 47 | 0 | 23 | 316 | 124 | 54 |
| Binary | 10010 | 1111110 | 11001111 | 1011011 | 100111 | 0 | 10011 | 11001110 | 1010100 | 101100 |
Color Harmonies of #127ECF
Complementary color
Monochromatic Colors of #127ECF
Black with #127ECF
Text Example
Text Example
White with #127ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ECF; }
p { color: rgb(18,126,207); }
H1.HeaderClassName
{
color: #127ECF;
}
.AnyTagClassName
{
color: #127ECF;
}
</style>
background-color css
<style>
a { background-color: #127ECF; }
a { background-color: rgb(18,126,207); }
div.DivClassName
{
background-color: #127ECF;
}
.BgClassName
{
background-color: #127ECF;
}
</style>
border-color css
<style>
span { border-color: #127ECF; }
span { border-color: rgb(18,126,207); }
td.TdClassName
{
border-color: #127ECF;
}
.TagClassName
{
border-color: #127ECF;
}
</style>