Shades of Navy Blue #1079CB
Tints of Navy Blue #1079CB
RGB
CMYK
RGB Variations
Color information
#1079CB (or 0x1079CB) is known color: Navy Blue. HEX triplet: 10, 79 and CB. RGB value is (16,121,203). Sum of RGB (Red+Green+Blue) = 16+121+203=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 121 (47.66% from 255 or 35.59% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #1079CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1079CB is #EF8634. Grayscale: #626262. Windows color (decimal): -15697461 or 13334800. OLE color: 13334800.
HSL color Cylindrical-coordinate representation of color #1079CB: hue angle of 206.31º 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 #1079CB is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 16 | 121 | 203 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.20 |
| HSL | 206.31º | 0.85% | 0.43% | - |
| HSV(B) | 206.31º | 0.92% | 0.8% | - |
| XYZ | 17.83 | 18.1 | 59.05 | - |
| YUV | 98.95 | 186.71 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 121 | 203 | 0.92 | 0.40 | 0 | 0.20 | 206.31 | 0.85 | 0.43 |
| Hex | 10 | 79 | CB | 5C | 28 | 0 | 14 | CE | 55 | 2B |
| Octal | 20 | 171 | 313 | 134 | 50 | 0 | 24 | 316 | 125 | 53 |
| Binary | 10000 | 1111001 | 11001011 | 1011100 | 101000 | 0 | 10100 | 11001110 | 1010101 | 101011 |
Color Harmonies of #1079CB
Complementary color
Monochromatic Colors of #1079CB
Black with #1079CB
Text Example
Text Example
White with #1079CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1079CB; }
p { color: rgb(16,121,203); }
H1.HeaderClassName
{
color: #1079CB;
}
.AnyTagClassName
{
color: #1079CB;
}
</style>
background-color css
<style>
a { background-color: #1079CB; }
a { background-color: rgb(16,121,203); }
div.DivClassName
{
background-color: #1079CB;
}
.BgClassName
{
background-color: #1079CB;
}
</style>
border-color css
<style>
span { border-color: #1079CB; }
span { border-color: rgb(16,121,203); }
td.TdClassName
{
border-color: #1079CB;
}
.TagClassName
{
border-color: #1079CB;
}
</style>