Shades of Navy Blue #1058FF
Tints of Navy Blue #1058FF
RGB
CMYK
RGB Variations
Color information
#1058FF (or 0x1058FF) is known color: Navy Blue. HEX triplet: 10, 58 and FF. RGB value is (16,88,255). Sum of RGB (Red+Green+Blue) = 16+88+255=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #1058FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058FF is #EFA700. Grayscale: #545454. Windows color (decimal): -15705857 or 16734224. OLE color: 16734224.
HSL color Cylindrical-coordinate representation of color #1058FF: hue angle of 221.92º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1058FF is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 88 | 255 | - |
| CMYK | 0.94 | 0.65 | 0 | 0 |
| HSL | 221.92º | 1% | 0.53% | - |
| HSV(B) | 221.92º | 0.94% | 1% | - |
| XYZ | 21.75 | 14.31 | 96.22 | - |
| YUV | 85.51 | 223.65 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 88 | 255 | 0.94 | 0.65 | 0 | 0 | 221.92 | 1 | 0.53 |
| Hex | 10 | 58 | FF | 5E | 41 | 0 | 0 | DE | 64 | 35 |
| Octal | 20 | 130 | 377 | 136 | 101 | 0 | 0 | 336 | 144 | 65 |
| Binary | 10000 | 1011000 | 11111111 | 1011110 | 1000001 | 0 | 0 | 11011110 | 1100100 | 110101 |
Color Harmonies of #1058FF
Complementary color
Monochromatic Colors of #1058FF
Black with #1058FF
Text Example
Text Example
White with #1058FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1058FF; }
p { color: rgb(16,88,255); }
H1.HeaderClassName
{
color: #1058FF;
}
.AnyTagClassName
{
color: #1058FF;
}
</style>
background-color css
<style>
a { background-color: #1058FF; }
a { background-color: rgb(16,88,255); }
div.DivClassName
{
background-color: #1058FF;
}
.BgClassName
{
background-color: #1058FF;
}
</style>
border-color css
<style>
span { border-color: #1058FF; }
span { border-color: rgb(16,88,255); }
td.TdClassName
{
border-color: #1058FF;
}
.TagClassName
{
border-color: #1058FF;
}
</style>