Shades of Navy Blue #104CED
Tints of Navy Blue #104CED
RGB
CMYK
RGB Variations
Color information
#104CED (or 0x104CED) is known color: Navy Blue. HEX triplet: 10, 4C and ED. RGB value is (16,76,237). Sum of RGB (Red+Green+Blue) = 16+76+237=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #104CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CED is #EFB312. Grayscale: #4B4B4B. Windows color (decimal): -15708947 or 15551504. OLE color: 15551504.
HSL color Cylindrical-coordinate representation of color #104CED: hue angle of 223.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CED is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 76 | 237 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.07 |
| HSL | 223.71º | 0.87% | 0.5% | - |
| HSV(B) | 223.71º | 0.93% | 0.93% | - |
| XYZ | 18.08 | 11.39 | 81.37 | - |
| YUV | 76.41 | 218.62 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 237 | 0.93 | 0.68 | 0 | 0.07 | 223.71 | 0.87 | 0.5 |
| Hex | 10 | 4C | ED | 5D | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 20 | 114 | 355 | 135 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10000 | 1001100 | 11101101 | 1011101 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #104CED
Complementary color
Monochromatic Colors of #104CED
Black with #104CED
Text Example
Text Example
White with #104CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CED; }
p { color: rgb(16,76,237); }
H1.HeaderClassName
{
color: #104CED;
}
.AnyTagClassName
{
color: #104CED;
}
</style>
background-color css
<style>
a { background-color: #104CED; }
a { background-color: rgb(16,76,237); }
div.DivClassName
{
background-color: #104CED;
}
.BgClassName
{
background-color: #104CED;
}
</style>
border-color css
<style>
span { border-color: #104CED; }
span { border-color: rgb(16,76,237); }
td.TdClassName
{
border-color: #104CED;
}
.TagClassName
{
border-color: #104CED;
}
</style>