Shades of Denim #155BCE
Tints of Denim #155BCE
RGB
CMYK
RGB Variations
Color information
#155BCE (or 0x155BCE) is known color: Denim. HEX triplet: 15, 5B and CE. RGB value is (21,91,206). Sum of RGB (Red+Green+Blue) = 21+91+206=318 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.60% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 206 (80.86% from 255 or 64.78% from 318); Max value from RGB is 206 - color contains mainly: blue. Hex color #155BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155BCE is #EAA431. Grayscale: #525252. Windows color (decimal): -15377458 or 13523733. OLE color: 13523733.
HSL color Cylindrical-coordinate representation of color #155BCE: hue angle of 217.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #155BCE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 21 | 91 | 206 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.19 |
| HSL | 217.3º | 0.81% | 0.45% | - |
| HSV(B) | 217.3º | 0.9% | 0.81% | - |
| XYZ | 15.19 | 12.1 | 59.93 | - |
| YUV | 83.18 | 197.31 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 206 | 0.90 | 0.56 | 0 | 0.19 | 217.3 | 0.81 | 0.45 |
| Hex | 15 | 5B | CE | 5A | 38 | 0 | 13 | D9 | 51 | 2D |
| Octal | 25 | 133 | 316 | 132 | 70 | 0 | 23 | 331 | 121 | 55 |
| Binary | 10101 | 1011011 | 11001110 | 1011010 | 111000 | 0 | 10011 | 11011001 | 1010001 | 101101 |
Color Harmonies of #155BCE
Complementary color
Monochromatic Colors of #155BCE
Black with #155BCE
Text Example
Text Example
White with #155BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BCE; }
p { color: rgb(21,91,206); }
H1.HeaderClassName
{
color: #155BCE;
}
.AnyTagClassName
{
color: #155BCE;
}
</style>
background-color css
<style>
a { background-color: #155BCE; }
a { background-color: rgb(21,91,206); }
div.DivClassName
{
background-color: #155BCE;
}
.BgClassName
{
background-color: #155BCE;
}
</style>
border-color css
<style>
span { border-color: #155BCE; }
span { border-color: rgb(21,91,206); }
td.TdClassName
{
border-color: #155BCE;
}
.TagClassName
{
border-color: #155BCE;
}
</style>