Shades of Denim #1776BD
Tints of Denim #1776BD
RGB
CMYK
RGB Variations
Color information
#1776BD (or 0x1776BD) is known color: Denim. HEX triplet: 17, 76 and BD. RGB value is (23,118,189). Sum of RGB (Red+Green+Blue) = 23+118+189=330 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.97% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #1776BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1776BD is #E88942. Grayscale: #616161. Windows color (decimal): -15239491 or 12416535. OLE color: 12416535.
HSL color Cylindrical-coordinate representation of color #1776BD: hue angle of 205.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1776BD is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 118 | 189 | - |
| CMYK | 0.88 | 0.38 | 0 | 0.26 |
| HSL | 205.66º | 0.78% | 0.42% | - |
| HSV(B) | 205.66º | 0.88% | 0.74% | - |
| XYZ | 16.02 | 16.81 | 50.55 | - |
| YUV | 97.69 | 179.53 | 74.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 118 | 189 | 0.88 | 0.38 | 0 | 0.26 | 205.66 | 0.78 | 0.42 |
| Hex | 17 | 76 | BD | 58 | 26 | 0 | 1A | CE | 4E | 2A |
| Octal | 27 | 166 | 275 | 130 | 46 | 0 | 32 | 316 | 116 | 52 |
| Binary | 10111 | 1110110 | 10111101 | 1011000 | 100110 | 0 | 11010 | 11001110 | 1001110 | 101010 |
Color Harmonies of #1776BD
Complementary color
Monochromatic Colors of #1776BD
Black with #1776BD
Text Example
Text Example
White with #1776BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1776BD; }
p { color: rgb(23,118,189); }
H1.HeaderClassName
{
color: #1776BD;
}
.AnyTagClassName
{
color: #1776BD;
}
</style>
background-color css
<style>
a { background-color: #1776BD; }
a { background-color: rgb(23,118,189); }
div.DivClassName
{
background-color: #1776BD;
}
.BgClassName
{
background-color: #1776BD;
}
</style>
border-color css
<style>
span { border-color: #1776BD; }
span { border-color: rgb(23,118,189); }
td.TdClassName
{
border-color: #1776BD;
}
.TagClassName
{
border-color: #1776BD;
}
</style>