Shades of Denim #145FCC
Tints of Denim #145FCC
RGB
CMYK
RGB Variations
Color information
#145FCC (or 0x145FCC) is known color: Denim. HEX triplet: 14, 5F and CC. RGB value is (20,95,204). Sum of RGB (Red+Green+Blue) = 20+95+204=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #145FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FCC is #EBA033. Grayscale: #545454. Windows color (decimal): -15441972 or 13393684. OLE color: 13393684.
HSL color Cylindrical-coordinate representation of color #145FCC: hue angle of 215.54º degrees, saturation: 0.82, 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 #145FCC is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 95 | 204 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.2 |
| HSL | 215.54º | 0.82% | 0.44% | - |
| HSV(B) | 215.54º | 0.9% | 0.8% | - |
| XYZ | 15.28 | 12.69 | 58.77 | - |
| YUV | 85 | 195.15 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 204 | 0.90 | 0.53 | 0 | 0.2 | 215.54 | 0.82 | 0.44 |
| Hex | 14 | 5F | CC | 5A | 35 | 0 | 14 | D8 | 52 | 2C |
| Octal | 24 | 137 | 314 | 132 | 65 | 0 | 24 | 330 | 122 | 54 |
| Binary | 10100 | 1011111 | 11001100 | 1011010 | 110101 | 0 | 10100 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145FCC
Complementary color
Monochromatic Colors of #145FCC
Black with #145FCC
Text Example
Text Example
White with #145FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FCC; }
p { color: rgb(20,95,204); }
H1.HeaderClassName
{
color: #145FCC;
}
.AnyTagClassName
{
color: #145FCC;
}
</style>
background-color css
<style>
a { background-color: #145FCC; }
a { background-color: rgb(20,95,204); }
div.DivClassName
{
background-color: #145FCC;
}
.BgClassName
{
background-color: #145FCC;
}
</style>
border-color css
<style>
span { border-color: #145FCC; }
span { border-color: rgb(20,95,204); }
td.TdClassName
{
border-color: #145FCC;
}
.TagClassName
{
border-color: #145FCC;
}
</style>