Shades of Navy Blue #1055FE
Tints of Navy Blue #1055FE
RGB
CMYK
RGB Variations
Color information
#1055FE (or 0x1055FE) is known color: Navy Blue. HEX triplet: 10, 55 and FE. RGB value is (16,85,254). Sum of RGB (Red+Green+Blue) = 16+85+254=355 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.51% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #1055FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1055FE is #EFAA01. Grayscale: #525252. Windows color (decimal): -15706626 or 16667920. OLE color: 16667920.
HSL color Cylindrical-coordinate representation of color #1055FE: hue angle of 222.61º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1055FE is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 85 | 254 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.00 |
| HSL | 222.61º | 0.99% | 0.53% | - |
| HSV(B) | 222.61º | 0.94% | 1% | - |
| XYZ | 21.35 | 13.76 | 95.3 | - |
| YUV | 83.64 | 224.14 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 85 | 254 | 0.94 | 0.67 | 0 | 0.00 | 222.61 | 0.99 | 0.53 |
| Hex | 10 | 55 | FE | 5E | 43 | 0 | 0 | DF | 63 | 35 |
| Octal | 20 | 125 | 376 | 136 | 103 | 0 | 0 | 337 | 143 | 65 |
| Binary | 10000 | 1010101 | 11111110 | 1011110 | 1000011 | 0 | 0 | 11011111 | 1100011 | 110101 |
Color Harmonies of #1055FE
Complementary color
Monochromatic Colors of #1055FE
Black with #1055FE
Text Example
Text Example
White with #1055FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1055FE; }
p { color: rgb(16,85,254); }
H1.HeaderClassName
{
color: #1055FE;
}
.AnyTagClassName
{
color: #1055FE;
}
</style>
background-color css
<style>
a { background-color: #1055FE; }
a { background-color: rgb(16,85,254); }
div.DivClassName
{
background-color: #1055FE;
}
.BgClassName
{
background-color: #1055FE;
}
</style>
border-color css
<style>
span { border-color: #1055FE; }
span { border-color: rgb(16,85,254); }
td.TdClassName
{
border-color: #1055FE;
}
.TagClassName
{
border-color: #1055FE;
}
</style>