Shades of Navy Blue #1276DD
Tints of Navy Blue #1276DD
RGB
CMYK
RGB Variations
Color information
#1276DD (or 0x1276DD) is known color: Navy Blue. HEX triplet: 12, 76 and DD. RGB value is (18,118,221). Sum of RGB (Red+Green+Blue) = 18+118+221=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1276DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276DD is #ED8922. Grayscale: #636363. Windows color (decimal): -15567139 or 14513682. OLE color: 14513682.
HSL color Cylindrical-coordinate representation of color #1276DD: hue angle of 210.44º 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 #1276DD is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 118 | 221 | - |
| CMYK | 0.92 | 0.47 | 0 | 0.13 |
| HSL | 210.44º | 0.85% | 0.47% | - |
| HSV(B) | 210.44º | 0.92% | 0.87% | - |
| XYZ | 19.78 | 18.31 | 70.9 | - |
| YUV | 99.84 | 196.37 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 221 | 0.92 | 0.47 | 0 | 0.13 | 210.44 | 0.85 | 0.47 |
| Hex | 12 | 76 | DD | 5C | 2F | 0 | D | D2 | 55 | 2F |
| Octal | 22 | 166 | 335 | 134 | 57 | 0 | 15 | 322 | 125 | 57 |
| Binary | 10010 | 1110110 | 11011101 | 1011100 | 101111 | 0 | 1101 | 11010010 | 1010101 | 101111 |
Color Harmonies of #1276DD
Complementary color
Monochromatic Colors of #1276DD
Black with #1276DD
Text Example
Text Example
White with #1276DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276DD; }
p { color: rgb(18,118,221); }
H1.HeaderClassName
{
color: #1276DD;
}
.AnyTagClassName
{
color: #1276DD;
}
</style>
background-color css
<style>
a { background-color: #1276DD; }
a { background-color: rgb(18,118,221); }
div.DivClassName
{
background-color: #1276DD;
}
.BgClassName
{
background-color: #1276DD;
}
</style>
border-color css
<style>
span { border-color: #1276DD; }
span { border-color: rgb(18,118,221); }
td.TdClassName
{
border-color: #1276DD;
}
.TagClassName
{
border-color: #1276DD;
}
</style>