Shades of Navy Blue #104BF2
Tints of Navy Blue #104BF2
RGB
CMYK
RGB Variations
Color information
#104BF2 (or 0x104BF2) is known color: Navy Blue. HEX triplet: 10, 4B and F2. RGB value is (16,75,242). Sum of RGB (Red+Green+Blue) = 16+75+242=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 242 (94.92% from 255 or 72.67% from 333); Max value from RGB is 242 - color contains mainly: blue. Hex color #104BF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104BF2 is #EFB40D. Grayscale: #4B4B4B. Windows color (decimal): -15709198 or 15878928. OLE color: 15878928.
HSL color Cylindrical-coordinate representation of color #104BF2: hue angle of 224.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104BF2 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 75 | 242 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.05 |
| HSL | 224.34º | 0.9% | 0.51% | - |
| HSV(B) | 224.34º | 0.93% | 0.95% | - |
| XYZ | 18.76 | 11.55 | 85.25 | - |
| YUV | 76.4 | 221.45 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 242 | 0.93 | 0.69 | 0 | 0.05 | 224.34 | 0.9 | 0.51 |
| Hex | 10 | 4B | F2 | 5D | 45 | 0 | 5 | E0 | 5A | 33 |
| Octal | 20 | 113 | 362 | 135 | 105 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10000 | 1001011 | 11110010 | 1011101 | 1000101 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #104BF2
Complementary color
Monochromatic Colors of #104BF2
Black with #104BF2
Text Example
Text Example
White with #104BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BF2; }
p { color: rgb(16,75,242); }
H1.HeaderClassName
{
color: #104BF2;
}
.AnyTagClassName
{
color: #104BF2;
}
</style>
background-color css
<style>
a { background-color: #104BF2; }
a { background-color: rgb(16,75,242); }
div.DivClassName
{
background-color: #104BF2;
}
.BgClassName
{
background-color: #104BF2;
}
</style>
border-color css
<style>
span { border-color: #104BF2; }
span { border-color: rgb(16,75,242); }
td.TdClassName
{
border-color: #104BF2;
}
.TagClassName
{
border-color: #104BF2;
}
</style>