Shades of Navy Blue #127ADC
Tints of Navy Blue #127ADC
RGB
CMYK
RGB Variations
Color information
#127ADC (or 0x127ADC) is known color: Navy Blue. HEX triplet: 12, 7A and DC. RGB value is (18,122,220). Sum of RGB (Red+Green+Blue) = 18+122+220=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #127ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ADC is #ED8523. Grayscale: #656565. Windows color (decimal): -15566116 or 14449170. OLE color: 14449170.
HSL color Cylindrical-coordinate representation of color #127ADC: hue angle of 209.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #127ADC is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 18 | 122 | 220 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.14 |
| HSL | 209.11º | 0.85% | 0.47% | - |
| HSV(B) | 209.11º | 0.92% | 0.86% | - |
| XYZ | 20.13 | 19.21 | 70.36 | - |
| YUV | 102.08 | 194.54 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 220 | 0.92 | 0.45 | 0 | 0.14 | 209.11 | 0.85 | 0.47 |
| Hex | 12 | 7A | DC | 5C | 2D | 0 | E | D1 | 55 | 2F |
| Octal | 22 | 172 | 334 | 134 | 55 | 0 | 16 | 321 | 125 | 57 |
| Binary | 10010 | 1111010 | 11011100 | 1011100 | 101101 | 0 | 1110 | 11010001 | 1010101 | 101111 |
Color Harmonies of #127ADC
Complementary color
Monochromatic Colors of #127ADC
Black with #127ADC
Text Example
Text Example
White with #127ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ADC; }
p { color: rgb(18,122,220); }
H1.HeaderClassName
{
color: #127ADC;
}
.AnyTagClassName
{
color: #127ADC;
}
</style>
background-color css
<style>
a { background-color: #127ADC; }
a { background-color: rgb(18,122,220); }
div.DivClassName
{
background-color: #127ADC;
}
.BgClassName
{
background-color: #127ADC;
}
</style>
border-color css
<style>
span { border-color: #127ADC; }
span { border-color: rgb(18,122,220); }
td.TdClassName
{
border-color: #127ADC;
}
.TagClassName
{
border-color: #127ADC;
}
</style>