Shades of Navy Blue #105BFC
Tints of Navy Blue #105BFC
RGB
CMYK
RGB Variations
Color information
#105BFC (or 0x105BFC) is known color: Navy Blue. HEX triplet: 10, 5B and FC. RGB value is (16,91,252). Sum of RGB (Red+Green+Blue) = 16+91+252=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #105BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #105BFC is #EFA403. Grayscale: #565656. Windows color (decimal): -15705092 or 16538384. OLE color: 16538384.
HSL color Cylindrical-coordinate representation of color #105BFC: hue angle of 220.93º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #105BFC is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 91 | 252 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.01 |
| HSL | 220.93º | 0.98% | 0.53% | - |
| HSV(B) | 220.93º | 0.94% | 0.99% | - |
| XYZ | 21.53 | 14.62 | 93.78 | - |
| YUV | 86.93 | 221.15 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 91 | 252 | 0.94 | 0.64 | 0 | 0.01 | 220.93 | 0.98 | 0.53 |
| Hex | 10 | 5B | FC | 5E | 40 | 0 | 1 | DD | 62 | 35 |
| Octal | 20 | 133 | 374 | 136 | 100 | 0 | 1 | 335 | 142 | 65 |
| Binary | 10000 | 1011011 | 11111100 | 1011110 | 1000000 | 0 | 1 | 11011101 | 1100010 | 110101 |
Color Harmonies of #105BFC
Complementary color
Monochromatic Colors of #105BFC
Black with #105BFC
Text Example
Text Example
White with #105BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105BFC; }
p { color: rgb(16,91,252); }
H1.HeaderClassName
{
color: #105BFC;
}
.AnyTagClassName
{
color: #105BFC;
}
</style>
background-color css
<style>
a { background-color: #105BFC; }
a { background-color: rgb(16,91,252); }
div.DivClassName
{
background-color: #105BFC;
}
.BgClassName
{
background-color: #105BFC;
}
</style>
border-color css
<style>
span { border-color: #105BFC; }
span { border-color: rgb(16,91,252); }
td.TdClassName
{
border-color: #105BFC;
}
.TagClassName
{
border-color: #105BFC;
}
</style>