Shades of Navy Blue #1261DA
Tints of Navy Blue #1261DA
RGB
CMYK
RGB Variations
Color information
#1261DA (or 0x1261DA) is known color: Navy Blue. HEX triplet: 12, 61 and DA. RGB value is (18,97,218). Sum of RGB (Red+Green+Blue) = 18+97+218=333 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.41% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #1261DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261DA is #ED9E25. Grayscale: #565656. Windows color (decimal): -15572518 or 14311698. OLE color: 14311698.
HSL color Cylindrical-coordinate representation of color #1261DA: hue angle of 216.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1261DA is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 18 | 97 | 218 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.15 |
| HSL | 216.3º | 0.85% | 0.46% | - |
| HSV(B) | 216.3º | 0.92% | 0.85% | - |
| XYZ | 17.18 | 13.74 | 68.08 | - |
| YUV | 87.17 | 201.83 | 78.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 218 | 0.92 | 0.56 | 0 | 0.15 | 216.3 | 0.85 | 0.46 |
| Hex | 12 | 61 | DA | 5C | 38 | 0 | F | D8 | 55 | 2E |
| Octal | 22 | 141 | 332 | 134 | 70 | 0 | 17 | 330 | 125 | 56 |
| Binary | 10010 | 1100001 | 11011010 | 1011100 | 111000 | 0 | 1111 | 11011000 | 1010101 | 101110 |
Color Harmonies of #1261DA
Complementary color
Monochromatic Colors of #1261DA
Black with #1261DA
Text Example
Text Example
White with #1261DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261DA; }
p { color: rgb(18,97,218); }
H1.HeaderClassName
{
color: #1261DA;
}
.AnyTagClassName
{
color: #1261DA;
}
</style>
background-color css
<style>
a { background-color: #1261DA; }
a { background-color: rgb(18,97,218); }
div.DivClassName
{
background-color: #1261DA;
}
.BgClassName
{
background-color: #1261DA;
}
</style>
border-color css
<style>
span { border-color: #1261DA; }
span { border-color: rgb(18,97,218); }
td.TdClassName
{
border-color: #1261DA;
}
.TagClassName
{
border-color: #1261DA;
}
</style>