Shades of Denim #144FC8
Tints of Denim #144FC8
RGB
CMYK
RGB Variations
Color information
#144FC8 (or 0x144FC8) is known color: Denim. HEX triplet: 14, 4F and C8. RGB value is (20,79,200). Sum of RGB (Red+Green+Blue) = 20+79+200=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 200 (78.52% from 255 or 66.89% from 299); Max value from RGB is 200 - color contains mainly: blue. Hex color #144FC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FC8 is #EBB037. Grayscale: #4A4A4A. Windows color (decimal): -15446072 or 13127444. OLE color: 13127444.
HSL color Cylindrical-coordinate representation of color #144FC8: hue angle of 220.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144FC8 is Cyan = 0.9, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 79 | 200 | - |
| CMYK | 0.9 | 0.60 | 0 | 0.22 |
| HSL | 220.33º | 0.82% | 0.43% | - |
| HSV(B) | 220.33º | 0.9% | 0.78% | - |
| XYZ | 13.51 | 9.91 | 55.84 | - |
| YUV | 75.15 | 198.45 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 200 | 0.9 | 0.60 | 0 | 0.22 | 220.33 | 0.82 | 0.43 |
| Hex | 14 | 4F | C8 | 5A | 3C | 0 | 16 | DC | 52 | 2B |
| Octal | 24 | 117 | 310 | 132 | 74 | 0 | 26 | 334 | 122 | 53 |
| Binary | 10100 | 1001111 | 11001000 | 1011010 | 111100 | 0 | 10110 | 11011100 | 1010010 | 101011 |
Color Harmonies of #144FC8
Complementary color
Monochromatic Colors of #144FC8
Black with #144FC8
Text Example
Text Example
White with #144FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FC8; }
p { color: rgb(20,79,200); }
H1.HeaderClassName
{
color: #144FC8;
}
.AnyTagClassName
{
color: #144FC8;
}
</style>
background-color css
<style>
a { background-color: #144FC8; }
a { background-color: rgb(20,79,200); }
div.DivClassName
{
background-color: #144FC8;
}
.BgClassName
{
background-color: #144FC8;
}
</style>
border-color css
<style>
span { border-color: #144FC8; }
span { border-color: rgb(20,79,200); }
td.TdClassName
{
border-color: #144FC8;
}
.TagClassName
{
border-color: #144FC8;
}
</style>