Shades of Navy Blue #1246F4
Tints of Navy Blue #1246F4
RGB
CMYK
RGB Variations
Color information
#1246F4 (or 0x1246F4) is known color: Navy Blue. HEX triplet: 12, 46 and F4. RGB value is (18,70,244). Sum of RGB (Red+Green+Blue) = 18+70+244=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 244 (95.70% from 255 or 73.49% from 332); Max value from RGB is 244 - color contains mainly: blue. Hex color #1246F4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1246F4 is #EDB90B. Grayscale: #494949. Windows color (decimal): -15579404 or 16008722. OLE color: 16008722.
HSL color Cylindrical-coordinate representation of color #1246F4: hue angle of 226.19º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1246F4 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 70 | 244 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.04 |
| HSL | 226.19º | 0.91% | 0.51% | - |
| HSV(B) | 226.19º | 0.93% | 0.96% | - |
| XYZ | 18.77 | 11.04 | 86.73 | - |
| YUV | 74.29 | 223.77 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 244 | 0.93 | 0.71 | 0 | 0.04 | 226.19 | 0.91 | 0.51 |
| Hex | 12 | 46 | F4 | 5D | 47 | 0 | 4 | E2 | 5B | 33 |
| Octal | 22 | 106 | 364 | 135 | 107 | 0 | 4 | 342 | 133 | 63 |
| Binary | 10010 | 1000110 | 11110100 | 1011101 | 1000111 | 0 | 100 | 11100010 | 1011011 | 110011 |
Color Harmonies of #1246F4
Complementary color
Monochromatic Colors of #1246F4
Black with #1246F4
Text Example
Text Example
White with #1246F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246F4; }
p { color: rgb(18,70,244); }
H1.HeaderClassName
{
color: #1246F4;
}
.AnyTagClassName
{
color: #1246F4;
}
</style>
background-color css
<style>
a { background-color: #1246F4; }
a { background-color: rgb(18,70,244); }
div.DivClassName
{
background-color: #1246F4;
}
.BgClassName
{
background-color: #1246F4;
}
</style>
border-color css
<style>
span { border-color: #1246F4; }
span { border-color: rgb(18,70,244); }
td.TdClassName
{
border-color: #1246F4;
}
.TagClassName
{
border-color: #1246F4;
}
</style>