Shades of Navy Blue #1247F1
Tints of Navy Blue #1247F1
RGB
CMYK
RGB Variations
Color information
#1247F1 (or 0x1247F1) is known color: Navy Blue. HEX triplet: 12, 47 and F1. RGB value is (18,71,241). Sum of RGB (Red+Green+Blue) = 18+71+241=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 241 (94.53% from 255 or 73.03% from 330); Max value from RGB is 241 - color contains mainly: blue. Hex color #1247F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1247F1 is #EDB80E. Grayscale: #494949. Windows color (decimal): -15579151 or 15812370. OLE color: 15812370.
HSL color Cylindrical-coordinate representation of color #1247F1: hue angle of 225.74º degrees, saturation: 0.89, 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 #1247F1 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 18 | 71 | 241 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.05 |
| HSL | 225.74º | 0.89% | 0.51% | - |
| HSV(B) | 225.74º | 0.93% | 0.95% | - |
| XYZ | 18.38 | 10.99 | 84.37 | - |
| YUV | 74.53 | 221.94 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 71 | 241 | 0.93 | 0.71 | 0 | 0.05 | 225.74 | 0.89 | 0.51 |
| Hex | 12 | 47 | F1 | 5D | 47 | 0 | 5 | E2 | 59 | 33 |
| Octal | 22 | 107 | 361 | 135 | 107 | 0 | 5 | 342 | 131 | 63 |
| Binary | 10010 | 1000111 | 11110001 | 1011101 | 1000111 | 0 | 101 | 11100010 | 1011001 | 110011 |
Color Harmonies of #1247F1
Complementary color
Monochromatic Colors of #1247F1
Black with #1247F1
Text Example
Text Example
White with #1247F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1247F1; }
p { color: rgb(18,71,241); }
H1.HeaderClassName
{
color: #1247F1;
}
.AnyTagClassName
{
color: #1247F1;
}
</style>
background-color css
<style>
a { background-color: #1247F1; }
a { background-color: rgb(18,71,241); }
div.DivClassName
{
background-color: #1247F1;
}
.BgClassName
{
background-color: #1247F1;
}
</style>
border-color css
<style>
span { border-color: #1247F1; }
span { border-color: rgb(18,71,241); }
td.TdClassName
{
border-color: #1247F1;
}
.TagClassName
{
border-color: #1247F1;
}
</style>