Shades of Denim #144FCC
Tints of Denim #144FCC
RGB
CMYK
RGB Variations
Color information
#144FCC (or 0x144FCC) is known color: Denim. HEX triplet: 14, 4F and CC. RGB value is (20,79,204). Sum of RGB (Red+Green+Blue) = 20+79+204=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #144FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FCC is #EBB033. Grayscale: #4B4B4B. Windows color (decimal): -15446068 or 13389588. OLE color: 13389588.
HSL color Cylindrical-coordinate representation of color #144FCC: hue angle of 220.76º 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 #144FCC is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 79 | 204 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.2 |
| HSL | 220.76º | 0.82% | 0.44% | - |
| HSV(B) | 220.76º | 0.9% | 0.8% | - |
| XYZ | 13.98 | 10.1 | 58.34 | - |
| YUV | 75.61 | 200.45 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 204 | 0.90 | 0.61 | 0 | 0.2 | 220.76 | 0.82 | 0.44 |
| Hex | 14 | 4F | CC | 5A | 3D | 0 | 14 | DD | 52 | 2C |
| Octal | 24 | 117 | 314 | 132 | 75 | 0 | 24 | 335 | 122 | 54 |
| Binary | 10100 | 1001111 | 11001100 | 1011010 | 111101 | 0 | 10100 | 11011101 | 1010010 | 101100 |
Color Harmonies of #144FCC
Complementary color
Monochromatic Colors of #144FCC
Black with #144FCC
Text Example
Text Example
White with #144FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FCC; }
p { color: rgb(20,79,204); }
H1.HeaderClassName
{
color: #144FCC;
}
.AnyTagClassName
{
color: #144FCC;
}
</style>
background-color css
<style>
a { background-color: #144FCC; }
a { background-color: rgb(20,79,204); }
div.DivClassName
{
background-color: #144FCC;
}
.BgClassName
{
background-color: #144FCC;
}
</style>
border-color css
<style>
span { border-color: #144FCC; }
span { border-color: rgb(20,79,204); }
td.TdClassName
{
border-color: #144FCC;
}
.TagClassName
{
border-color: #144FCC;
}
</style>