Shades of Navy Blue #1078CF
Tints of Navy Blue #1078CF
RGB
CMYK
RGB Variations
Color information
#1078CF (or 0x1078CF) is known color: Navy Blue. HEX triplet: 10, 78 and CF. RGB value is (16,120,207). Sum of RGB (Red+Green+Blue) = 16+120+207=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #1078CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1078CF is #EF8730. Grayscale: #626262. Windows color (decimal): -15697713 or 13596688. OLE color: 13596688.
HSL color Cylindrical-coordinate representation of color #1078CF: hue angle of 207.33º 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 #1078CF is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 120 | 207 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.19 |
| HSL | 207.33º | 0.86% | 0.44% | - |
| HSV(B) | 207.33º | 0.92% | 0.81% | - |
| XYZ | 18.19 | 18.05 | 61.56 | - |
| YUV | 98.82 | 189.04 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 207 | 0.92 | 0.42 | 0 | 0.19 | 207.33 | 0.86 | 0.44 |
| Hex | 10 | 78 | CF | 5C | 2A | 0 | 13 | CF | 56 | 2C |
| Octal | 20 | 170 | 317 | 134 | 52 | 0 | 23 | 317 | 126 | 54 |
| Binary | 10000 | 1111000 | 11001111 | 1011100 | 101010 | 0 | 10011 | 11001111 | 1010110 | 101100 |
Color Harmonies of #1078CF
Complementary color
Monochromatic Colors of #1078CF
Black with #1078CF
Text Example
Text Example
White with #1078CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1078CF; }
p { color: rgb(16,120,207); }
H1.HeaderClassName
{
color: #1078CF;
}
.AnyTagClassName
{
color: #1078CF;
}
</style>
background-color css
<style>
a { background-color: #1078CF; }
a { background-color: rgb(16,120,207); }
div.DivClassName
{
background-color: #1078CF;
}
.BgClassName
{
background-color: #1078CF;
}
</style>
border-color css
<style>
span { border-color: #1078CF; }
span { border-color: rgb(16,120,207); }
td.TdClassName
{
border-color: #1078CF;
}
.TagClassName
{
border-color: #1078CF;
}
</style>