Shades of Navy Blue #1068F0
Tints of Navy Blue #1068F0
RGB
CMYK
RGB Variations
Color information
#1068F0 (or 0x1068F0) is known color: Navy Blue. HEX triplet: 10, 68 and F0. RGB value is (16,104,240). Sum of RGB (Red+Green+Blue) = 16+104+240=360 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.44% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 240 (94.14% from 255 or 66.67% from 360); Max value from RGB is 240 - color contains mainly: blue. Hex color #1068F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1068F0 is #EF970F. Grayscale: #5C5C5C. Windows color (decimal): -15701776 or 15755280. OLE color: 15755280.
HSL color Cylindrical-coordinate representation of color #1068F0: hue angle of 216.43º 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 #1068F0 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 104 | 240 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.06 |
| HSL | 216.43º | 0.88% | 0.5% | - |
| HSV(B) | 216.43º | 0.93% | 0.94% | - |
| XYZ | 20.89 | 16.3 | 84.48 | - |
| YUV | 93.19 | 210.85 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 240 | 0.93 | 0.57 | 0 | 0.06 | 216.43 | 0.88 | 0.5 |
| Hex | 10 | 68 | F0 | 5D | 39 | 0 | 6 | D8 | 58 | 32 |
| Octal | 20 | 150 | 360 | 135 | 71 | 0 | 6 | 330 | 130 | 62 |
| Binary | 10000 | 1101000 | 11110000 | 1011101 | 111001 | 0 | 110 | 11011000 | 1011000 | 110010 |
Color Harmonies of #1068F0
Complementary color
Monochromatic Colors of #1068F0
Black with #1068F0
Text Example
Text Example
White with #1068F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068F0; }
p { color: rgb(16,104,240); }
H1.HeaderClassName
{
color: #1068F0;
}
.AnyTagClassName
{
color: #1068F0;
}
</style>
background-color css
<style>
a { background-color: #1068F0; }
a { background-color: rgb(16,104,240); }
div.DivClassName
{
background-color: #1068F0;
}
.BgClassName
{
background-color: #1068F0;
}
</style>
border-color css
<style>
span { border-color: #1068F0; }
span { border-color: rgb(16,104,240); }
td.TdClassName
{
border-color: #1068F0;
}
.TagClassName
{
border-color: #1068F0;
}
</style>