Shades of Denim #154FCD
Tints of Denim #154FCD
RGB
CMYK
RGB Variations
Color information
#154FCD (or 0x154FCD) is known color: Denim. HEX triplet: 15, 4F and CD. RGB value is (21,79,205). Sum of RGB (Red+Green+Blue) = 21+79+205=305 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.89% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #154FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FCD is #EAB032. Grayscale: #4B4B4B. Windows color (decimal): -15380531 or 13455125. OLE color: 13455125.
HSL color Cylindrical-coordinate representation of color #154FCD: hue angle of 221.09º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #154FCD is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 21 | 79 | 205 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.20 |
| HSL | 221.09º | 0.81% | 0.44% | - |
| HSV(B) | 221.09º | 0.9% | 0.8% | - |
| XYZ | 14.12 | 10.16 | 58.97 | - |
| YUV | 76.02 | 200.78 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 205 | 0.90 | 0.61 | 0 | 0.20 | 221.09 | 0.81 | 0.44 |
| Hex | 15 | 4F | CD | 5A | 3D | 0 | 14 | DD | 51 | 2C |
| Octal | 25 | 117 | 315 | 132 | 75 | 0 | 24 | 335 | 121 | 54 |
| Binary | 10101 | 1001111 | 11001101 | 1011010 | 111101 | 0 | 10100 | 11011101 | 1010001 | 101100 |
Color Harmonies of #154FCD
Complementary color
Monochromatic Colors of #154FCD
Black with #154FCD
Text Example
Text Example
White with #154FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FCD; }
p { color: rgb(21,79,205); }
H1.HeaderClassName
{
color: #154FCD;
}
.AnyTagClassName
{
color: #154FCD;
}
</style>
background-color css
<style>
a { background-color: #154FCD; }
a { background-color: rgb(21,79,205); }
div.DivClassName
{
background-color: #154FCD;
}
.BgClassName
{
background-color: #154FCD;
}
</style>
border-color css
<style>
span { border-color: #154FCD; }
span { border-color: rgb(21,79,205); }
td.TdClassName
{
border-color: #154FCD;
}
.TagClassName
{
border-color: #154FCD;
}
</style>