Shades of Navy Blue #105CFE
Tints of Navy Blue #105CFE
RGB
CMYK
RGB Variations
Color information
#105CFE (or 0x105CFE) is known color: Navy Blue. HEX triplet: 10, 5C and FE. RGB value is (16,92,254). Sum of RGB (Red+Green+Blue) = 16+92+254=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #105CFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105CFE is #EFA301. Grayscale: #575757. Windows color (decimal): -15704834 or 16669712. OLE color: 16669712.
HSL color Cylindrical-coordinate representation of color #105CFE: hue angle of 220.84º 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 #105CFE is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 92 | 254 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.00 |
| HSL | 220.84º | 0.99% | 0.53% | - |
| HSV(B) | 220.84º | 0.94% | 1% | - |
| XYZ | 21.93 | 14.92 | 95.49 | - |
| YUV | 87.74 | 221.82 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 254 | 0.94 | 0.64 | 0 | 0.00 | 220.84 | 0.99 | 0.53 |
| Hex | 10 | 5C | FE | 5E | 40 | 0 | 0 | DD | 63 | 35 |
| Octal | 20 | 134 | 376 | 136 | 100 | 0 | 0 | 335 | 143 | 65 |
| Binary | 10000 | 1011100 | 11111110 | 1011110 | 1000000 | 0 | 0 | 11011101 | 1100011 | 110101 |
Color Harmonies of #105CFE
Complementary color
Monochromatic Colors of #105CFE
Black with #105CFE
Text Example
Text Example
White with #105CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CFE; }
p { color: rgb(16,92,254); }
H1.HeaderClassName
{
color: #105CFE;
}
.AnyTagClassName
{
color: #105CFE;
}
</style>
background-color css
<style>
a { background-color: #105CFE; }
a { background-color: rgb(16,92,254); }
div.DivClassName
{
background-color: #105CFE;
}
.BgClassName
{
background-color: #105CFE;
}
</style>
border-color css
<style>
span { border-color: #105CFE; }
span { border-color: rgb(16,92,254); }
td.TdClassName
{
border-color: #105CFE;
}
.TagClassName
{
border-color: #105CFE;
}
</style>