Shades of Navy Blue #104CE7
Tints of Navy Blue #104CE7
RGB
CMYK
RGB Variations
Color information
#104CE7 (or 0x104CE7) is known color: Navy Blue. HEX triplet: 10, 4C and E7. RGB value is (16,76,231). Sum of RGB (Red+Green+Blue) = 16+76+231=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 231 (90.62% from 255 or 71.52% from 323); Max value from RGB is 231 - color contains mainly: blue. Hex color #104CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CE7 is #EFB318. Grayscale: #4B4B4B. Windows color (decimal): -15708953 or 15158288. OLE color: 15158288.
HSL color Cylindrical-coordinate representation of color #104CE7: hue angle of 223.26º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CE7 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 76 | 231 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.09 |
| HSL | 223.26º | 0.87% | 0.48% | - |
| HSV(B) | 223.26º | 0.93% | 0.91% | - |
| XYZ | 17.22 | 11.05 | 76.83 | - |
| YUV | 75.73 | 215.62 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 231 | 0.93 | 0.67 | 0 | 0.09 | 223.26 | 0.87 | 0.48 |
| Hex | 10 | 4C | E7 | 5D | 43 | 0 | 9 | DF | 57 | 30 |
| Octal | 20 | 114 | 347 | 135 | 103 | 0 | 11 | 337 | 127 | 60 |
| Binary | 10000 | 1001100 | 11100111 | 1011101 | 1000011 | 0 | 1001 | 11011111 | 1010111 | 110000 |
Color Harmonies of #104CE7
Complementary color
Monochromatic Colors of #104CE7
Black with #104CE7
Text Example
Text Example
White with #104CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CE7; }
p { color: rgb(16,76,231); }
H1.HeaderClassName
{
color: #104CE7;
}
.AnyTagClassName
{
color: #104CE7;
}
</style>
background-color css
<style>
a { background-color: #104CE7; }
a { background-color: rgb(16,76,231); }
div.DivClassName
{
background-color: #104CE7;
}
.BgClassName
{
background-color: #104CE7;
}
</style>
border-color css
<style>
span { border-color: #104CE7; }
span { border-color: rgb(16,76,231); }
td.TdClassName
{
border-color: #104CE7;
}
.TagClassName
{
border-color: #104CE7;
}
</style>