Shades of Navy Blue #1068CB
Tints of Navy Blue #1068CB
RGB
CMYK
RGB Variations
Color information
#1068CB (or 0x1068CB) is known color: Navy Blue. HEX triplet: 10, 68 and CB. RGB value is (16,104,203). Sum of RGB (Red+Green+Blue) = 16+104+203=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #1068CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068CB is #EF9734. Grayscale: #585858. Windows color (decimal): -15701813 or 13330448. OLE color: 13330448.
HSL color Cylindrical-coordinate representation of color #1068CB: hue angle of 211.76º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1068CB is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 104 | 203 | - |
| CMYK | 0.92 | 0.49 | 0 | 0.20 |
| HSL | 211.76º | 0.85% | 0.43% | - |
| HSV(B) | 211.76º | 0.92% | 0.8% | - |
| XYZ | 15.94 | 14.32 | 58.42 | - |
| YUV | 88.97 | 192.35 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 104 | 203 | 0.92 | 0.49 | 0 | 0.20 | 211.76 | 0.85 | 0.43 |
| Hex | 10 | 68 | CB | 5C | 31 | 0 | 14 | D4 | 55 | 2B |
| Octal | 20 | 150 | 313 | 134 | 61 | 0 | 24 | 324 | 125 | 53 |
| Binary | 10000 | 1101000 | 11001011 | 1011100 | 110001 | 0 | 10100 | 11010100 | 1010101 | 101011 |
Color Harmonies of #1068CB
Complementary color
Monochromatic Colors of #1068CB
Black with #1068CB
Text Example
Text Example
White with #1068CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1068CB; }
p { color: rgb(16,104,203); }
H1.HeaderClassName
{
color: #1068CB;
}
.AnyTagClassName
{
color: #1068CB;
}
</style>
background-color css
<style>
a { background-color: #1068CB; }
a { background-color: rgb(16,104,203); }
div.DivClassName
{
background-color: #1068CB;
}
.BgClassName
{
background-color: #1068CB;
}
</style>
border-color css
<style>
span { border-color: #1068CB; }
span { border-color: rgb(16,104,203); }
td.TdClassName
{
border-color: #1068CB;
}
.TagClassName
{
border-color: #1068CB;
}
</style>