Shades of Navy Blue #1261DD
Tints of Navy Blue #1261DD
RGB
CMYK
RGB Variations
Color information
#1261DD (or 0x1261DD) is known color: Navy Blue. HEX triplet: 12, 61 and DD. RGB value is (18,97,221). Sum of RGB (Red+Green+Blue) = 18+97+221=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #1261DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261DD is #ED9E22. Grayscale: #565656. Windows color (decimal): -15572515 or 14508306. OLE color: 14508306.
HSL color Cylindrical-coordinate representation of color #1261DD: hue angle of 216.65º 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 #1261DD is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 97 | 221 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.13 |
| HSL | 216.65º | 0.85% | 0.47% | - |
| HSV(B) | 216.65º | 0.92% | 0.87% | - |
| XYZ | 17.58 | 13.9 | 70.16 | - |
| YUV | 87.52 | 203.33 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 221 | 0.92 | 0.56 | 0 | 0.13 | 216.65 | 0.85 | 0.47 |
| Hex | 12 | 61 | DD | 5C | 38 | 0 | D | D9 | 55 | 2F |
| Octal | 22 | 141 | 335 | 134 | 70 | 0 | 15 | 331 | 125 | 57 |
| Binary | 10010 | 1100001 | 11011101 | 1011100 | 111000 | 0 | 1101 | 11011001 | 1010101 | 101111 |
Color Harmonies of #1261DD
Complementary color
Monochromatic Colors of #1261DD
Black with #1261DD
Text Example
Text Example
White with #1261DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261DD; }
p { color: rgb(18,97,221); }
H1.HeaderClassName
{
color: #1261DD;
}
.AnyTagClassName
{
color: #1261DD;
}
</style>
background-color css
<style>
a { background-color: #1261DD; }
a { background-color: rgb(18,97,221); }
div.DivClassName
{
background-color: #1261DD;
}
.BgClassName
{
background-color: #1261DD;
}
</style>
border-color css
<style>
span { border-color: #1261DD; }
span { border-color: rgb(18,97,221); }
td.TdClassName
{
border-color: #1261DD;
}
.TagClassName
{
border-color: #1261DD;
}
</style>