Shades of Navy Blue #1261ED
Tints of Navy Blue #1261ED
RGB
CMYK
RGB Variations
Color information
#1261ED (or 0x1261ED) is known color: Navy Blue. HEX triplet: 12, 61 and ED. RGB value is (18,97,237). Sum of RGB (Red+Green+Blue) = 18+97+237=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #1261ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261ED is #ED9E12. Grayscale: #585858. Windows color (decimal): -15572499 or 15556882. OLE color: 15556882.
HSL color Cylindrical-coordinate representation of color #1261ED: hue angle of 218.36º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1261ED is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 97 | 237 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.07 |
| HSL | 218.36º | 0.86% | 0.5% | - |
| HSV(B) | 218.36º | 0.92% | 0.93% | - |
| XYZ | 19.81 | 14.79 | 81.93 | - |
| YUV | 89.34 | 211.33 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 237 | 0.92 | 0.59 | 0 | 0.07 | 218.36 | 0.86 | 0.5 |
| Hex | 12 | 61 | ED | 5C | 3B | 0 | 7 | DA | 56 | 32 |
| Octal | 22 | 141 | 355 | 134 | 73 | 0 | 7 | 332 | 126 | 62 |
| Binary | 10010 | 1100001 | 11101101 | 1011100 | 111011 | 0 | 111 | 11011010 | 1010110 | 110010 |
Color Harmonies of #1261ED
Complementary color
Monochromatic Colors of #1261ED
Black with #1261ED
Text Example
Text Example
White with #1261ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261ED; }
p { color: rgb(18,97,237); }
H1.HeaderClassName
{
color: #1261ED;
}
.AnyTagClassName
{
color: #1261ED;
}
</style>
background-color css
<style>
a { background-color: #1261ED; }
a { background-color: rgb(18,97,237); }
div.DivClassName
{
background-color: #1261ED;
}
.BgClassName
{
background-color: #1261ED;
}
</style>
border-color css
<style>
span { border-color: #1261ED; }
span { border-color: rgb(18,97,237); }
td.TdClassName
{
border-color: #1261ED;
}
.TagClassName
{
border-color: #1261ED;
}
</style>