Shades of Denim #144FCE
Tints of Denim #144FCE
RGB
CMYK
RGB Variations
Color information
#144FCE (or 0x144FCE) is known color: Denim. HEX triplet: 14, 4F and CE. RGB value is (20,79,206). Sum of RGB (Red+Green+Blue) = 20+79+206=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #144FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #144FCE is #EBB031. Grayscale: #4B4B4B. Windows color (decimal): -15446066 or 13520660. OLE color: 13520660.
HSL color Cylindrical-coordinate representation of color #144FCE: hue angle of 220.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #144FCE is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 79 | 206 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.19 |
| HSL | 220.97º | 0.82% | 0.44% | - |
| HSV(B) | 220.97º | 0.9% | 0.81% | - |
| XYZ | 14.23 | 10.2 | 59.61 | - |
| YUV | 75.84 | 201.45 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 206 | 0.90 | 0.62 | 0 | 0.19 | 220.97 | 0.82 | 0.44 |
| Hex | 14 | 4F | CE | 5A | 3E | 0 | 13 | DD | 52 | 2C |
| Octal | 24 | 117 | 316 | 132 | 76 | 0 | 23 | 335 | 122 | 54 |
| Binary | 10100 | 1001111 | 11001110 | 1011010 | 111110 | 0 | 10011 | 11011101 | 1010010 | 101100 |
Color Harmonies of #144FCE
Complementary color
Monochromatic Colors of #144FCE
Black with #144FCE
Text Example
Text Example
White with #144FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144FCE; }
p { color: rgb(20,79,206); }
H1.HeaderClassName
{
color: #144FCE;
}
.AnyTagClassName
{
color: #144FCE;
}
</style>
background-color css
<style>
a { background-color: #144FCE; }
a { background-color: rgb(20,79,206); }
div.DivClassName
{
background-color: #144FCE;
}
.BgClassName
{
background-color: #144FCE;
}
</style>
border-color css
<style>
span { border-color: #144FCE; }
span { border-color: rgb(20,79,206); }
td.TdClassName
{
border-color: #144FCE;
}
.TagClassName
{
border-color: #144FCE;
}
</style>