Shades of Navy Blue #1276D1
Tints of Navy Blue #1276D1
RGB
CMYK
RGB Variations
Color information
#1276D1 (or 0x1276D1) is known color: Navy Blue. HEX triplet: 12, 76 and D1. RGB value is (18,118,209). Sum of RGB (Red+Green+Blue) = 18+118+209=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 209 (82.03% from 255 or 60.58% from 345); Max value from RGB is 209 - color contains mainly: blue. Hex color #1276D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276D1 is #ED892E. Grayscale: #626262. Windows color (decimal): -15567151 or 13727250. OLE color: 13727250.
HSL color Cylindrical-coordinate representation of color #1276D1: hue angle of 208.59º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1276D1 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 18 | 118 | 209 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.18 |
| HSL | 208.59º | 0.84% | 0.45% | - |
| HSV(B) | 208.59º | 0.91% | 0.82% | - |
| XYZ | 18.24 | 17.69 | 62.77 | - |
| YUV | 98.47 | 190.37 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 209 | 0.91 | 0.44 | 0 | 0.18 | 208.59 | 0.84 | 0.45 |
| Hex | 12 | 76 | D1 | 5B | 2C | 0 | 12 | D1 | 54 | 2D |
| Octal | 22 | 166 | 321 | 133 | 54 | 0 | 22 | 321 | 124 | 55 |
| Binary | 10010 | 1110110 | 11010001 | 1011011 | 101100 | 0 | 10010 | 11010001 | 1010100 | 101101 |
Color Harmonies of #1276D1
Complementary color
Monochromatic Colors of #1276D1
Black with #1276D1
Text Example
Text Example
White with #1276D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276D1; }
p { color: rgb(18,118,209); }
H1.HeaderClassName
{
color: #1276D1;
}
.AnyTagClassName
{
color: #1276D1;
}
</style>
background-color css
<style>
a { background-color: #1276D1; }
a { background-color: rgb(18,118,209); }
div.DivClassName
{
background-color: #1276D1;
}
.BgClassName
{
background-color: #1276D1;
}
</style>
border-color css
<style>
span { border-color: #1276D1; }
span { border-color: rgb(18,118,209); }
td.TdClassName
{
border-color: #1276D1;
}
.TagClassName
{
border-color: #1276D1;
}
</style>