Shades of Denim #145ACB
Tints of Denim #145ACB
RGB
CMYK
RGB Variations
Color information
#145ACB (or 0x145ACB) is known color: Denim. HEX triplet: 14, 5A and CB. RGB value is (20,90,203). Sum of RGB (Red+Green+Blue) = 20+90+203=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #145ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ACB is #EBA534. Grayscale: #515151. Windows color (decimal): -15443253 or 13326868. OLE color: 13326868.
HSL color Cylindrical-coordinate representation of color #145ACB: hue angle of 217.05º 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 #145ACB is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 90 | 203 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.20 |
| HSL | 217.05º | 0.82% | 0.44% | - |
| HSV(B) | 217.05º | 0.9% | 0.8% | - |
| XYZ | 14.72 | 11.77 | 58 | - |
| YUV | 81.95 | 196.31 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 203 | 0.90 | 0.56 | 0 | 0.20 | 217.05 | 0.82 | 0.44 |
| Hex | 14 | 5A | CB | 5A | 38 | 0 | 14 | D9 | 52 | 2C |
| Octal | 24 | 132 | 313 | 132 | 70 | 0 | 24 | 331 | 122 | 54 |
| Binary | 10100 | 1011010 | 11001011 | 1011010 | 111000 | 0 | 10100 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145ACB
Complementary color
Monochromatic Colors of #145ACB
Black with #145ACB
Text Example
Text Example
White with #145ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145ACB; }
p { color: rgb(20,90,203); }
H1.HeaderClassName
{
color: #145ACB;
}
.AnyTagClassName
{
color: #145ACB;
}
</style>
background-color css
<style>
a { background-color: #145ACB; }
a { background-color: rgb(20,90,203); }
div.DivClassName
{
background-color: #145ACB;
}
.BgClassName
{
background-color: #145ACB;
}
</style>
border-color css
<style>
span { border-color: #145ACB; }
span { border-color: rgb(20,90,203); }
td.TdClassName
{
border-color: #145ACB;
}
.TagClassName
{
border-color: #145ACB;
}
</style>