Shades of Navy Blue #104BED
Tints of Navy Blue #104BED
RGB
CMYK
RGB Variations
Color information
#104BED (or 0x104BED) is known color: Navy Blue. HEX triplet: 10, 4B and ED. RGB value is (16,75,237). Sum of RGB (Red+Green+Blue) = 16+75+237=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 237 (92.97% from 255 or 72.26% from 328); Max value from RGB is 237 - color contains mainly: blue. Hex color #104BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104BED is #EFB412. Grayscale: #4B4B4B. Windows color (decimal): -15709203 or 15551248. OLE color: 15551248.
HSL color Cylindrical-coordinate representation of color #104BED: hue angle of 223.98º 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 #104BED is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 75 | 237 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.07 |
| HSL | 223.98º | 0.87% | 0.5% | - |
| HSV(B) | 223.98º | 0.93% | 0.93% | - |
| XYZ | 18.02 | 11.26 | 81.34 | - |
| YUV | 75.83 | 218.95 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 237 | 0.93 | 0.68 | 0 | 0.07 | 223.98 | 0.87 | 0.5 |
| Hex | 10 | 4B | ED | 5D | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 20 | 113 | 355 | 135 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10000 | 1001011 | 11101101 | 1011101 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #104BED
Complementary color
Monochromatic Colors of #104BED
Black with #104BED
Text Example
Text Example
White with #104BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BED; }
p { color: rgb(16,75,237); }
H1.HeaderClassName
{
color: #104BED;
}
.AnyTagClassName
{
color: #104BED;
}
</style>
background-color css
<style>
a { background-color: #104BED; }
a { background-color: rgb(16,75,237); }
div.DivClassName
{
background-color: #104BED;
}
.BgClassName
{
background-color: #104BED;
}
</style>
border-color css
<style>
span { border-color: #104BED; }
span { border-color: rgb(16,75,237); }
td.TdClassName
{
border-color: #104BED;
}
.TagClassName
{
border-color: #104BED;
}
</style>