Shades of Denim #154FC1
Tints of Denim #154FC1
RGB
CMYK
RGB Variations
Color information
#154FC1 (or 0x154FC1) is known color: Denim. HEX triplet: 15, 4F and C1. RGB value is (21,79,193). Sum of RGB (Red+Green+Blue) = 21+79+193=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 193 (75.78% from 255 or 65.87% from 293); Max value from RGB is 193 - color contains mainly: blue. Hex color #154FC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FC1 is #EAB03E. Grayscale: #4A4A4A. Windows color (decimal): -15380543 or 12668693. OLE color: 12668693.
HSL color Cylindrical-coordinate representation of color #154FC1: hue angle of 219.77º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #154FC1 is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 79 | 193 | - |
| CMYK | 0.89 | 0.59 | 0 | 0.24 |
| HSL | 219.77º | 0.8% | 0.42% | - |
| HSV(B) | 219.77º | 0.89% | 0.76% | - |
| XYZ | 12.73 | 9.6 | 51.63 | - |
| YUV | 74.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 193 | 0.89 | 0.59 | 0 | 0.24 | 219.77 | 0.8 | 0.42 |
| Hex | 15 | 4F | C1 | 59 | 3B | 0 | 18 | DC | 50 | 2A |
| Octal | 25 | 117 | 301 | 131 | 73 | 0 | 30 | 334 | 120 | 52 |
| Binary | 10101 | 1001111 | 11000001 | 1011001 | 111011 | 0 | 11000 | 11011100 | 1010000 | 101010 |
Color Harmonies of #154FC1
Complementary color
Monochromatic Colors of #154FC1
Black with #154FC1
Text Example
Text Example
White with #154FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FC1; }
p { color: rgb(21,79,193); }
H1.HeaderClassName
{
color: #154FC1;
}
.AnyTagClassName
{
color: #154FC1;
}
</style>
background-color css
<style>
a { background-color: #154FC1; }
a { background-color: rgb(21,79,193); }
div.DivClassName
{
background-color: #154FC1;
}
.BgClassName
{
background-color: #154FC1;
}
</style>
border-color css
<style>
span { border-color: #154FC1; }
span { border-color: rgb(21,79,193); }
td.TdClassName
{
border-color: #154FC1;
}
.TagClassName
{
border-color: #154FC1;
}
</style>