Shades of Denim #146ACF
Tints of Denim #146ACF
RGB
CMYK
RGB Variations
Color information
#146ACF (or 0x146ACF) is known color: Denim. HEX triplet: 14, 6A and CF. RGB value is (20,106,207). Sum of RGB (Red+Green+Blue) = 20+106+207=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #146ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ACF is #EB9530. Grayscale: #5B5B5B. Windows color (decimal): -15439153 or 13593108. OLE color: 13593108.
HSL color Cylindrical-coordinate representation of color #146ACF: hue angle of 212.41º 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 #146ACF is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 106 | 207 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.19 |
| HSL | 212.41º | 0.82% | 0.45% | - |
| HSV(B) | 212.41º | 0.9% | 0.81% | - |
| XYZ | 16.71 | 14.96 | 61.04 | - |
| YUV | 91.8 | 193.01 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 106 | 207 | 0.90 | 0.49 | 0 | 0.19 | 212.41 | 0.82 | 0.45 |
| Hex | 14 | 6A | CF | 5A | 31 | 0 | 13 | D4 | 52 | 2D |
| Octal | 24 | 152 | 317 | 132 | 61 | 0 | 23 | 324 | 122 | 55 |
| Binary | 10100 | 1101010 | 11001111 | 1011010 | 110001 | 0 | 10011 | 11010100 | 1010010 | 101101 |
Color Harmonies of #146ACF
Complementary color
Monochromatic Colors of #146ACF
Black with #146ACF
Text Example
Text Example
White with #146ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146ACF; }
p { color: rgb(20,106,207); }
H1.HeaderClassName
{
color: #146ACF;
}
.AnyTagClassName
{
color: #146ACF;
}
</style>
background-color css
<style>
a { background-color: #146ACF; }
a { background-color: rgb(20,106,207); }
div.DivClassName
{
background-color: #146ACF;
}
.BgClassName
{
background-color: #146ACF;
}
</style>
border-color css
<style>
span { border-color: #146ACF; }
span { border-color: rgb(20,106,207); }
td.TdClassName
{
border-color: #146ACF;
}
.TagClassName
{
border-color: #146ACF;
}
</style>