Shades of Denim #145ACE
Tints of Denim #145ACE
RGB
CMYK
RGB Variations
Color information
#145ACE (or 0x145ACE) is known color: Denim. HEX triplet: 14, 5A and CE. RGB value is (20,90,206). Sum of RGB (Red+Green+Blue) = 20+90+206=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #145ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ACE is #EBA531. Grayscale: #515151. Windows color (decimal): -15443250 or 13523476. OLE color: 13523476.
HSL color Cylindrical-coordinate representation of color #145ACE: hue angle of 217.42º 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 #145ACE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 90 | 206 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.19 |
| HSL | 217.42º | 0.82% | 0.44% | - |
| HSV(B) | 217.42º | 0.9% | 0.81% | - |
| XYZ | 15.09 | 11.92 | 59.9 | - |
| YUV | 82.29 | 197.81 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 206 | 0.90 | 0.56 | 0 | 0.19 | 217.42 | 0.82 | 0.44 |
| Hex | 14 | 5A | CE | 5A | 38 | 0 | 13 | D9 | 52 | 2C |
| Octal | 24 | 132 | 316 | 132 | 70 | 0 | 23 | 331 | 122 | 54 |
| Binary | 10100 | 1011010 | 11001110 | 1011010 | 111000 | 0 | 10011 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145ACE
Complementary color
Monochromatic Colors of #145ACE
Black with #145ACE
Text Example
Text Example
White with #145ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ACE; }
p { color: rgb(20,90,206); }
H1.HeaderClassName
{
color: #145ACE;
}
.AnyTagClassName
{
color: #145ACE;
}
</style>
background-color css
<style>
a { background-color: #145ACE; }
a { background-color: rgb(20,90,206); }
div.DivClassName
{
background-color: #145ACE;
}
.BgClassName
{
background-color: #145ACE;
}
</style>
border-color css
<style>
span { border-color: #145ACE; }
span { border-color: rgb(20,90,206); }
td.TdClassName
{
border-color: #145ACE;
}
.TagClassName
{
border-color: #145ACE;
}
</style>