Shades of Navy Blue #1061CF
Tints of Navy Blue #1061CF
RGB
CMYK
RGB Variations
Color information
#1061CF (or 0x1061CF) is known color: Navy Blue. HEX triplet: 10, 61 and CF. RGB value is (16,97,207). Sum of RGB (Red+Green+Blue) = 16+97+207=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #1061CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061CF is #EF9E30. Grayscale: #545454. Windows color (decimal): -15703601 or 13590800. OLE color: 13590800.
HSL color Cylindrical-coordinate representation of color #1061CF: hue angle of 214.55º 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 #1061CF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 16 | 97 | 207 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.19 |
| HSL | 214.56º | 0.86% | 0.44% | - |
| HSV(B) | 214.56º | 0.92% | 0.81% | - |
| XYZ | 15.75 | 13.16 | 60.74 | - |
| YUV | 85.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 97 | 207 | 0.92 | 0.53 | 0 | 0.19 | 214.56 | 0.86 | 0.44 |
| Hex | 10 | 61 | CF | 5C | 35 | 0 | 13 | D7 | 56 | 2C |
| Octal | 20 | 141 | 317 | 134 | 65 | 0 | 23 | 327 | 126 | 54 |
| Binary | 10000 | 1100001 | 11001111 | 1011100 | 110101 | 0 | 10011 | 11010111 | 1010110 | 101100 |
Color Harmonies of #1061CF
Complementary color
Monochromatic Colors of #1061CF
Black with #1061CF
Text Example
Text Example
White with #1061CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1061CF; }
p { color: rgb(16,97,207); }
H1.HeaderClassName
{
color: #1061CF;
}
.AnyTagClassName
{
color: #1061CF;
}
</style>
background-color css
<style>
a { background-color: #1061CF; }
a { background-color: rgb(16,97,207); }
div.DivClassName
{
background-color: #1061CF;
}
.BgClassName
{
background-color: #1061CF;
}
</style>
border-color css
<style>
span { border-color: #1061CF; }
span { border-color: rgb(16,97,207); }
td.TdClassName
{
border-color: #1061CF;
}
.TagClassName
{
border-color: #1061CF;
}
</style>