Shades of Denim #1B5DAF
Tints of Denim #1B5DAF
RGB
CMYK
RGB Variations
Color information
#1B5DAF (or 0x1B5DAF) is known color: Denim. HEX triplet: 1B, 5D and AF. RGB value is (27,93,175). Sum of RGB (Red+Green+Blue) = 27+93+175=295 (39% of max value = 765). Red value is 27 (10.94% from 255 or 9.15% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B5DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5DAF is #E4A250. Grayscale: #525252. Windows color (decimal): -14983761 or 11492635. OLE color: 11492635.
HSL color Cylindrical-coordinate representation of color #1B5DAF: hue angle of 213.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B5DAF is Cyan = 0.85, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 93 | 175 | - |
| CMYK | 0.85 | 0.47 | 0 | 0.31 |
| HSL | 213.24º | 0.73% | 0.4% | - |
| HSV(B) | 213.24º | 0.85% | 0.69% | - |
| XYZ | 12.1 | 11.16 | 42.07 | - |
| YUV | 82.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 175 | 0.85 | 0.47 | 0 | 0.31 | 213.24 | 0.73 | 0.4 |
| Hex | 1B | 5D | AF | 55 | 2F | 0 | 1F | D5 | 49 | 28 |
| Octal | 33 | 135 | 257 | 125 | 57 | 0 | 37 | 325 | 111 | 50 |
| Binary | 11011 | 1011101 | 10101111 | 1010101 | 101111 | 0 | 11111 | 11010101 | 1001001 | 101000 |
Color Harmonies of #1B5DAF
Complementary color
Monochromatic Colors of #1B5DAF
Black with #1B5DAF
Text Example
Text Example
White with #1B5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5DAF; }
p { color: rgb(27,93,175); }
H1.HeaderClassName
{
color: #1B5DAF;
}
.AnyTagClassName
{
color: #1B5DAF;
}
</style>
background-color css
<style>
a { background-color: #1B5DAF; }
a { background-color: rgb(27,93,175); }
div.DivClassName
{
background-color: #1B5DAF;
}
.BgClassName
{
background-color: #1B5DAF;
}
</style>
border-color css
<style>
span { border-color: #1B5DAF; }
span { border-color: rgb(27,93,175); }
td.TdClassName
{
border-color: #1B5DAF;
}
.TagClassName
{
border-color: #1B5DAF;
}
</style>