Shades of Navy Blue #105BF2
Tints of Navy Blue #105BF2
RGB
CMYK
RGB Variations
Color information
#105BF2 (or 0x105BF2) is known color: Navy Blue. HEX triplet: 10, 5B and F2. RGB value is (16,91,242). Sum of RGB (Red+Green+Blue) = 16+91+242=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 242 (94.92% from 255 or 69.34% from 349); Max value from RGB is 242 - color contains mainly: blue. Hex color #105BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BF2 is #EFA40D. Grayscale: #555555. Windows color (decimal): -15705102 or 15883024. OLE color: 15883024.
HSL color Cylindrical-coordinate representation of color #105BF2: hue angle of 220.09º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105BF2 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 91 | 242 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.05 |
| HSL | 220.09º | 0.9% | 0.51% | - |
| HSV(B) | 220.09º | 0.93% | 0.95% | - |
| XYZ | 19.98 | 14 | 85.65 | - |
| YUV | 85.79 | 216.15 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 242 | 0.93 | 0.62 | 0 | 0.05 | 220.09 | 0.9 | 0.51 |
| Hex | 10 | 5B | F2 | 5D | 3E | 0 | 5 | DC | 5A | 33 |
| Octal | 20 | 133 | 362 | 135 | 76 | 0 | 5 | 334 | 132 | 63 |
| Binary | 10000 | 1011011 | 11110010 | 1011101 | 111110 | 0 | 101 | 11011100 | 1011010 | 110011 |
Color Harmonies of #105BF2
Complementary color
Monochromatic Colors of #105BF2
Black with #105BF2
Text Example
Text Example
White with #105BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BF2; }
p { color: rgb(16,91,242); }
H1.HeaderClassName
{
color: #105BF2;
}
.AnyTagClassName
{
color: #105BF2;
}
</style>
background-color css
<style>
a { background-color: #105BF2; }
a { background-color: rgb(16,91,242); }
div.DivClassName
{
background-color: #105BF2;
}
.BgClassName
{
background-color: #105BF2;
}
</style>
border-color css
<style>
span { border-color: #105BF2; }
span { border-color: rgb(16,91,242); }
td.TdClassName
{
border-color: #105BF2;
}
.TagClassName
{
border-color: #105BF2;
}
</style>