Shades of Navy Blue #1154DC
Tints of Navy Blue #1154DC
RGB
CMYK
RGB Variations
Color information
#1154DC (or 0x1154DC) is known color: Navy Blue. HEX triplet: 11, 54 and DC. RGB value is (17,84,220). Sum of RGB (Red+Green+Blue) = 17+84+220=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #1154DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1154DC is #EEAB23. Grayscale: #4E4E4E. Windows color (decimal): -15641380 or 14439441. OLE color: 14439441.
HSL color Cylindrical-coordinate representation of color #1154DC: hue angle of 220.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1154DC is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 84 | 220 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.14 |
| HSL | 220.2º | 0.86% | 0.46% | - |
| HSV(B) | 220.2º | 0.92% | 0.86% | - |
| XYZ | 16.32 | 11.63 | 69.09 | - |
| YUV | 79.47 | 207.3 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 84 | 220 | 0.92 | 0.62 | 0 | 0.14 | 220.2 | 0.86 | 0.46 |
| Hex | 11 | 54 | DC | 5C | 3E | 0 | E | DC | 56 | 2E |
| Octal | 21 | 124 | 334 | 134 | 76 | 0 | 16 | 334 | 126 | 56 |
| Binary | 10001 | 1010100 | 11011100 | 1011100 | 111110 | 0 | 1110 | 11011100 | 1010110 | 101110 |
Color Harmonies of #1154DC
Complementary color
Monochromatic Colors of #1154DC
Black with #1154DC
Text Example
Text Example
White with #1154DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1154DC; }
p { color: rgb(17,84,220); }
H1.HeaderClassName
{
color: #1154DC;
}
.AnyTagClassName
{
color: #1154DC;
}
</style>
background-color css
<style>
a { background-color: #1154DC; }
a { background-color: rgb(17,84,220); }
div.DivClassName
{
background-color: #1154DC;
}
.BgClassName
{
background-color: #1154DC;
}
</style>
border-color css
<style>
span { border-color: #1154DC; }
span { border-color: rgb(17,84,220); }
td.TdClassName
{
border-color: #1154DC;
}
.TagClassName
{
border-color: #1154DC;
}
</style>