Shades of Navy Blue #1155FC
Tints of Navy Blue #1155FC
RGB
CMYK
RGB Variations
Color information
#1155FC (or 0x1155FC) is known color: Navy Blue. HEX triplet: 11, 55 and FC. RGB value is (17,85,252). Sum of RGB (Red+Green+Blue) = 17+85+252=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #1155FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1155FC is #EEAA03. Grayscale: #525252. Windows color (decimal): -15641092 or 16536849. OLE color: 16536849.
HSL color Cylindrical-coordinate representation of color #1155FC: hue angle of 222.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1155FC is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 85 | 252 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.01 |
| HSL | 222.64º | 0.98% | 0.53% | - |
| HSV(B) | 222.64º | 0.93% | 0.99% | - |
| XYZ | 21.05 | 13.64 | 93.62 | - |
| YUV | 83.71 | 222.97 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 252 | 0.93 | 0.66 | 0 | 0.01 | 222.64 | 0.98 | 0.53 |
| Hex | 11 | 55 | FC | 5D | 42 | 0 | 1 | DF | 62 | 35 |
| Octal | 21 | 125 | 374 | 135 | 102 | 0 | 1 | 337 | 142 | 65 |
| Binary | 10001 | 1010101 | 11111100 | 1011101 | 1000010 | 0 | 1 | 11011111 | 1100010 | 110101 |
Color Harmonies of #1155FC
Complementary color
Monochromatic Colors of #1155FC
Black with #1155FC
Text Example
Text Example
White with #1155FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155FC; }
p { color: rgb(17,85,252); }
H1.HeaderClassName
{
color: #1155FC;
}
.AnyTagClassName
{
color: #1155FC;
}
</style>
background-color css
<style>
a { background-color: #1155FC; }
a { background-color: rgb(17,85,252); }
div.DivClassName
{
background-color: #1155FC;
}
.BgClassName
{
background-color: #1155FC;
}
</style>
border-color css
<style>
span { border-color: #1155FC; }
span { border-color: rgb(17,85,252); }
td.TdClassName
{
border-color: #1155FC;
}
.TagClassName
{
border-color: #1155FC;
}
</style>