Shades of Navy Blue #105FF3
Tints of Navy Blue #105FF3
RGB
CMYK
RGB Variations
Color information
#105FF3 (or 0x105FF3) is known color: Navy Blue. HEX triplet: 10, 5F and F3. RGB value is (16,95,243). Sum of RGB (Red+Green+Blue) = 16+95+243=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 243 (95.31% from 255 or 68.64% from 354); Max value from RGB is 243 - color contains mainly: blue. Hex color #105FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105FF3 is #EFA00C. Grayscale: #575757. Windows color (decimal): -15704077 or 15949584. OLE color: 15949584.
HSL color Cylindrical-coordinate representation of color #105FF3: hue angle of 219.12º 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 #105FF3 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 95 | 243 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.05 |
| HSL | 219.12º | 0.9% | 0.51% | - |
| HSV(B) | 219.12º | 0.93% | 0.95% | - |
| XYZ | 20.48 | 14.77 | 86.56 | - |
| YUV | 88.25 | 215.33 | 76.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 95 | 243 | 0.93 | 0.61 | 0 | 0.05 | 219.12 | 0.9 | 0.51 |
| Hex | 10 | 5F | F3 | 5D | 3D | 0 | 5 | DB | 5A | 33 |
| Octal | 20 | 137 | 363 | 135 | 75 | 0 | 5 | 333 | 132 | 63 |
| Binary | 10000 | 1011111 | 11110011 | 1011101 | 111101 | 0 | 101 | 11011011 | 1011010 | 110011 |
Color Harmonies of #105FF3
Complementary color
Monochromatic Colors of #105FF3
Black with #105FF3
Text Example
Text Example
White with #105FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105FF3; }
p { color: rgb(16,95,243); }
H1.HeaderClassName
{
color: #105FF3;
}
.AnyTagClassName
{
color: #105FF3;
}
</style>
background-color css
<style>
a { background-color: #105FF3; }
a { background-color: rgb(16,95,243); }
div.DivClassName
{
background-color: #105FF3;
}
.BgClassName
{
background-color: #105FF3;
}
</style>
border-color css
<style>
span { border-color: #105FF3; }
span { border-color: rgb(16,95,243); }
td.TdClassName
{
border-color: #105FF3;
}
.TagClassName
{
border-color: #105FF3;
}
</style>