Shades of Navy Blue #1068F4
Tints of Navy Blue #1068F4
RGB
CMYK
RGB Variations
Color information
#1068F4 (or 0x1068F4) is known color: Navy Blue. HEX triplet: 10, 68 and F4. RGB value is (16,104,244). Sum of RGB (Red+Green+Blue) = 16+104+244=364 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.40% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 244 (95.70% from 255 or 67.03% from 364); Max value from RGB is 244 - color contains mainly: blue. Hex color #1068F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1068F4 is #EF970B. Grayscale: #5D5D5D. Windows color (decimal): -15701772 or 16017424. OLE color: 16017424.
HSL color Cylindrical-coordinate representation of color #1068F4: hue angle of 216.84º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1068F4 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 104 | 244 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.04 |
| HSL | 216.84º | 0.91% | 0.51% | - |
| HSV(B) | 216.84º | 0.93% | 0.96% | - |
| XYZ | 21.49 | 16.54 | 87.65 | - |
| YUV | 93.65 | 212.85 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 244 | 0.93 | 0.57 | 0 | 0.04 | 216.84 | 0.91 | 0.51 |
| Hex | 10 | 68 | F4 | 5D | 39 | 0 | 4 | D9 | 5B | 33 |
| Octal | 20 | 150 | 364 | 135 | 71 | 0 | 4 | 331 | 133 | 63 |
| Binary | 10000 | 1101000 | 11110100 | 1011101 | 111001 | 0 | 100 | 11011001 | 1011011 | 110011 |
Color Harmonies of #1068F4
Complementary color
Monochromatic Colors of #1068F4
Black with #1068F4
Text Example
Text Example
White with #1068F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068F4; }
p { color: rgb(16,104,244); }
H1.HeaderClassName
{
color: #1068F4;
}
.AnyTagClassName
{
color: #1068F4;
}
</style>
background-color css
<style>
a { background-color: #1068F4; }
a { background-color: rgb(16,104,244); }
div.DivClassName
{
background-color: #1068F4;
}
.BgClassName
{
background-color: #1068F4;
}
</style>
border-color css
<style>
span { border-color: #1068F4; }
span { border-color: rgb(16,104,244); }
td.TdClassName
{
border-color: #1068F4;
}
.TagClassName
{
border-color: #1068F4;
}
</style>