Shades of Navy Blue #1075D0
Tints of Navy Blue #1075D0
RGB
CMYK
RGB Variations
Color information
#1075D0 (or 0x1075D0) is known color: Navy Blue. HEX triplet: 10, 75 and D0. RGB value is (16,117,208). Sum of RGB (Red+Green+Blue) = 16+117+208=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 208 (81.64% from 255 or 61.00% from 341); Max value from RGB is 208 - color contains mainly: blue. Hex color #1075D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075D0 is #EF8A2F. Grayscale: #606060. Windows color (decimal): -15698480 or 13661456. OLE color: 13661456.
HSL color Cylindrical-coordinate representation of color #1075D0: hue angle of 208.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1075D0 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 16 | 117 | 208 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.18 |
| HSL | 208.44º | 0.86% | 0.44% | - |
| HSV(B) | 208.44º | 0.92% | 0.82% | - |
| XYZ | 17.96 | 17.39 | 62.08 | - |
| YUV | 97.18 | 190.54 | 70.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 208 | 0.92 | 0.44 | 0 | 0.18 | 208.44 | 0.86 | 0.44 |
| Hex | 10 | 75 | D0 | 5C | 2C | 0 | 12 | D0 | 56 | 2C |
| Octal | 20 | 165 | 320 | 134 | 54 | 0 | 22 | 320 | 126 | 54 |
| Binary | 10000 | 1110101 | 11010000 | 1011100 | 101100 | 0 | 10010 | 11010000 | 1010110 | 101100 |
Color Harmonies of #1075D0
Complementary color
Monochromatic Colors of #1075D0
Black with #1075D0
Text Example
Text Example
White with #1075D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075D0; }
p { color: rgb(16,117,208); }
H1.HeaderClassName
{
color: #1075D0;
}
.AnyTagClassName
{
color: #1075D0;
}
</style>
background-color css
<style>
a { background-color: #1075D0; }
a { background-color: rgb(16,117,208); }
div.DivClassName
{
background-color: #1075D0;
}
.BgClassName
{
background-color: #1075D0;
}
</style>
border-color css
<style>
span { border-color: #1075D0; }
span { border-color: rgb(16,117,208); }
td.TdClassName
{
border-color: #1075D0;
}
.TagClassName
{
border-color: #1075D0;
}
</style>