Shades of Navy Blue #105CF1
Tints of Navy Blue #105CF1
RGB
CMYK
RGB Variations
Color information
#105CF1 (or 0x105CF1) is known color: Navy Blue. HEX triplet: 10, 5C and F1. RGB value is (16,92,241). Sum of RGB (Red+Green+Blue) = 16+92+241=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 241 (94.53% from 255 or 69.05% from 349); Max value from RGB is 241 - color contains mainly: blue. Hex color #105CF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105CF1 is #EFA30E. Grayscale: #555555. Windows color (decimal): -15704847 or 15817744. OLE color: 15817744.
HSL color Cylindrical-coordinate representation of color #105CF1: hue angle of 219.73º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105CF1 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 92 | 241 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 219.73º | 0.89% | 0.5% | - |
| HSV(B) | 219.73º | 0.93% | 0.95% | - |
| XYZ | 19.92 | 14.12 | 84.89 | - |
| YUV | 86.26 | 215.32 | 77.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 241 | 0.93 | 0.62 | 0 | 0.05 | 219.73 | 0.89 | 0.5 |
| Hex | 10 | 5C | F1 | 5D | 3E | 0 | 5 | DC | 59 | 32 |
| Octal | 20 | 134 | 361 | 135 | 76 | 0 | 5 | 334 | 131 | 62 |
| Binary | 10000 | 1011100 | 11110001 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011001 | 110010 |
Color Harmonies of #105CF1
Complementary color
Monochromatic Colors of #105CF1
Black with #105CF1
Text Example
Text Example
White with #105CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CF1; }
p { color: rgb(16,92,241); }
H1.HeaderClassName
{
color: #105CF1;
}
.AnyTagClassName
{
color: #105CF1;
}
</style>
background-color css
<style>
a { background-color: #105CF1; }
a { background-color: rgb(16,92,241); }
div.DivClassName
{
background-color: #105CF1;
}
.BgClassName
{
background-color: #105CF1;
}
</style>
border-color css
<style>
span { border-color: #105CF1; }
span { border-color: rgb(16,92,241); }
td.TdClassName
{
border-color: #105CF1;
}
.TagClassName
{
border-color: #105CF1;
}
</style>