Shades of Denim #1779BF
Tints of Denim #1779BF
RGB
CMYK
RGB Variations
Color information
#1779BF (or 0x1779BF) is known color: Denim. HEX triplet: 17, 79 and BF. RGB value is (23,121,191). Sum of RGB (Red+Green+Blue) = 23+121+191=335 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.87% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #1779BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1779BF is #E88640. Grayscale: #636363. Windows color (decimal): -15238721 or 12548375. OLE color: 12548375.
HSL color Cylindrical-coordinate representation of color #1779BF: hue angle of 205º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1779BF is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 121 | 191 | - |
| CMYK | 0.88 | 0.37 | 0 | 0.25 |
| HSL | 205º | 0.79% | 0.42% | - |
| HSV(B) | 205º | 0.88% | 0.75% | - |
| XYZ | 16.59 | 17.62 | 51.82 | - |
| YUV | 99.68 | 179.53 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 121 | 191 | 0.88 | 0.37 | 0 | 0.25 | 205 | 0.79 | 0.42 |
| Hex | 17 | 79 | BF | 58 | 25 | 0 | 19 | CD | 4F | 2A |
| Octal | 27 | 171 | 277 | 130 | 45 | 0 | 31 | 315 | 117 | 52 |
| Binary | 10111 | 1111001 | 10111111 | 1011000 | 100101 | 0 | 11001 | 11001101 | 1001111 | 101010 |
Color Harmonies of #1779BF
Complementary color
Monochromatic Colors of #1779BF
Black with #1779BF
Text Example
Text Example
White with #1779BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1779BF; }
p { color: rgb(23,121,191); }
H1.HeaderClassName
{
color: #1779BF;
}
.AnyTagClassName
{
color: #1779BF;
}
</style>
background-color css
<style>
a { background-color: #1779BF; }
a { background-color: rgb(23,121,191); }
div.DivClassName
{
background-color: #1779BF;
}
.BgClassName
{
background-color: #1779BF;
}
</style>
border-color css
<style>
span { border-color: #1779BF; }
span { border-color: rgb(23,121,191); }
td.TdClassName
{
border-color: #1779BF;
}
.TagClassName
{
border-color: #1779BF;
}
</style>