Shades of Navy Blue #1075CC
Tints of Navy Blue #1075CC
RGB
CMYK
RGB Variations
Color information
#1075CC (or 0x1075CC) is known color: Navy Blue. HEX triplet: 10, 75 and CC. RGB value is (16,117,204). Sum of RGB (Red+Green+Blue) = 16+117+204=337 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.75% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #1075CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075CC is #EF8A33. Grayscale: #606060. Windows color (decimal): -15698484 or 13399312. OLE color: 13399312.
HSL color Cylindrical-coordinate representation of color #1075CC: hue angle of 207.77º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1075CC is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 16 | 117 | 204 | - |
| CMYK | 0.92 | 0.43 | 0 | 0.2 |
| HSL | 207.77º | 0.85% | 0.43% | - |
| HSV(B) | 207.77º | 0.92% | 0.8% | - |
| XYZ | 17.47 | 17.19 | 59.52 | - |
| YUV | 96.72 | 188.54 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 204 | 0.92 | 0.43 | 0 | 0.2 | 207.77 | 0.85 | 0.43 |
| Hex | 10 | 75 | CC | 5C | 2B | 0 | 14 | D0 | 55 | 2B |
| Octal | 20 | 165 | 314 | 134 | 53 | 0 | 24 | 320 | 125 | 53 |
| Binary | 10000 | 1110101 | 11001100 | 1011100 | 101011 | 0 | 10100 | 11010000 | 1010101 | 101011 |
Color Harmonies of #1075CC
Complementary color
Monochromatic Colors of #1075CC
Black with #1075CC
Text Example
Text Example
White with #1075CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075CC; }
p { color: rgb(16,117,204); }
H1.HeaderClassName
{
color: #1075CC;
}
.AnyTagClassName
{
color: #1075CC;
}
</style>
background-color css
<style>
a { background-color: #1075CC; }
a { background-color: rgb(16,117,204); }
div.DivClassName
{
background-color: #1075CC;
}
.BgClassName
{
background-color: #1075CC;
}
</style>
border-color css
<style>
span { border-color: #1075CC; }
span { border-color: rgb(16,117,204); }
td.TdClassName
{
border-color: #1075CC;
}
.TagClassName
{
border-color: #1075CC;
}
</style>