Shades of Navy Blue #1246F3
Tints of Navy Blue #1246F3
RGB
CMYK
RGB Variations
Color information
#1246F3 (or 0x1246F3) is known color: Navy Blue. HEX triplet: 12, 46 and F3. RGB value is (18,70,243). Sum of RGB (Red+Green+Blue) = 18+70+243=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 243 (95.31% from 255 or 73.41% from 331); Max value from RGB is 243 - color contains mainly: blue. Hex color #1246F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1246F3 is #EDB90C. Grayscale: #494949. Windows color (decimal): -15579405 or 15943186. OLE color: 15943186.
HSL color Cylindrical-coordinate representation of color #1246F3: hue angle of 226.13º 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 #1246F3 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 70 | 243 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.05 |
| HSL | 226.13º | 0.9% | 0.51% | - |
| HSV(B) | 226.13º | 0.93% | 0.95% | - |
| XYZ | 18.62 | 10.98 | 85.93 | - |
| YUV | 74.17 | 223.27 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 243 | 0.93 | 0.71 | 0 | 0.05 | 226.13 | 0.9 | 0.51 |
| Hex | 12 | 46 | F3 | 5D | 47 | 0 | 5 | E2 | 5A | 33 |
| Octal | 22 | 106 | 363 | 135 | 107 | 0 | 5 | 342 | 132 | 63 |
| Binary | 10010 | 1000110 | 11110011 | 1011101 | 1000111 | 0 | 101 | 11100010 | 1011010 | 110011 |
Color Harmonies of #1246F3
Complementary color
Monochromatic Colors of #1246F3
Black with #1246F3
Text Example
Text Example
White with #1246F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246F3; }
p { color: rgb(18,70,243); }
H1.HeaderClassName
{
color: #1246F3;
}
.AnyTagClassName
{
color: #1246F3;
}
</style>
background-color css
<style>
a { background-color: #1246F3; }
a { background-color: rgb(18,70,243); }
div.DivClassName
{
background-color: #1246F3;
}
.BgClassName
{
background-color: #1246F3;
}
</style>
border-color css
<style>
span { border-color: #1246F3; }
span { border-color: rgb(18,70,243); }
td.TdClassName
{
border-color: #1246F3;
}
.TagClassName
{
border-color: #1246F3;
}
</style>