Shades of Navy Blue #1276D6
Tints of Navy Blue #1276D6
RGB
CMYK
RGB Variations
Color information
#1276D6 (or 0x1276D6) is known color: Navy Blue. HEX triplet: 12, 76 and D6. RGB value is (18,118,214). Sum of RGB (Red+Green+Blue) = 18+118+214=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 214 (83.98% from 255 or 61.14% from 350); Max value from RGB is 214 - color contains mainly: blue. Hex color #1276D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1276D6 is #ED8929. Grayscale: #626262. Windows color (decimal): -15567146 or 14054930. OLE color: 14054930.
HSL color Cylindrical-coordinate representation of color #1276D6: hue angle of 209.39º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1276D6 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 18 | 118 | 214 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.16 |
| HSL | 209.39º | 0.84% | 0.45% | - |
| HSV(B) | 209.39º | 0.92% | 0.84% | - |
| XYZ | 18.87 | 17.94 | 66.09 | - |
| YUV | 99.04 | 192.87 | 70.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 214 | 0.92 | 0.45 | 0 | 0.16 | 209.39 | 0.84 | 0.45 |
| Hex | 12 | 76 | D6 | 5C | 2D | 0 | 10 | D1 | 54 | 2D |
| Octal | 22 | 166 | 326 | 134 | 55 | 0 | 20 | 321 | 124 | 55 |
| Binary | 10010 | 1110110 | 11010110 | 1011100 | 101101 | 0 | 10000 | 11010001 | 1010100 | 101101 |
Color Harmonies of #1276D6
Complementary color
Monochromatic Colors of #1276D6
Black with #1276D6
Text Example
Text Example
White with #1276D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1276D6; }
p { color: rgb(18,118,214); }
H1.HeaderClassName
{
color: #1276D6;
}
.AnyTagClassName
{
color: #1276D6;
}
</style>
background-color css
<style>
a { background-color: #1276D6; }
a { background-color: rgb(18,118,214); }
div.DivClassName
{
background-color: #1276D6;
}
.BgClassName
{
background-color: #1276D6;
}
</style>
border-color css
<style>
span { border-color: #1276D6; }
span { border-color: rgb(18,118,214); }
td.TdClassName
{
border-color: #1276D6;
}
.TagClassName
{
border-color: #1276D6;
}
</style>