Shades of Navy Blue #105CE0
Tints of Navy Blue #105CE0
RGB
CMYK
RGB Variations
Color information
#105CE0 (or 0x105CE0) is known color: Navy Blue. HEX triplet: 10, 5C and E0. RGB value is (16,92,224). Sum of RGB (Red+Green+Blue) = 16+92+224=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #105CE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CE0 is #EFA31F. Grayscale: #535353. Windows color (decimal): -15704864 or 14703632. OLE color: 14703632.
HSL color Cylindrical-coordinate representation of color #105CE0: hue angle of 218.08º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105CE0 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 92 | 224 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.12 |
| HSL | 218.08º | 0.87% | 0.47% | - |
| HSV(B) | 218.08º | 0.93% | 0.88% | - |
| XYZ | 17.5 | 13.15 | 72.14 | - |
| YUV | 84.32 | 206.82 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 224 | 0.93 | 0.59 | 0 | 0.12 | 218.08 | 0.87 | 0.47 |
| Hex | 10 | 5C | E0 | 5D | 3B | 0 | C | DA | 57 | 2F |
| Octal | 20 | 134 | 340 | 135 | 73 | 0 | 14 | 332 | 127 | 57 |
| Binary | 10000 | 1011100 | 11100000 | 1011101 | 111011 | 0 | 1100 | 11011010 | 1010111 | 101111 |
Color Harmonies of #105CE0
Complementary color
Monochromatic Colors of #105CE0
Black with #105CE0
Text Example
Text Example
White with #105CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CE0; }
p { color: rgb(16,92,224); }
H1.HeaderClassName
{
color: #105CE0;
}
.AnyTagClassName
{
color: #105CE0;
}
</style>
background-color css
<style>
a { background-color: #105CE0; }
a { background-color: rgb(16,92,224); }
div.DivClassName
{
background-color: #105CE0;
}
.BgClassName
{
background-color: #105CE0;
}
</style>
border-color css
<style>
span { border-color: #105CE0; }
span { border-color: rgb(16,92,224); }
td.TdClassName
{
border-color: #105CE0;
}
.TagClassName
{
border-color: #105CE0;
}
</style>