Shades of Denim #1667BD
Tints of Denim #1667BD
RGB
CMYK
RGB Variations
Color information
#1667BD (or 0x1667BD) is known color: Denim. HEX triplet: 16, 67 and BD. RGB value is (22,103,189). Sum of RGB (Red+Green+Blue) = 22+103+189=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #1667BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1667BD is #E99842. Grayscale: #585858. Windows color (decimal): -15308867 or 12412694. OLE color: 12412694.
HSL color Cylindrical-coordinate representation of color #1667BD: hue angle of 210.9º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1667BD is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 103 | 189 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.26 |
| HSL | 210.9º | 0.79% | 0.41% | - |
| HSV(B) | 210.9º | 0.88% | 0.74% | - |
| XYZ | 14.37 | 13.55 | 50 | - |
| YUV | 88.59 | 184.66 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 103 | 189 | 0.88 | 0.46 | 0 | 0.26 | 210.9 | 0.79 | 0.41 |
| Hex | 16 | 67 | BD | 58 | 2E | 0 | 1A | D3 | 4F | 29 |
| Octal | 26 | 147 | 275 | 130 | 56 | 0 | 32 | 323 | 117 | 51 |
| Binary | 10110 | 1100111 | 10111101 | 1011000 | 101110 | 0 | 11010 | 11010011 | 1001111 | 101001 |
Color Harmonies of #1667BD
Complementary color
Monochromatic Colors of #1667BD
Black with #1667BD
Text Example
Text Example
White with #1667BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1667BD; }
p { color: rgb(22,103,189); }
H1.HeaderClassName
{
color: #1667BD;
}
.AnyTagClassName
{
color: #1667BD;
}
</style>
background-color css
<style>
a { background-color: #1667BD; }
a { background-color: rgb(22,103,189); }
div.DivClassName
{
background-color: #1667BD;
}
.BgClassName
{
background-color: #1667BD;
}
</style>
border-color css
<style>
span { border-color: #1667BD; }
span { border-color: rgb(22,103,189); }
td.TdClassName
{
border-color: #1667BD;
}
.TagClassName
{
border-color: #1667BD;
}
</style>