Shades of Navy Blue #105CE5
Tints of Navy Blue #105CE5
RGB
CMYK
RGB Variations
Color information
#105CE5 (or 0x105CE5) is known color: Navy Blue. HEX triplet: 10, 5C and E5. RGB value is (16,92,229). Sum of RGB (Red+Green+Blue) = 16+92+229=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 229 (89.84% from 255 or 67.95% from 337); Max value from RGB is 229 - color contains mainly: blue. Hex color #105CE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CE5 is #EFA31A. Grayscale: #545454. Windows color (decimal): -15704859 or 15031312. OLE color: 15031312.
HSL color Cylindrical-coordinate representation of color #105CE5: hue angle of 218.59º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #105CE5 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 16 | 92 | 229 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.10 |
| HSL | 218.59º | 0.87% | 0.48% | - |
| HSV(B) | 218.59º | 0.93% | 0.9% | - |
| XYZ | 18.18 | 13.42 | 75.76 | - |
| YUV | 84.89 | 209.32 | 78.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 92 | 229 | 0.93 | 0.60 | 0 | 0.10 | 218.59 | 0.87 | 0.48 |
| Hex | 10 | 5C | E5 | 5D | 3C | 0 | A | DB | 57 | 30 |
| Octal | 20 | 134 | 345 | 135 | 74 | 0 | 12 | 333 | 127 | 60 |
| Binary | 10000 | 1011100 | 11100101 | 1011101 | 111100 | 0 | 1010 | 11011011 | 1010111 | 110000 |
Color Harmonies of #105CE5
Complementary color
Monochromatic Colors of #105CE5
Black with #105CE5
Text Example
Text Example
White with #105CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #105CE5; }
p { color: rgb(16,92,229); }
H1.HeaderClassName
{
color: #105CE5;
}
.AnyTagClassName
{
color: #105CE5;
}
</style>
background-color css
<style>
a { background-color: #105CE5; }
a { background-color: rgb(16,92,229); }
div.DivClassName
{
background-color: #105CE5;
}
.BgClassName
{
background-color: #105CE5;
}
</style>
border-color css
<style>
span { border-color: #105CE5; }
span { border-color: rgb(16,92,229); }
td.TdClassName
{
border-color: #105CE5;
}
.TagClassName
{
border-color: #105CE5;
}
</style>