Shades of Denim #1B5ACF
Tints of Denim #1B5ACF
RGB
CMYK
RGB Variations
Color information
#1B5ACF (or 0x1B5ACF) is known color: Denim. HEX triplet: 1B, 5A and CF. RGB value is (27,90,207). Sum of RGB (Red+Green+Blue) = 27+90+207=324 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.33% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #1B5ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B5ACF is #E4A530. Grayscale: #535353. Windows color (decimal): -14984497 or 13589019. OLE color: 13589019.
HSL color Cylindrical-coordinate representation of color #1B5ACF: hue angle of 219º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B5ACF is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 90 | 207 | - |
| CMYK | 0.87 | 0.57 | 0 | 0.19 |
| HSL | 219º | 0.77% | 0.46% | - |
| HSV(B) | 219º | 0.87% | 0.81% | - |
| XYZ | 15.37 | 12.05 | 60.55 | - |
| YUV | 84.5 | 197.13 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 90 | 207 | 0.87 | 0.57 | 0 | 0.19 | 219 | 0.77 | 0.46 |
| Hex | 1B | 5A | CF | 57 | 39 | 0 | 13 | DB | 4D | 2E |
| Octal | 33 | 132 | 317 | 127 | 71 | 0 | 23 | 333 | 115 | 56 |
| Binary | 11011 | 1011010 | 11001111 | 1010111 | 111001 | 0 | 10011 | 11011011 | 1001101 | 101110 |
Color Harmonies of #1B5ACF
Complementary color
Monochromatic Colors of #1B5ACF
Black with #1B5ACF
Text Example
Text Example
White with #1B5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5ACF; }
p { color: rgb(27,90,207); }
H1.HeaderClassName
{
color: #1B5ACF;
}
.AnyTagClassName
{
color: #1B5ACF;
}
</style>
background-color css
<style>
a { background-color: #1B5ACF; }
a { background-color: rgb(27,90,207); }
div.DivClassName
{
background-color: #1B5ACF;
}
.BgClassName
{
background-color: #1B5ACF;
}
</style>
border-color css
<style>
span { border-color: #1B5ACF; }
span { border-color: rgb(27,90,207); }
td.TdClassName
{
border-color: #1B5ACF;
}
.TagClassName
{
border-color: #1B5ACF;
}
</style>