Shades of Denim #145FA3
Tints of Denim #145FA3
RGB
CMYK
RGB Variations
Color information
#145FA3 (or 0x145FA3) is known color: Denim. HEX triplet: 14, 5F and A3. RGB value is (20,95,163). Sum of RGB (Red+Green+Blue) = 20+95+163=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 163 (64.06% from 255 or 58.63% from 278); Max value from RGB is 163 - color contains mainly: blue. Hex color #145FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145FA3 is #EBA05C. Grayscale: #4F4F4F. Windows color (decimal): -15442013 or 10706708. OLE color: 10706708.
HSL color Cylindrical-coordinate representation of color #145FA3: hue angle of 208.53º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145FA3 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 95 | 163 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.36 |
| HSL | 208.53º | 0.78% | 0.36% | - |
| HSV(B) | 208.53º | 0.88% | 0.64% | - |
| XYZ | 10.99 | 10.98 | 36.19 | - |
| YUV | 80.33 | 174.65 | 84.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 163 | 0.88 | 0.42 | 0 | 0.36 | 208.53 | 0.78 | 0.36 |
| Hex | 14 | 5F | A3 | 58 | 2A | 0 | 24 | D1 | 4E | 24 |
| Octal | 24 | 137 | 243 | 130 | 52 | 0 | 44 | 321 | 116 | 44 |
| Binary | 10100 | 1011111 | 10100011 | 1011000 | 101010 | 0 | 100100 | 11010001 | 1001110 | 100100 |
Color Harmonies of #145FA3
Complementary color
Monochromatic Colors of #145FA3
Black with #145FA3
Text Example
Text Example
White with #145FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FA3; }
p { color: rgb(20,95,163); }
H1.HeaderClassName
{
color: #145FA3;
}
.AnyTagClassName
{
color: #145FA3;
}
</style>
background-color css
<style>
a { background-color: #145FA3; }
a { background-color: rgb(20,95,163); }
div.DivClassName
{
background-color: #145FA3;
}
.BgClassName
{
background-color: #145FA3;
}
</style>
border-color css
<style>
span { border-color: #145FA3; }
span { border-color: rgb(20,95,163); }
td.TdClassName
{
border-color: #145FA3;
}
.TagClassName
{
border-color: #145FA3;
}
</style>