Shades of Denim #145FCE
Tints of Denim #145FCE
RGB
CMYK
RGB Variations
Color information
#145FCE (or 0x145FCE) is known color: Denim. HEX triplet: 14, 5F and CE. RGB value is (20,95,206). Sum of RGB (Red+Green+Blue) = 20+95+206=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #145FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FCE is #EBA031. Grayscale: #545454. Windows color (decimal): -15441970 or 13524756. OLE color: 13524756.
HSL color Cylindrical-coordinate representation of color #145FCE: hue angle of 215.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145FCE is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 95 | 206 | - |
| CMYK | 0.90 | 0.54 | 0 | 0.19 |
| HSL | 215.81º | 0.82% | 0.44% | - |
| HSV(B) | 215.81º | 0.9% | 0.81% | - |
| XYZ | 15.52 | 12.79 | 60.04 | - |
| YUV | 85.23 | 196.15 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 206 | 0.90 | 0.54 | 0 | 0.19 | 215.81 | 0.82 | 0.44 |
| Hex | 14 | 5F | CE | 5A | 36 | 0 | 13 | D8 | 52 | 2C |
| Octal | 24 | 137 | 316 | 132 | 66 | 0 | 23 | 330 | 122 | 54 |
| Binary | 10100 | 1011111 | 11001110 | 1011010 | 110110 | 0 | 10011 | 11011000 | 1010010 | 101100 |
Color Harmonies of #145FCE
Complementary color
Monochromatic Colors of #145FCE
Black with #145FCE
Text Example
Text Example
White with #145FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FCE; }
p { color: rgb(20,95,206); }
H1.HeaderClassName
{
color: #145FCE;
}
.AnyTagClassName
{
color: #145FCE;
}
</style>
background-color css
<style>
a { background-color: #145FCE; }
a { background-color: rgb(20,95,206); }
div.DivClassName
{
background-color: #145FCE;
}
.BgClassName
{
background-color: #145FCE;
}
</style>
border-color css
<style>
span { border-color: #145FCE; }
span { border-color: rgb(20,95,206); }
td.TdClassName
{
border-color: #145FCE;
}
.TagClassName
{
border-color: #145FCE;
}
</style>