Shades of Navy Blue #1249E8
Tints of Navy Blue #1249E8
RGB
CMYK
RGB Variations
Color information
#1249E8 (or 0x1249E8) is known color: Navy Blue. HEX triplet: 12, 49 and E8. RGB value is (18,73,232). Sum of RGB (Red+Green+Blue) = 18+73+232=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 232 (91.02% from 255 or 71.83% from 323); Max value from RGB is 232 - color contains mainly: blue. Hex color #1249E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249E8 is #EDB617. Grayscale: #494949. Windows color (decimal): -15578648 or 15223058. OLE color: 15223058.
HSL color Cylindrical-coordinate representation of color #1249E8: hue angle of 224.58º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1249E8 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 18 | 73 | 232 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.09 |
| HSL | 224.58º | 0.86% | 0.49% | - |
| HSV(B) | 224.58º | 0.92% | 0.91% | - |
| XYZ | 17.2 | 10.72 | 77.51 | - |
| YUV | 74.68 | 216.78 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 232 | 0.92 | 0.69 | 0 | 0.09 | 224.58 | 0.86 | 0.49 |
| Hex | 12 | 49 | E8 | 5C | 45 | 0 | 9 | E1 | 56 | 31 |
| Octal | 22 | 111 | 350 | 134 | 105 | 0 | 11 | 341 | 126 | 61 |
| Binary | 10010 | 1001001 | 11101000 | 1011100 | 1000101 | 0 | 1001 | 11100001 | 1010110 | 110001 |
Color Harmonies of #1249E8
Complementary color
Monochromatic Colors of #1249E8
Black with #1249E8
Text Example
Text Example
White with #1249E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249E8; }
p { color: rgb(18,73,232); }
H1.HeaderClassName
{
color: #1249E8;
}
.AnyTagClassName
{
color: #1249E8;
}
</style>
background-color css
<style>
a { background-color: #1249E8; }
a { background-color: rgb(18,73,232); }
div.DivClassName
{
background-color: #1249E8;
}
.BgClassName
{
background-color: #1249E8;
}
</style>
border-color css
<style>
span { border-color: #1249E8; }
span { border-color: rgb(18,73,232); }
td.TdClassName
{
border-color: #1249E8;
}
.TagClassName
{
border-color: #1249E8;
}
</style>