Shades of Denim #154FCC
Tints of Denim #154FCC
RGB
CMYK
RGB Variations
Color information
#154FCC (or 0x154FCC) is known color: Denim. HEX triplet: 15, 4F and CC. RGB value is (21,79,204). Sum of RGB (Red+Green+Blue) = 21+79+204=304 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.91% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #154FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #154FCC is #EAB033. Grayscale: #4B4B4B. Windows color (decimal): -15380532 or 13389589. OLE color: 13389589.
HSL color Cylindrical-coordinate representation of color #154FCC: hue angle of 220.98º 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 #154FCC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 79 | 204 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.2 |
| HSL | 220.98º | 0.81% | 0.44% | - |
| HSV(B) | 220.98º | 0.9% | 0.8% | - |
| XYZ | 14 | 10.11 | 58.34 | - |
| YUV | 75.91 | 200.28 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 79 | 204 | 0.90 | 0.61 | 0 | 0.2 | 220.98 | 0.81 | 0.44 |
| Hex | 15 | 4F | CC | 5A | 3D | 0 | 14 | DD | 51 | 2C |
| Octal | 25 | 117 | 314 | 132 | 75 | 0 | 24 | 335 | 121 | 54 |
| Binary | 10101 | 1001111 | 11001100 | 1011010 | 111101 | 0 | 10100 | 11011101 | 1010001 | 101100 |
Color Harmonies of #154FCC
Complementary color
Monochromatic Colors of #154FCC
Black with #154FCC
Text Example
Text Example
White with #154FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #154FCC; }
p { color: rgb(21,79,204); }
H1.HeaderClassName
{
color: #154FCC;
}
.AnyTagClassName
{
color: #154FCC;
}
</style>
background-color css
<style>
a { background-color: #154FCC; }
a { background-color: rgb(21,79,204); }
div.DivClassName
{
background-color: #154FCC;
}
.BgClassName
{
background-color: #154FCC;
}
</style>
border-color css
<style>
span { border-color: #154FCC; }
span { border-color: rgb(21,79,204); }
td.TdClassName
{
border-color: #154FCC;
}
.TagClassName
{
border-color: #154FCC;
}
</style>