Shades of Denim #0855BE
Tints of Denim #0855BE
RGB
CMYK
RGB Variations
Color information
#0855BE (or 0x0855BE) is known color: Denim. HEX triplet: 08, 55 and BE. RGB value is (8,85,190). Sum of RGB (Red+Green+Blue) = 8+85+190=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #0855BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855BE is #F7AA41. Grayscale: #494949. Windows color (decimal): -16230978 or 12473608. OLE color: 12473608.
HSL color Cylindrical-coordinate representation of color #0855BE: hue angle of 214.62º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855BE is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 85 | 190 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.25 |
| HSL | 214.62º | 0.92% | 0.39% | - |
| HSV(B) | 214.62º | 0.96% | 0.75% | - |
| XYZ | 12.64 | 10.27 | 50.03 | - |
| YUV | 73.95 | 193.49 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 85 | 190 | 0.96 | 0.55 | 0 | 0.25 | 214.62 | 0.92 | 0.39 |
| Hex | 8 | 55 | BE | 60 | 37 | 0 | 19 | D7 | 5C | 27 |
| Octal | 10 | 125 | 276 | 140 | 67 | 0 | 31 | 327 | 134 | 47 |
| Binary | 1000 | 1010101 | 10111110 | 1100000 | 110111 | 0 | 11001 | 11010111 | 1011100 | 100111 |
Color Harmonies of #0855BE
Complementary color
Monochromatic Colors of #0855BE
Black with #0855BE
Text Example
Text Example
White with #0855BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0855BE; }
p { color: rgb(8,85,190); }
H1.HeaderClassName
{
color: #0855BE;
}
.AnyTagClassName
{
color: #0855BE;
}
</style>
background-color css
<style>
a { background-color: #0855BE; }
a { background-color: rgb(8,85,190); }
div.DivClassName
{
background-color: #0855BE;
}
.BgClassName
{
background-color: #0855BE;
}
</style>
border-color css
<style>
span { border-color: #0855BE; }
span { border-color: rgb(8,85,190); }
td.TdClassName
{
border-color: #0855BE;
}
.TagClassName
{
border-color: #0855BE;
}
</style>