Shades of Denim #1776CB
Tints of Denim #1776CB
RGB
CMYK
RGB Variations
Color information
#1776CB (or 0x1776CB) is known color: Denim. HEX triplet: 17, 76 and CB. RGB value is (23,118,203). Sum of RGB (Red+Green+Blue) = 23+118+203=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #1776CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776CB is #E88934. Grayscale: #626262. Windows color (decimal): -15239477 or 13334039. OLE color: 13334039.
HSL color Cylindrical-coordinate representation of color #1776CB: hue angle of 208.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1776CB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 118 | 203 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.20 |
| HSL | 208.33º | 0.8% | 0.44% | - |
| HSV(B) | 208.33º | 0.89% | 0.8% | - |
| XYZ | 17.61 | 17.45 | 58.94 | - |
| YUV | 99.29 | 186.53 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 203 | 0.89 | 0.42 | 0 | 0.20 | 208.33 | 0.8 | 0.44 |
| Hex | 17 | 76 | CB | 59 | 2A | 0 | 14 | D0 | 50 | 2C |
| Octal | 27 | 166 | 313 | 131 | 52 | 0 | 24 | 320 | 120 | 54 |
| Binary | 10111 | 1110110 | 11001011 | 1011001 | 101010 | 0 | 10100 | 11010000 | 1010000 | 101100 |
Color Harmonies of #1776CB
Complementary color
Monochromatic Colors of #1776CB
Black with #1776CB
Text Example
Text Example
White with #1776CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776CB; }
p { color: rgb(23,118,203); }
H1.HeaderClassName
{
color: #1776CB;
}
.AnyTagClassName
{
color: #1776CB;
}
</style>
background-color css
<style>
a { background-color: #1776CB; }
a { background-color: rgb(23,118,203); }
div.DivClassName
{
background-color: #1776CB;
}
.BgClassName
{
background-color: #1776CB;
}
</style>
border-color css
<style>
span { border-color: #1776CB; }
span { border-color: rgb(23,118,203); }
td.TdClassName
{
border-color: #1776CB;
}
.TagClassName
{
border-color: #1776CB;
}
</style>