Shades of Navy Blue #1266EA
Tints of Navy Blue #1266EA
RGB
CMYK
RGB Variations
Color information
#1266EA (or 0x1266EA) is known color: Navy Blue. HEX triplet: 12, 66 and EA. RGB value is (18,102,234). Sum of RGB (Red+Green+Blue) = 18+102+234=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 234 (91.80% from 255 or 66.10% from 354); Max value from RGB is 234 - color contains mainly: blue. Hex color #1266EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266EA is #ED9915. Grayscale: #5B5B5B. Windows color (decimal): -15571222 or 15361554. OLE color: 15361554.
HSL color Cylindrical-coordinate representation of color #1266EA: hue angle of 216.67º 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 #1266EA is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 18 | 102 | 234 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.08 |
| HSL | 216.67º | 0.86% | 0.49% | - |
| HSV(B) | 216.67º | 0.92% | 0.92% | - |
| XYZ | 19.85 | 15.57 | 79.8 | - |
| YUV | 91.93 | 208.17 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 234 | 0.92 | 0.56 | 0 | 0.08 | 216.67 | 0.86 | 0.49 |
| Hex | 12 | 66 | EA | 5C | 38 | 0 | 8 | D9 | 56 | 31 |
| Octal | 22 | 146 | 352 | 134 | 70 | 0 | 10 | 331 | 126 | 61 |
| Binary | 10010 | 1100110 | 11101010 | 1011100 | 111000 | 0 | 1000 | 11011001 | 1010110 | 110001 |
Color Harmonies of #1266EA
Complementary color
Monochromatic Colors of #1266EA
Black with #1266EA
Text Example
Text Example
White with #1266EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266EA; }
p { color: rgb(18,102,234); }
H1.HeaderClassName
{
color: #1266EA;
}
.AnyTagClassName
{
color: #1266EA;
}
</style>
background-color css
<style>
a { background-color: #1266EA; }
a { background-color: rgb(18,102,234); }
div.DivClassName
{
background-color: #1266EA;
}
.BgClassName
{
background-color: #1266EA;
}
</style>
border-color css
<style>
span { border-color: #1266EA; }
span { border-color: rgb(18,102,234); }
td.TdClassName
{
border-color: #1266EA;
}
.TagClassName
{
border-color: #1266EA;
}
</style>