Shades of Navy Blue #104CF0
Tints of Navy Blue #104CF0
RGB
CMYK
RGB Variations
Color information
#104CF0 (or 0x104CF0) is known color: Navy Blue. HEX triplet: 10, 4C and F0. RGB value is (16,76,240). Sum of RGB (Red+Green+Blue) = 16+76+240=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 240 (94.14% from 255 or 72.29% from 332); Max value from RGB is 240 - color contains mainly: blue. Hex color #104CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CF0 is #EFB30F. Grayscale: #4C4C4C. Windows color (decimal): -15708944 or 15748112. OLE color: 15748112.
HSL color Cylindrical-coordinate representation of color #104CF0: hue angle of 223.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CF0 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 76 | 240 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.06 |
| HSL | 223.93º | 0.88% | 0.5% | - |
| HSV(B) | 223.93º | 0.93% | 0.94% | - |
| XYZ | 18.53 | 11.57 | 83.69 | - |
| YUV | 76.76 | 220.12 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 240 | 0.93 | 0.68 | 0 | 0.06 | 223.93 | 0.88 | 0.5 |
| Hex | 10 | 4C | F0 | 5D | 44 | 0 | 6 | E0 | 58 | 32 |
| Octal | 20 | 114 | 360 | 135 | 104 | 0 | 6 | 340 | 130 | 62 |
| Binary | 10000 | 1001100 | 11110000 | 1011101 | 1000100 | 0 | 110 | 11100000 | 1011000 | 110010 |
Color Harmonies of #104CF0
Complementary color
Monochromatic Colors of #104CF0
Black with #104CF0
Text Example
Text Example
White with #104CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CF0; }
p { color: rgb(16,76,240); }
H1.HeaderClassName
{
color: #104CF0;
}
.AnyTagClassName
{
color: #104CF0;
}
</style>
background-color css
<style>
a { background-color: #104CF0; }
a { background-color: rgb(16,76,240); }
div.DivClassName
{
background-color: #104CF0;
}
.BgClassName
{
background-color: #104CF0;
}
</style>
border-color css
<style>
span { border-color: #104CF0; }
span { border-color: rgb(16,76,240); }
td.TdClassName
{
border-color: #104CF0;
}
.TagClassName
{
border-color: #104CF0;
}
</style>