Shades of Denim #145CB3
Tints of Denim #145CB3
RGB
CMYK
RGB Variations
Color information
#145CB3 (or 0x145CB3) is known color: Denim. HEX triplet: 14, 5C and B3. RGB value is (20,92,179). Sum of RGB (Red+Green+Blue) = 20+92+179=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 179 (70.31% from 255 or 61.51% from 291); Max value from RGB is 179 - color contains mainly: blue. Hex color #145CB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145CB3 is #EBA34C. Grayscale: #4F4F4F. Windows color (decimal): -15442765 or 11754516. OLE color: 11754516.
HSL color Cylindrical-coordinate representation of color #145CB3: hue angle of 212.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145CB3 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 92 | 179 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.30 |
| HSL | 212.83º | 0.8% | 0.39% | - |
| HSV(B) | 212.83º | 0.89% | 0.7% | - |
| XYZ | 12.25 | 11.06 | 44.14 | - |
| YUV | 80.39 | 183.65 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 179 | 0.89 | 0.49 | 0 | 0.30 | 212.83 | 0.8 | 0.39 |
| Hex | 14 | 5C | B3 | 59 | 31 | 0 | 1E | D5 | 50 | 27 |
| Octal | 24 | 134 | 263 | 131 | 61 | 0 | 36 | 325 | 120 | 47 |
| Binary | 10100 | 1011100 | 10110011 | 1011001 | 110001 | 0 | 11110 | 11010101 | 1010000 | 100111 |
Color Harmonies of #145CB3
Complementary color
Monochromatic Colors of #145CB3
Black with #145CB3
Text Example
Text Example
White with #145CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145CB3; }
p { color: rgb(20,92,179); }
H1.HeaderClassName
{
color: #145CB3;
}
.AnyTagClassName
{
color: #145CB3;
}
</style>
background-color css
<style>
a { background-color: #145CB3; }
a { background-color: rgb(20,92,179); }
div.DivClassName
{
background-color: #145CB3;
}
.BgClassName
{
background-color: #145CB3;
}
</style>
border-color css
<style>
span { border-color: #145CB3; }
span { border-color: rgb(20,92,179); }
td.TdClassName
{
border-color: #145CB3;
}
.TagClassName
{
border-color: #145CB3;
}
</style>