Shades of Denim #1D67AE
Tints of Denim #1D67AE
RGB
CMYK
RGB Variations
Color information
#1D67AE (or 0x1D67AE) is known color: Denim. HEX triplet: 1D, 67 and AE. RGB value is (29,103,174). Sum of RGB (Red+Green+Blue) = 29+103+174=306 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.48% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #1D67AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D67AE is #E29851. Grayscale: #585858. Windows color (decimal): -14850130 or 11429661. OLE color: 11429661.
HSL color Cylindrical-coordinate representation of color #1D67AE: hue angle of 209.38º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D67AE is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 29 | 103 | 174 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.32 |
| HSL | 209.38º | 0.71% | 0.4% | - |
| HSV(B) | 209.38º | 0.83% | 0.68% | - |
| XYZ | 13 | 13.02 | 41.87 | - |
| YUV | 88.97 | 175.98 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 103 | 174 | 0.83 | 0.41 | 0 | 0.32 | 209.38 | 0.71 | 0.4 |
| Hex | 1D | 67 | AE | 53 | 29 | 0 | 20 | D1 | 47 | 28 |
| Octal | 35 | 147 | 256 | 123 | 51 | 0 | 40 | 321 | 107 | 50 |
| Binary | 11101 | 1100111 | 10101110 | 1010011 | 101001 | 0 | 100000 | 11010001 | 1000111 | 101000 |
Color Harmonies of #1D67AE
Complementary color
Monochromatic Colors of #1D67AE
Black with #1D67AE
Text Example
Text Example
White with #1D67AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D67AE; }
p { color: rgb(29,103,174); }
H1.HeaderClassName
{
color: #1D67AE;
}
.AnyTagClassName
{
color: #1D67AE;
}
</style>
background-color css
<style>
a { background-color: #1D67AE; }
a { background-color: rgb(29,103,174); }
div.DivClassName
{
background-color: #1D67AE;
}
.BgClassName
{
background-color: #1D67AE;
}
</style>
border-color css
<style>
span { border-color: #1D67AE; }
span { border-color: rgb(29,103,174); }
td.TdClassName
{
border-color: #1D67AE;
}
.TagClassName
{
border-color: #1D67AE;
}
</style>