Shades of Navy Blue #1248ED
Tints of Navy Blue #1248ED
RGB
CMYK
RGB Variations
Color information
#1248ED (or 0x1248ED) is known color: Navy Blue. HEX triplet: 12, 48 and ED. RGB value is (18,72,237). Sum of RGB (Red+Green+Blue) = 18+72+237=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #1248ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1248ED is #EDB712. Grayscale: #494949. Windows color (decimal): -15578899 or 15550482. OLE color: 15550482.
HSL color Cylindrical-coordinate representation of color #1248ED: hue angle of 225.21º 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 #1248ED is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 18 | 72 | 237 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.07 |
| HSL | 225.21º | 0.86% | 0.5% | - |
| HSV(B) | 225.21º | 0.92% | 0.93% | - |
| XYZ | 17.85 | 10.88 | 81.28 | - |
| YUV | 74.66 | 219.61 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 72 | 237 | 0.92 | 0.70 | 0 | 0.07 | 225.21 | 0.86 | 0.5 |
| Hex | 12 | 48 | ED | 5C | 46 | 0 | 7 | E1 | 56 | 32 |
| Octal | 22 | 110 | 355 | 134 | 106 | 0 | 7 | 341 | 126 | 62 |
| Binary | 10010 | 1001000 | 11101101 | 1011100 | 1000110 | 0 | 111 | 11100001 | 1010110 | 110010 |
Color Harmonies of #1248ED
Complementary color
Monochromatic Colors of #1248ED
Black with #1248ED
Text Example
Text Example
White with #1248ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1248ED; }
p { color: rgb(18,72,237); }
H1.HeaderClassName
{
color: #1248ED;
}
.AnyTagClassName
{
color: #1248ED;
}
</style>
background-color css
<style>
a { background-color: #1248ED; }
a { background-color: rgb(18,72,237); }
div.DivClassName
{
background-color: #1248ED;
}
.BgClassName
{
background-color: #1248ED;
}
</style>
border-color css
<style>
span { border-color: #1248ED; }
span { border-color: rgb(18,72,237); }
td.TdClassName
{
border-color: #1248ED;
}
.TagClassName
{
border-color: #1248ED;
}
</style>