Shades of Denim #145ECF
Tints of Denim #145ECF
RGB
CMYK
RGB Variations
Color information
#145ECF (or 0x145ECF) is known color: Denim. HEX triplet: 14, 5E and CF. RGB value is (20,94,207). Sum of RGB (Red+Green+Blue) = 20+94+207=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #145ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ECF is #EBA130. Grayscale: #545454. Windows color (decimal): -15442225 or 13590036. OLE color: 13590036.
HSL color Cylindrical-coordinate representation of color #145ECF: hue angle of 216.26º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145ECF is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 94 | 207 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.19 |
| HSL | 216.26º | 0.82% | 0.45% | - |
| HSV(B) | 216.26º | 0.9% | 0.81% | - |
| XYZ | 15.55 | 12.66 | 60.66 | - |
| YUV | 84.76 | 196.98 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 94 | 207 | 0.90 | 0.55 | 0 | 0.19 | 216.26 | 0.82 | 0.45 |
| Hex | 14 | 5E | CF | 5A | 37 | 0 | 13 | D8 | 52 | 2D |
| Octal | 24 | 136 | 317 | 132 | 67 | 0 | 23 | 330 | 122 | 55 |
| Binary | 10100 | 1011110 | 11001111 | 1011010 | 110111 | 0 | 10011 | 11011000 | 1010010 | 101101 |
Color Harmonies of #145ECF
Complementary color
Monochromatic Colors of #145ECF
Black with #145ECF
Text Example
Text Example
White with #145ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ECF; }
p { color: rgb(20,94,207); }
H1.HeaderClassName
{
color: #145ECF;
}
.AnyTagClassName
{
color: #145ECF;
}
</style>
background-color css
<style>
a { background-color: #145ECF; }
a { background-color: rgb(20,94,207); }
div.DivClassName
{
background-color: #145ECF;
}
.BgClassName
{
background-color: #145ECF;
}
</style>
border-color css
<style>
span { border-color: #145ECF; }
span { border-color: rgb(20,94,207); }
td.TdClassName
{
border-color: #145ECF;
}
.TagClassName
{
border-color: #145ECF;
}
</style>