Shades of Navy Blue #1261EA
Tints of Navy Blue #1261EA
RGB
CMYK
RGB Variations
Color information
#1261EA (or 0x1261EA) is known color: Navy Blue. HEX triplet: 12, 61 and EA. RGB value is (18,97,234). Sum of RGB (Red+Green+Blue) = 18+97+234=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #1261EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1261EA is #ED9E15. Grayscale: #585858. Windows color (decimal): -15572502 or 15360274. OLE color: 15360274.
HSL color Cylindrical-coordinate representation of color #1261EA: hue angle of 218.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1261EA is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 97 | 234 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.08 |
| HSL | 218.06º | 0.86% | 0.49% | - |
| HSV(B) | 218.06º | 0.92% | 0.92% | - |
| XYZ | 19.38 | 14.62 | 79.64 | - |
| YUV | 89 | 209.83 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 97 | 234 | 0.92 | 0.59 | 0 | 0.08 | 218.06 | 0.86 | 0.49 |
| Hex | 12 | 61 | EA | 5C | 3B | 0 | 8 | DA | 56 | 31 |
| Octal | 22 | 141 | 352 | 134 | 73 | 0 | 10 | 332 | 126 | 61 |
| Binary | 10010 | 1100001 | 11101010 | 1011100 | 111011 | 0 | 1000 | 11011010 | 1010110 | 110001 |
Color Harmonies of #1261EA
Complementary color
Monochromatic Colors of #1261EA
Black with #1261EA
Text Example
Text Example
White with #1261EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1261EA; }
p { color: rgb(18,97,234); }
H1.HeaderClassName
{
color: #1261EA;
}
.AnyTagClassName
{
color: #1261EA;
}
</style>
background-color css
<style>
a { background-color: #1261EA; }
a { background-color: rgb(18,97,234); }
div.DivClassName
{
background-color: #1261EA;
}
.BgClassName
{
background-color: #1261EA;
}
</style>
border-color css
<style>
span { border-color: #1261EA; }
span { border-color: rgb(18,97,234); }
td.TdClassName
{
border-color: #1261EA;
}
.TagClassName
{
border-color: #1261EA;
}
</style>