Shades of Navy Blue #1072CB
Tints of Navy Blue #1072CB
RGB
CMYK
RGB Variations
Color information
#1072CB (or 0x1072CB) is known color: Navy Blue. HEX triplet: 10, 72 and CB. RGB value is (16,114,203). Sum of RGB (Red+Green+Blue) = 16+114+203=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #1072CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1072CB is #EF8D34. Grayscale: #5E5E5E. Windows color (decimal): -15699253 or 13333008. OLE color: 13333008.
HSL color Cylindrical-coordinate representation of color #1072CB: hue angle of 208.56º 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 #1072CB is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 114 | 203 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.20 |
| HSL | 208.56º | 0.85% | 0.43% | - |
| HSV(B) | 208.56º | 0.92% | 0.8% | - |
| XYZ | 17.01 | 16.46 | 58.78 | - |
| YUV | 94.84 | 189.03 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 203 | 0.92 | 0.44 | 0 | 0.20 | 208.56 | 0.85 | 0.43 |
| Hex | 10 | 72 | CB | 5C | 2C | 0 | 14 | D1 | 55 | 2B |
| Octal | 20 | 162 | 313 | 134 | 54 | 0 | 24 | 321 | 125 | 53 |
| Binary | 10000 | 1110010 | 11001011 | 1011100 | 101100 | 0 | 10100 | 11010001 | 1010101 | 101011 |
Color Harmonies of #1072CB
Complementary color
Monochromatic Colors of #1072CB
Black with #1072CB
Text Example
Text Example
White with #1072CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1072CB; }
p { color: rgb(16,114,203); }
H1.HeaderClassName
{
color: #1072CB;
}
.AnyTagClassName
{
color: #1072CB;
}
</style>
background-color css
<style>
a { background-color: #1072CB; }
a { background-color: rgb(16,114,203); }
div.DivClassName
{
background-color: #1072CB;
}
.BgClassName
{
background-color: #1072CB;
}
</style>
border-color css
<style>
span { border-color: #1072CB; }
span { border-color: rgb(16,114,203); }
td.TdClassName
{
border-color: #1072CB;
}
.TagClassName
{
border-color: #1072CB;
}
</style>