Shades of Navy Blue #104CEE
Tints of Navy Blue #104CEE
RGB
CMYK
RGB Variations
Color information
#104CEE (or 0x104CEE) is known color: Navy Blue. HEX triplet: 10, 4C and EE. RGB value is (16,76,238). Sum of RGB (Red+Green+Blue) = 16+76+238=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 238 (93.36% from 255 or 72.12% from 330); Max value from RGB is 238 - color contains mainly: blue. Hex color #104CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CEE is #EFB311. Grayscale: #4B4B4B. Windows color (decimal): -15708946 or 15617040. OLE color: 15617040.
HSL color Cylindrical-coordinate representation of color #104CEE: hue angle of 223.78º 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 #104CEE is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 76 | 238 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.07 |
| HSL | 223.78º | 0.87% | 0.5% | - |
| HSV(B) | 223.78º | 0.93% | 0.93% | - |
| XYZ | 18.23 | 11.45 | 82.14 | - |
| YUV | 76.53 | 219.12 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 238 | 0.93 | 0.68 | 0 | 0.07 | 223.78 | 0.87 | 0.5 |
| Hex | 10 | 4C | EE | 5D | 44 | 0 | 7 | E0 | 57 | 32 |
| Octal | 20 | 114 | 356 | 135 | 104 | 0 | 7 | 340 | 127 | 62 |
| Binary | 10000 | 1001100 | 11101110 | 1011101 | 1000100 | 0 | 111 | 11100000 | 1010111 | 110010 |
Color Harmonies of #104CEE
Complementary color
Monochromatic Colors of #104CEE
Black with #104CEE
Text Example
Text Example
White with #104CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CEE; }
p { color: rgb(16,76,238); }
H1.HeaderClassName
{
color: #104CEE;
}
.AnyTagClassName
{
color: #104CEE;
}
</style>
background-color css
<style>
a { background-color: #104CEE; }
a { background-color: rgb(16,76,238); }
div.DivClassName
{
background-color: #104CEE;
}
.BgClassName
{
background-color: #104CEE;
}
</style>
border-color css
<style>
span { border-color: #104CEE; }
span { border-color: rgb(16,76,238); }
td.TdClassName
{
border-color: #104CEE;
}
.TagClassName
{
border-color: #104CEE;
}
</style>