Shades of Navy Blue #1073C4
Tints of Navy Blue #1073C4
RGB
CMYK
RGB Variations
Color information
#1073C4 (or 0x1073C4) is known color: Navy Blue. HEX triplet: 10, 73 and C4. RGB value is (16,115,196). Sum of RGB (Red+Green+Blue) = 16+115+196=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 196 (76.95% from 255 or 59.94% from 327); Max value from RGB is 196 - color contains mainly: blue. Hex color #1073C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1073C4 is #EF8C3B. Grayscale: #5E5E5E. Windows color (decimal): -15699004 or 12874512. OLE color: 12874512.
HSL color Cylindrical-coordinate representation of color #1073C4: hue angle of 207º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1073C4 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 16 | 115 | 196 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.23 |
| HSL | 207º | 0.85% | 0.42% | - |
| HSV(B) | 207º | 0.92% | 0.77% | - |
| XYZ | 16.31 | 16.36 | 54.52 | - |
| YUV | 94.63 | 185.2 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 196 | 0.92 | 0.41 | 0 | 0.23 | 207 | 0.85 | 0.42 |
| Hex | 10 | 73 | C4 | 5C | 29 | 0 | 17 | CF | 55 | 2A |
| Octal | 20 | 163 | 304 | 134 | 51 | 0 | 27 | 317 | 125 | 52 |
| Binary | 10000 | 1110011 | 11000100 | 1011100 | 101001 | 0 | 10111 | 11001111 | 1010101 | 101010 |
Color Harmonies of #1073C4
Complementary color
Monochromatic Colors of #1073C4
Black with #1073C4
Text Example
Text Example
White with #1073C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073C4; }
p { color: rgb(16,115,196); }
H1.HeaderClassName
{
color: #1073C4;
}
.AnyTagClassName
{
color: #1073C4;
}
</style>
background-color css
<style>
a { background-color: #1073C4; }
a { background-color: rgb(16,115,196); }
div.DivClassName
{
background-color: #1073C4;
}
.BgClassName
{
background-color: #1073C4;
}
</style>
border-color css
<style>
span { border-color: #1073C4; }
span { border-color: rgb(16,115,196); }
td.TdClassName
{
border-color: #1073C4;
}
.TagClassName
{
border-color: #1073C4;
}
</style>