Shades of Navy Blue #127BDE
Tints of Navy Blue #127BDE
RGB
CMYK
RGB Variations
Color information
#127BDE (or 0x127BDE) is known color: Navy Blue. HEX triplet: 12, 7B and DE. RGB value is (18,123,222). Sum of RGB (Red+Green+Blue) = 18+123+222=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #127BDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BDE is #ED8421. Grayscale: #666666. Windows color (decimal): -15565858 or 14580498. OLE color: 14580498.
HSL color Cylindrical-coordinate representation of color #127BDE: hue angle of 209.12º 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 #127BDE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 123 | 222 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.13 |
| HSL | 209.12º | 0.85% | 0.47% | - |
| HSV(B) | 209.12º | 0.92% | 0.87% | - |
| XYZ | 20.52 | 19.57 | 71.8 | - |
| YUV | 102.89 | 195.21 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 222 | 0.92 | 0.45 | 0 | 0.13 | 209.12 | 0.85 | 0.47 |
| Hex | 12 | 7B | DE | 5C | 2D | 0 | D | D1 | 55 | 2F |
| Octal | 22 | 173 | 336 | 134 | 55 | 0 | 15 | 321 | 125 | 57 |
| Binary | 10010 | 1111011 | 11011110 | 1011100 | 101101 | 0 | 1101 | 11010001 | 1010101 | 101111 |
Color Harmonies of #127BDE
Complementary color
Monochromatic Colors of #127BDE
Black with #127BDE
Text Example
Text Example
White with #127BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BDE; }
p { color: rgb(18,123,222); }
H1.HeaderClassName
{
color: #127BDE;
}
.AnyTagClassName
{
color: #127BDE;
}
</style>
background-color css
<style>
a { background-color: #127BDE; }
a { background-color: rgb(18,123,222); }
div.DivClassName
{
background-color: #127BDE;
}
.BgClassName
{
background-color: #127BDE;
}
</style>
border-color css
<style>
span { border-color: #127BDE; }
span { border-color: rgb(18,123,222); }
td.TdClassName
{
border-color: #127BDE;
}
.TagClassName
{
border-color: #127BDE;
}
</style>