Shades of Denim #155DA4
Tints of Denim #155DA4
RGB
CMYK
RGB Variations
Color information
#155DA4 (or 0x155DA4) is known color: Denim. HEX triplet: 15, 5D and A4. RGB value is (21,93,164). Sum of RGB (Red+Green+Blue) = 21+93+164=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 164 (64.45% from 255 or 58.99% from 278); Max value from RGB is 164 - color contains mainly: blue. Hex color #155DA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #155DA4 is #EAA25B. Grayscale: #4F4F4F. Windows color (decimal): -15376988 or 10771733. OLE color: 10771733.
HSL color Cylindrical-coordinate representation of color #155DA4: hue angle of 209.79º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #155DA4 is Cyan = 0.87, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 21 | 93 | 164 | - |
| CMYK | 0.87 | 0.43 | 0 | 0.36 |
| HSL | 209.79º | 0.77% | 0.36% | - |
| HSV(B) | 209.79º | 0.87% | 0.64% | - |
| XYZ | 10.92 | 10.67 | 36.61 | - |
| YUV | 79.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 164 | 0.87 | 0.43 | 0 | 0.36 | 209.79 | 0.77 | 0.36 |
| Hex | 15 | 5D | A4 | 57 | 2B | 0 | 24 | D2 | 4D | 24 |
| Octal | 25 | 135 | 244 | 127 | 53 | 0 | 44 | 322 | 115 | 44 |
| Binary | 10101 | 1011101 | 10100100 | 1010111 | 101011 | 0 | 100100 | 11010010 | 1001101 | 100100 |
Color Harmonies of #155DA4
Complementary color
Monochromatic Colors of #155DA4
Black with #155DA4
Text Example
Text Example
White with #155DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DA4; }
p { color: rgb(21,93,164); }
H1.HeaderClassName
{
color: #155DA4;
}
.AnyTagClassName
{
color: #155DA4;
}
</style>
background-color css
<style>
a { background-color: #155DA4; }
a { background-color: rgb(21,93,164); }
div.DivClassName
{
background-color: #155DA4;
}
.BgClassName
{
background-color: #155DA4;
}
</style>
border-color css
<style>
span { border-color: #155DA4; }
span { border-color: rgb(21,93,164); }
td.TdClassName
{
border-color: #155DA4;
}
.TagClassName
{
border-color: #155DA4;
}
</style>