Shades of Denim #1D61B8
Tints of Denim #1D61B8
RGB
CMYK
RGB Variations
Color information
#1D61B8 (or 0x1D61B8) is known color: Denim. HEX triplet: 1D, 61 and B8. RGB value is (29,97,184). Sum of RGB (Red+Green+Blue) = 29+97+184=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #1D61B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D61B8 is #E29E47. Grayscale: #565656. Windows color (decimal): -14851656 or 12083485. OLE color: 12083485.
HSL color Cylindrical-coordinate representation of color #1D61B8: hue angle of 213.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D61B8 is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 97 | 184 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.28 |
| HSL | 213.68º | 0.73% | 0.42% | - |
| HSV(B) | 213.68º | 0.84% | 0.72% | - |
| XYZ | 13.43 | 12.27 | 47.01 | - |
| YUV | 86.59 | 182.97 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 97 | 184 | 0.84 | 0.47 | 0 | 0.28 | 213.68 | 0.73 | 0.42 |
| Hex | 1D | 61 | B8 | 54 | 2F | 0 | 1C | D6 | 49 | 2A |
| Octal | 35 | 141 | 270 | 124 | 57 | 0 | 34 | 326 | 111 | 52 |
| Binary | 11101 | 1100001 | 10111000 | 1010100 | 101111 | 0 | 11100 | 11010110 | 1001001 | 101010 |
Color Harmonies of #1D61B8
Complementary color
Monochromatic Colors of #1D61B8
Black with #1D61B8
Text Example
Text Example
White with #1D61B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D61B8; }
p { color: rgb(29,97,184); }
H1.HeaderClassName
{
color: #1D61B8;
}
.AnyTagClassName
{
color: #1D61B8;
}
</style>
background-color css
<style>
a { background-color: #1D61B8; }
a { background-color: rgb(29,97,184); }
div.DivClassName
{
background-color: #1D61B8;
}
.BgClassName
{
background-color: #1D61B8;
}
</style>
border-color css
<style>
span { border-color: #1D61B8; }
span { border-color: rgb(29,97,184); }
td.TdClassName
{
border-color: #1D61B8;
}
.TagClassName
{
border-color: #1D61B8;
}
</style>