Shades of Navy Blue #1266F3
Tints of Navy Blue #1266F3
RGB
CMYK
RGB Variations
Color information
#1266F3 (or 0x1266F3) is known color: Navy Blue. HEX triplet: 12, 66 and F3. RGB value is (18,102,243). Sum of RGB (Red+Green+Blue) = 18+102+243=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 243 (95.31% from 255 or 66.94% from 363); Max value from RGB is 243 - color contains mainly: blue. Hex color #1266F3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266F3 is #ED990C. Grayscale: #5C5C5C. Windows color (decimal): -15571213 or 15951378. OLE color: 15951378.
HSL color Cylindrical-coordinate representation of color #1266F3: hue angle of 217.6º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1266F3 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 102 | 243 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.05 |
| HSL | 217.6º | 0.9% | 0.51% | - |
| HSV(B) | 217.6º | 0.93% | 0.95% | - |
| XYZ | 21.18 | 16.1 | 86.79 | - |
| YUV | 92.96 | 212.67 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 102 | 243 | 0.93 | 0.58 | 0 | 0.05 | 217.6 | 0.9 | 0.51 |
| Hex | 12 | 66 | F3 | 5D | 3A | 0 | 5 | DA | 5A | 33 |
| Octal | 22 | 146 | 363 | 135 | 72 | 0 | 5 | 332 | 132 | 63 |
| Binary | 10010 | 1100110 | 11110011 | 1011101 | 111010 | 0 | 101 | 11011010 | 1011010 | 110011 |
Color Harmonies of #1266F3
Complementary color
Monochromatic Colors of #1266F3
Black with #1266F3
Text Example
Text Example
White with #1266F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1266F3; }
p { color: rgb(18,102,243); }
H1.HeaderClassName
{
color: #1266F3;
}
.AnyTagClassName
{
color: #1266F3;
}
</style>
background-color css
<style>
a { background-color: #1266F3; }
a { background-color: rgb(18,102,243); }
div.DivClassName
{
background-color: #1266F3;
}
.BgClassName
{
background-color: #1266F3;
}
</style>
border-color css
<style>
span { border-color: #1266F3; }
span { border-color: rgb(18,102,243); }
td.TdClassName
{
border-color: #1266F3;
}
.TagClassName
{
border-color: #1266F3;
}
</style>