Shades of Denim #145BCA
Tints of Denim #145BCA
RGB
CMYK
RGB Variations
Color information
#145BCA (or 0x145BCA) is known color: Denim. HEX triplet: 14, 5B and CA. RGB value is (20,91,202). Sum of RGB (Red+Green+Blue) = 20+91+202=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #145BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145BCA is #EBA435. Grayscale: #515151. Windows color (decimal): -15442998 or 13261588. OLE color: 13261588.
HSL color Cylindrical-coordinate representation of color #145BCA: hue angle of 216.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145BCA is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 91 | 202 | - |
| CMYK | 0.90 | 0.55 | 0 | 0.21 |
| HSL | 216.59º | 0.82% | 0.44% | - |
| HSV(B) | 216.59º | 0.9% | 0.79% | - |
| XYZ | 14.69 | 11.9 | 57.4 | - |
| YUV | 82.43 | 195.48 | 83.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 202 | 0.90 | 0.55 | 0 | 0.21 | 216.59 | 0.82 | 0.44 |
| Hex | 14 | 5B | CA | 5A | 37 | 0 | 15 | D9 | 52 | 2C |
| Octal | 24 | 133 | 312 | 132 | 67 | 0 | 25 | 331 | 122 | 54 |
| Binary | 10100 | 1011011 | 11001010 | 1011010 | 110111 | 0 | 10101 | 11011001 | 1010010 | 101100 |
Color Harmonies of #145BCA
Complementary color
Monochromatic Colors of #145BCA
Black with #145BCA
Text Example
Text Example
White with #145BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145BCA; }
p { color: rgb(20,91,202); }
H1.HeaderClassName
{
color: #145BCA;
}
.AnyTagClassName
{
color: #145BCA;
}
</style>
background-color css
<style>
a { background-color: #145BCA; }
a { background-color: rgb(20,91,202); }
div.DivClassName
{
background-color: #145BCA;
}
.BgClassName
{
background-color: #145BCA;
}
</style>
border-color css
<style>
span { border-color: #145BCA; }
span { border-color: rgb(20,91,202); }
td.TdClassName
{
border-color: #145BCA;
}
.TagClassName
{
border-color: #145BCA;
}
</style>