Shades of Navy Blue #1074CF
Tints of Navy Blue #1074CF
RGB
CMYK
RGB Variations
Color information
#1074CF (or 0x1074CF) is known color: Navy Blue. HEX triplet: 10, 74 and CF. RGB value is (16,116,207). Sum of RGB (Red+Green+Blue) = 16+116+207=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #1074CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1074CF is #EF8B30. Grayscale: #606060. Windows color (decimal): -15698737 or 13595664. OLE color: 13595664.
HSL color Cylindrical-coordinate representation of color #1074CF: hue angle of 208.59º 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 #1074CF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 116 | 207 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.19 |
| HSL | 208.59º | 0.86% | 0.44% | - |
| HSV(B) | 208.59º | 0.92% | 0.81% | - |
| XYZ | 17.72 | 17.11 | 61.4 | - |
| YUV | 96.47 | 190.37 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 116 | 207 | 0.92 | 0.44 | 0 | 0.19 | 208.59 | 0.86 | 0.44 |
| Hex | 10 | 74 | CF | 5C | 2C | 0 | 13 | D1 | 56 | 2C |
| Octal | 20 | 164 | 317 | 134 | 54 | 0 | 23 | 321 | 126 | 54 |
| Binary | 10000 | 1110100 | 11001111 | 1011100 | 101100 | 0 | 10011 | 11010001 | 1010110 | 101100 |
Color Harmonies of #1074CF
Complementary color
Monochromatic Colors of #1074CF
Black with #1074CF
Text Example
Text Example
White with #1074CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1074CF; }
p { color: rgb(16,116,207); }
H1.HeaderClassName
{
color: #1074CF;
}
.AnyTagClassName
{
color: #1074CF;
}
</style>
background-color css
<style>
a { background-color: #1074CF; }
a { background-color: rgb(16,116,207); }
div.DivClassName
{
background-color: #1074CF;
}
.BgClassName
{
background-color: #1074CF;
}
</style>
border-color css
<style>
span { border-color: #1074CF; }
span { border-color: rgb(16,116,207); }
td.TdClassName
{
border-color: #1074CF;
}
.TagClassName
{
border-color: #1074CF;
}
</style>