Shades of Denim #1B67AF
Tints of Denim #1B67AF
RGB
CMYK
RGB Variations
Color information
#1B67AF (or 0x1B67AF) is known color: Denim. HEX triplet: 1B, 67 and AF. RGB value is (27,103,175). Sum of RGB (Red+Green+Blue) = 27+103+175=305 (40% of max value = 765). Red value is 27 (10.94% from 255 or 8.85% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B67AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B67AF is #E49850. Grayscale: #585858. Windows color (decimal): -14981201 or 11495195. OLE color: 11495195.
HSL color Cylindrical-coordinate representation of color #1B67AF: hue angle of 209.19º 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 #1B67AF is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 103 | 175 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.31 |
| HSL | 209.19º | 0.73% | 0.4% | - |
| HSV(B) | 209.19º | 0.85% | 0.69% | - |
| XYZ | 13.04 | 13.03 | 42.38 | - |
| YUV | 88.48 | 176.82 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 175 | 0.85 | 0.41 | 0 | 0.31 | 209.19 | 0.73 | 0.4 |
| Hex | 1B | 67 | AF | 55 | 29 | 0 | 1F | D1 | 49 | 28 |
| Octal | 33 | 147 | 257 | 125 | 51 | 0 | 37 | 321 | 111 | 50 |
| Binary | 11011 | 1100111 | 10101111 | 1010101 | 101001 | 0 | 11111 | 11010001 | 1001001 | 101000 |
Color Harmonies of #1B67AF
Complementary color
Monochromatic Colors of #1B67AF
Black with #1B67AF
Text Example
Text Example
White with #1B67AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B67AF; }
p { color: rgb(27,103,175); }
H1.HeaderClassName
{
color: #1B67AF;
}
.AnyTagClassName
{
color: #1B67AF;
}
</style>
background-color css
<style>
a { background-color: #1B67AF; }
a { background-color: rgb(27,103,175); }
div.DivClassName
{
background-color: #1B67AF;
}
.BgClassName
{
background-color: #1B67AF;
}
</style>
border-color css
<style>
span { border-color: #1B67AF; }
span { border-color: rgb(27,103,175); }
td.TdClassName
{
border-color: #1B67AF;
}
.TagClassName
{
border-color: #1B67AF;
}
</style>