Shades of Denim #0155BD
Tints of Denim #0155BD
RGB
CMYK
RGB Variations
Color information
#0155BD (or 0x0155BD) is known color: Denim. HEX triplet: 01, 55 and BD. RGB value is (1,85,189). Sum of RGB (Red+Green+Blue) = 1+85+189=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #0155BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0155BD is #FEAA42. Grayscale: #474747. Windows color (decimal): -16689731 or 12408065. OLE color: 12408065.
HSL color Cylindrical-coordinate representation of color #0155BD: hue angle of 213.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0155BD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 85 | 189 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.26 |
| HSL | 213.19º | 0.99% | 0.37% | - |
| HSV(B) | 213.19º | 0.99% | 0.74% | - |
| XYZ | 12.45 | 10.18 | 49.45 | - |
| YUV | 71.74 | 194.17 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 189 | 0.99 | 0.55 | 0 | 0.26 | 213.19 | 0.99 | 0.37 |
| Hex | 1 | 55 | BD | 63 | 37 | 0 | 1A | D5 | 63 | 25 |
| Octal | 1 | 125 | 275 | 143 | 67 | 0 | 32 | 325 | 143 | 45 |
| Binary | 1 | 1010101 | 10111101 | 1100011 | 110111 | 0 | 11010 | 11010101 | 1100011 | 100101 |
Color Harmonies of #0155BD
Complementary color
Monochromatic Colors of #0155BD
Black with #0155BD
Text Example
Text Example
White with #0155BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0155BD; }
p { color: rgb(1,85,189); }
H1.HeaderClassName
{
color: #0155BD;
}
.AnyTagClassName
{
color: #0155BD;
}
</style>
background-color css
<style>
a { background-color: #0155BD; }
a { background-color: rgb(1,85,189); }
div.DivClassName
{
background-color: #0155BD;
}
.BgClassName
{
background-color: #0155BD;
}
</style>
border-color css
<style>
span { border-color: #0155BD; }
span { border-color: rgb(1,85,189); }
td.TdClassName
{
border-color: #0155BD;
}
.TagClassName
{
border-color: #0155BD;
}
</style>