Shades of Denim #145FCB
Tints of Denim #145FCB
RGB
CMYK
RGB Variations
Color information
#145FCB (or 0x145FCB) is known color: Denim. HEX triplet: 14, 5F and CB. RGB value is (20,95,203). Sum of RGB (Red+Green+Blue) = 20+95+203=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 95 (37.5% from 255 or 29.87% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #145FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145FCB is #EBA034. Grayscale: #545454. Windows color (decimal): -15441973 or 13328148. OLE color: 13328148.
HSL color Cylindrical-coordinate representation of color #145FCB: hue angle of 215.41º 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 #145FCB is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 95 | 203 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.20 |
| HSL | 215.41º | 0.82% | 0.44% | - |
| HSV(B) | 215.41º | 0.9% | 0.8% | - |
| XYZ | 15.16 | 12.64 | 58.14 | - |
| YUV | 84.89 | 194.65 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 95 | 203 | 0.90 | 0.53 | 0 | 0.20 | 215.41 | 0.82 | 0.44 |
| Hex | 14 | 5F | CB | 5A | 35 | 0 | 14 | D7 | 52 | 2C |
| Octal | 24 | 137 | 313 | 132 | 65 | 0 | 24 | 327 | 122 | 54 |
| Binary | 10100 | 1011111 | 11001011 | 1011010 | 110101 | 0 | 10100 | 11010111 | 1010010 | 101100 |
Color Harmonies of #145FCB
Complementary color
Monochromatic Colors of #145FCB
Black with #145FCB
Text Example
Text Example
White with #145FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145FCB; }
p { color: rgb(20,95,203); }
H1.HeaderClassName
{
color: #145FCB;
}
.AnyTagClassName
{
color: #145FCB;
}
</style>
background-color css
<style>
a { background-color: #145FCB; }
a { background-color: rgb(20,95,203); }
div.DivClassName
{
background-color: #145FCB;
}
.BgClassName
{
background-color: #145FCB;
}
</style>
border-color css
<style>
span { border-color: #145FCB; }
span { border-color: rgb(20,95,203); }
td.TdClassName
{
border-color: #145FCB;
}
.TagClassName
{
border-color: #145FCB;
}
</style>