Shades of Denim #1B57AF
Tints of Denim #1B57AF
RGB
CMYK
RGB Variations
Color information
#1B57AF (or 0x1B57AF) is known color: Denim. HEX triplet: 1B, 57 and AF. RGB value is (27,87,175). Sum of RGB (Red+Green+Blue) = 27+87+175=289 (38% of max value = 765). Red value is 27 (10.94% from 255 or 9.34% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B57AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B57AF is #E4A850. Grayscale: #4E4E4E. Windows color (decimal): -14985297 or 11491099. OLE color: 11491099.
HSL color Cylindrical-coordinate representation of color #1B57AF: hue angle of 215.68º 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 #1B57AF is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 87 | 175 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.31 |
| HSL | 215.68º | 0.73% | 0.4% | - |
| HSV(B) | 215.68º | 0.85% | 0.69% | - |
| XYZ | 11.6 | 10.14 | 41.9 | - |
| YUV | 79.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 87 | 175 | 0.85 | 0.50 | 0 | 0.31 | 215.68 | 0.73 | 0.4 |
| Hex | 1B | 57 | AF | 55 | 32 | 0 | 1F | D8 | 49 | 28 |
| Octal | 33 | 127 | 257 | 125 | 62 | 0 | 37 | 330 | 111 | 50 |
| Binary | 11011 | 1010111 | 10101111 | 1010101 | 110010 | 0 | 11111 | 11011000 | 1001001 | 101000 |
Color Harmonies of #1B57AF
Complementary color
Monochromatic Colors of #1B57AF
Black with #1B57AF
Text Example
Text Example
White with #1B57AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B57AF; }
p { color: rgb(27,87,175); }
H1.HeaderClassName
{
color: #1B57AF;
}
.AnyTagClassName
{
color: #1B57AF;
}
</style>
background-color css
<style>
a { background-color: #1B57AF; }
a { background-color: rgb(27,87,175); }
div.DivClassName
{
background-color: #1B57AF;
}
.BgClassName
{
background-color: #1B57AF;
}
</style>
border-color css
<style>
span { border-color: #1B57AF; }
span { border-color: rgb(27,87,175); }
td.TdClassName
{
border-color: #1B57AF;
}
.TagClassName
{
border-color: #1B57AF;
}
</style>