Shades of Denim #144FC9
Tints of Denim #144FC9
RGB
CMYK
RGB Variations
Color information
#144FC9 (or 0x144FC9) is known color: Denim. HEX triplet: 14, 4F and C9. RGB value is (20,79,201). Sum of RGB (Red+Green+Blue) = 20+79+201=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 201 (78.91% from 255 or 67% from 300); Max value from RGB is 201 - color contains mainly: blue. Hex color #144FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FC9 is #EBB036. Grayscale: #4A4A4A. Windows color (decimal): -15446071 or 13192980. OLE color: 13192980.
HSL color Cylindrical-coordinate representation of color #144FC9: hue angle of 220.44º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144FC9 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 79 | 201 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.21 |
| HSL | 220.44º | 0.82% | 0.43% | - |
| HSV(B) | 220.44º | 0.9% | 0.79% | - |
| XYZ | 13.63 | 9.96 | 56.46 | - |
| YUV | 75.27 | 198.95 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 201 | 0.90 | 0.61 | 0 | 0.21 | 220.44 | 0.82 | 0.43 |
| Hex | 14 | 4F | C9 | 5A | 3D | 0 | 15 | DC | 52 | 2B |
| Octal | 24 | 117 | 311 | 132 | 75 | 0 | 25 | 334 | 122 | 53 |
| Binary | 10100 | 1001111 | 11001001 | 1011010 | 111101 | 0 | 10101 | 11011100 | 1010010 | 101011 |
Color Harmonies of #144FC9
Complementary color
Monochromatic Colors of #144FC9
Black with #144FC9
Text Example
Text Example
White with #144FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FC9; }
p { color: rgb(20,79,201); }
H1.HeaderClassName
{
color: #144FC9;
}
.AnyTagClassName
{
color: #144FC9;
}
</style>
background-color css
<style>
a { background-color: #144FC9; }
a { background-color: rgb(20,79,201); }
div.DivClassName
{
background-color: #144FC9;
}
.BgClassName
{
background-color: #144FC9;
}
</style>
border-color css
<style>
span { border-color: #144FC9; }
span { border-color: rgb(20,79,201); }
td.TdClassName
{
border-color: #144FC9;
}
.TagClassName
{
border-color: #144FC9;
}
</style>