Shades of Navy Blue #1075CB
Tints of Navy Blue #1075CB
RGB
CMYK
RGB Variations
Color information
#1075CB (or 0x1075CB) is known color: Navy Blue. HEX triplet: 10, 75 and CB. RGB value is (16,117,203). Sum of RGB (Red+Green+Blue) = 16+117+203=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #1075CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075CB is #EF8A34. Grayscale: #606060. Windows color (decimal): -15698485 or 13333776. OLE color: 13333776.
HSL color Cylindrical-coordinate representation of color #1075CB: hue angle of 207.59º 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 #1075CB is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 117 | 203 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.20 |
| HSL | 207.59º | 0.85% | 0.43% | - |
| HSV(B) | 207.59º | 0.92% | 0.8% | - |
| XYZ | 17.35 | 17.14 | 58.89 | - |
| YUV | 96.61 | 188.04 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 203 | 0.92 | 0.42 | 0 | 0.20 | 207.59 | 0.85 | 0.43 |
| Hex | 10 | 75 | CB | 5C | 2A | 0 | 14 | D0 | 55 | 2B |
| Octal | 20 | 165 | 313 | 134 | 52 | 0 | 24 | 320 | 125 | 53 |
| Binary | 10000 | 1110101 | 11001011 | 1011100 | 101010 | 0 | 10100 | 11010000 | 1010101 | 101011 |
Color Harmonies of #1075CB
Complementary color
Monochromatic Colors of #1075CB
Black with #1075CB
Text Example
Text Example
White with #1075CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1075CB; }
p { color: rgb(16,117,203); }
H1.HeaderClassName
{
color: #1075CB;
}
.AnyTagClassName
{
color: #1075CB;
}
</style>
background-color css
<style>
a { background-color: #1075CB; }
a { background-color: rgb(16,117,203); }
div.DivClassName
{
background-color: #1075CB;
}
.BgClassName
{
background-color: #1075CB;
}
</style>
border-color css
<style>
span { border-color: #1075CB; }
span { border-color: rgb(16,117,203); }
td.TdClassName
{
border-color: #1075CB;
}
.TagClassName
{
border-color: #1075CB;
}
</style>