Shades of Navy Blue #1055DF
Tints of Navy Blue #1055DF
RGB
CMYK
RGB Variations
Color information
#1055DF (or 0x1055DF) is known color: Navy Blue. HEX triplet: 10, 55 and DF. RGB value is (16,85,223). Sum of RGB (Red+Green+Blue) = 16+85+223=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #1055DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055DF is #EFAA20. Grayscale: #4F4F4F. Windows color (decimal): -15706657 or 14636304. OLE color: 14636304.
HSL color Cylindrical-coordinate representation of color #1055DF: hue angle of 220º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1055DF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 85 | 223 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.13 |
| HSL | 220º | 0.87% | 0.47% | - |
| HSV(B) | 220º | 0.93% | 0.87% | - |
| XYZ | 16.78 | 11.93 | 71.23 | - |
| YUV | 80.1 | 208.64 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 223 | 0.93 | 0.62 | 0 | 0.13 | 220 | 0.87 | 0.47 |
| Hex | 10 | 55 | DF | 5D | 3E | 0 | D | DC | 57 | 2F |
| Octal | 20 | 125 | 337 | 135 | 76 | 0 | 15 | 334 | 127 | 57 |
| Binary | 10000 | 1010101 | 11011111 | 1011101 | 111110 | 0 | 1101 | 11011100 | 1010111 | 101111 |
Color Harmonies of #1055DF
Complementary color
Monochromatic Colors of #1055DF
Black with #1055DF
Text Example
Text Example
White with #1055DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1055DF; }
p { color: rgb(16,85,223); }
H1.HeaderClassName
{
color: #1055DF;
}
.AnyTagClassName
{
color: #1055DF;
}
</style>
background-color css
<style>
a { background-color: #1055DF; }
a { background-color: rgb(16,85,223); }
div.DivClassName
{
background-color: #1055DF;
}
.BgClassName
{
background-color: #1055DF;
}
</style>
border-color css
<style>
span { border-color: #1055DF; }
span { border-color: rgb(16,85,223); }
td.TdClassName
{
border-color: #1055DF;
}
.TagClassName
{
border-color: #1055DF;
}
</style>