Shades of Navy Blue #1148F0
Tints of Navy Blue #1148F0
RGB
CMYK
RGB Variations
Color information
#1148F0 (or 0x1148F0) is known color: Navy Blue. HEX triplet: 11, 48 and F0. RGB value is (17,72,240). Sum of RGB (Red+Green+Blue) = 17+72+240=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 240 (94.14% from 255 or 72.95% from 329); Max value from RGB is 240 - color contains mainly: blue. Hex color #1148F0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1148F0 is #EEB70F. Grayscale: #494949. Windows color (decimal): -15644432 or 15747089. OLE color: 15747089.
HSL color Cylindrical-coordinate representation of color #1148F0: hue angle of 225.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1148F0 is Cyan = 0.93, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 72 | 240 | - |
| CMYK | 0.93 | 0.7 | 0 | 0.06 |
| HSL | 225.2º | 0.88% | 0.5% | - |
| HSV(B) | 225.2º | 0.93% | 0.94% | - |
| XYZ | 18.28 | 11.05 | 83.61 | - |
| YUV | 74.71 | 221.28 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 240 | 0.93 | 0.7 | 0 | 0.06 | 225.2 | 0.88 | 0.5 |
| Hex | 11 | 48 | F0 | 5D | 46 | 0 | 6 | E1 | 58 | 32 |
| Octal | 21 | 110 | 360 | 135 | 106 | 0 | 6 | 341 | 130 | 62 |
| Binary | 10001 | 1001000 | 11110000 | 1011101 | 1000110 | 0 | 110 | 11100001 | 1011000 | 110010 |
Color Harmonies of #1148F0
Complementary color
Monochromatic Colors of #1148F0
Black with #1148F0
Text Example
Text Example
White with #1148F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1148F0; }
p { color: rgb(17,72,240); }
H1.HeaderClassName
{
color: #1148F0;
}
.AnyTagClassName
{
color: #1148F0;
}
</style>
background-color css
<style>
a { background-color: #1148F0; }
a { background-color: rgb(17,72,240); }
div.DivClassName
{
background-color: #1148F0;
}
.BgClassName
{
background-color: #1148F0;
}
</style>
border-color css
<style>
span { border-color: #1148F0; }
span { border-color: rgb(17,72,240); }
td.TdClassName
{
border-color: #1148F0;
}
.TagClassName
{
border-color: #1148F0;
}
</style>