Shades of Denim #1966B3
Tints of Denim #1966B3
RGB
CMYK
RGB Variations
Color information
#1966B3 (or 0x1966B3) is known color: Denim. HEX triplet: 19, 66 and B3. RGB value is (25,102,179). Sum of RGB (Red+Green+Blue) = 25+102+179=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 179 (70.31% from 255 or 58.50% from 306); Max value from RGB is 179 - color contains mainly: blue. Hex color #1966B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966B3 is #E6994C. Grayscale: #575757. Windows color (decimal): -15112525 or 11757081. OLE color: 11757081.
HSL color Cylindrical-coordinate representation of color #1966B3: hue angle of 210º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1966B3 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 25 | 102 | 179 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.30 |
| HSL | 210º | 0.75% | 0.4% | - |
| HSV(B) | 210º | 0.86% | 0.7% | - |
| XYZ | 13.29 | 12.96 | 44.45 | - |
| YUV | 87.76 | 179.49 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 179 | 0.86 | 0.43 | 0 | 0.30 | 210 | 0.75 | 0.4 |
| Hex | 19 | 66 | B3 | 56 | 2B | 0 | 1E | D2 | 4B | 28 |
| Octal | 31 | 146 | 263 | 126 | 53 | 0 | 36 | 322 | 113 | 50 |
| Binary | 11001 | 1100110 | 10110011 | 1010110 | 101011 | 0 | 11110 | 11010010 | 1001011 | 101000 |
Color Harmonies of #1966B3
Complementary color
Monochromatic Colors of #1966B3
Black with #1966B3
Text Example
Text Example
White with #1966B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1966B3; }
p { color: rgb(25,102,179); }
H1.HeaderClassName
{
color: #1966B3;
}
.AnyTagClassName
{
color: #1966B3;
}
</style>
background-color css
<style>
a { background-color: #1966B3; }
a { background-color: rgb(25,102,179); }
div.DivClassName
{
background-color: #1966B3;
}
.BgClassName
{
background-color: #1966B3;
}
</style>
border-color css
<style>
span { border-color: #1966B3; }
span { border-color: rgb(25,102,179); }
td.TdClassName
{
border-color: #1966B3;
}
.TagClassName
{
border-color: #1966B3;
}
</style>