Shades of Navy Blue #1076CF
Tints of Navy Blue #1076CF
RGB
CMYK
RGB Variations
Color information
#1076CF (or 0x1076CF) is known color: Navy Blue. HEX triplet: 10, 76 and CF. RGB value is (16,118,207). Sum of RGB (Red+Green+Blue) = 16+118+207=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #1076CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076CF is #EF8930. Grayscale: #616161. Windows color (decimal): -15698225 or 13596176. OLE color: 13596176.
HSL color Cylindrical-coordinate representation of color #1076CF: hue angle of 207.96º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1076CF is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 118 | 207 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.19 |
| HSL | 207.96º | 0.86% | 0.44% | - |
| HSV(B) | 207.96º | 0.92% | 0.81% | - |
| XYZ | 17.95 | 17.57 | 61.48 | - |
| YUV | 97.65 | 189.71 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 207 | 0.92 | 0.43 | 0 | 0.19 | 207.96 | 0.86 | 0.44 |
| Hex | 10 | 76 | CF | 5C | 2B | 0 | 13 | D0 | 56 | 2C |
| Octal | 20 | 166 | 317 | 134 | 53 | 0 | 23 | 320 | 126 | 54 |
| Binary | 10000 | 1110110 | 11001111 | 1011100 | 101011 | 0 | 10011 | 11010000 | 1010110 | 101100 |
Color Harmonies of #1076CF
Complementary color
Monochromatic Colors of #1076CF
Black with #1076CF
Text Example
Text Example
White with #1076CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1076CF; }
p { color: rgb(16,118,207); }
H1.HeaderClassName
{
color: #1076CF;
}
.AnyTagClassName
{
color: #1076CF;
}
</style>
background-color css
<style>
a { background-color: #1076CF; }
a { background-color: rgb(16,118,207); }
div.DivClassName
{
background-color: #1076CF;
}
.BgClassName
{
background-color: #1076CF;
}
</style>
border-color css
<style>
span { border-color: #1076CF; }
span { border-color: rgb(16,118,207); }
td.TdClassName
{
border-color: #1076CF;
}
.TagClassName
{
border-color: #1076CF;
}
</style>