Shades of Denim #1475BF
Tints of Denim #1475BF
RGB
CMYK
RGB Variations
Color information
#1475BF (or 0x1475BF) is known color: Denim. HEX triplet: 14, 75 and BF. RGB value is (20,117,191). Sum of RGB (Red+Green+Blue) = 20+117+191=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #1475BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1475BF is #EB8A40. Grayscale: #606060. Windows color (decimal): -15436353 or 12547348. OLE color: 12547348.
HSL color Cylindrical-coordinate representation of color #1475BF: hue angle of 205.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1475BF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 117 | 191 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.25 |
| HSL | 205.96º | 0.81% | 0.41% | - |
| HSV(B) | 205.96º | 0.9% | 0.75% | - |
| XYZ | 16.05 | 16.63 | 51.65 | - |
| YUV | 96.43 | 181.36 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 117 | 191 | 0.90 | 0.39 | 0 | 0.25 | 205.96 | 0.81 | 0.41 |
| Hex | 14 | 75 | BF | 5A | 27 | 0 | 19 | CE | 51 | 29 |
| Octal | 24 | 165 | 277 | 132 | 47 | 0 | 31 | 316 | 121 | 51 |
| Binary | 10100 | 1110101 | 10111111 | 1011010 | 100111 | 0 | 11001 | 11001110 | 1010001 | 101001 |
Color Harmonies of #1475BF
Complementary color
Monochromatic Colors of #1475BF
Black with #1475BF
Text Example
Text Example
White with #1475BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1475BF; }
p { color: rgb(20,117,191); }
H1.HeaderClassName
{
color: #1475BF;
}
.AnyTagClassName
{
color: #1475BF;
}
</style>
background-color css
<style>
a { background-color: #1475BF; }
a { background-color: rgb(20,117,191); }
div.DivClassName
{
background-color: #1475BF;
}
.BgClassName
{
background-color: #1475BF;
}
</style>
border-color css
<style>
span { border-color: #1475BF; }
span { border-color: rgb(20,117,191); }
td.TdClassName
{
border-color: #1475BF;
}
.TagClassName
{
border-color: #1475BF;
}
</style>