Shades of Navy Blue #1248EC
Tints of Navy Blue #1248EC
RGB
CMYK
RGB Variations
Color information
#1248EC (or 0x1248EC) is known color: Navy Blue. HEX triplet: 12, 48 and EC. RGB value is (18,72,236). Sum of RGB (Red+Green+Blue) = 18+72+236=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #1248EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1248EC is #EDB713. Grayscale: #494949. Windows color (decimal): -15578900 or 15484946. OLE color: 15484946.
HSL color Cylindrical-coordinate representation of color #1248EC: hue angle of 225.14º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1248EC is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 72 | 236 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.07 |
| HSL | 225.14º | 0.86% | 0.5% | - |
| HSV(B) | 225.14º | 0.92% | 0.93% | - |
| XYZ | 17.71 | 10.82 | 80.51 | - |
| YUV | 74.55 | 219.11 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 236 | 0.92 | 0.69 | 0 | 0.07 | 225.14 | 0.86 | 0.5 |
| Hex | 12 | 48 | EC | 5C | 45 | 0 | 7 | E1 | 56 | 32 |
| Octal | 22 | 110 | 354 | 134 | 105 | 0 | 7 | 341 | 126 | 62 |
| Binary | 10010 | 1001000 | 11101100 | 1011100 | 1000101 | 0 | 111 | 11100001 | 1010110 | 110010 |
Color Harmonies of #1248EC
Complementary color
Monochromatic Colors of #1248EC
Black with #1248EC
Text Example
Text Example
White with #1248EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1248EC; }
p { color: rgb(18,72,236); }
H1.HeaderClassName
{
color: #1248EC;
}
.AnyTagClassName
{
color: #1248EC;
}
</style>
background-color css
<style>
a { background-color: #1248EC; }
a { background-color: rgb(18,72,236); }
div.DivClassName
{
background-color: #1248EC;
}
.BgClassName
{
background-color: #1248EC;
}
</style>
border-color css
<style>
span { border-color: #1248EC; }
span { border-color: rgb(18,72,236); }
td.TdClassName
{
border-color: #1248EC;
}
.TagClassName
{
border-color: #1248EC;
}
</style>