Shades of Denim #145AC8
Tints of Denim #145AC8
RGB
CMYK
RGB Variations
Color information
#145AC8 (or 0x145AC8) is known color: Denim. HEX triplet: 14, 5A and C8. RGB value is (20,90,200). Sum of RGB (Red+Green+Blue) = 20+90+200=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 200 (78.52% from 255 or 64.52% from 310); Max value from RGB is 200 - color contains mainly: blue. Hex color #145AC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145AC8 is #EBA537. Grayscale: #515151. Windows color (decimal): -15443256 or 13130260. OLE color: 13130260.
HSL color Cylindrical-coordinate representation of color #145AC8: hue angle of 216.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #145AC8 is Cyan = 0.9, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 90 | 200 | - |
| CMYK | 0.9 | 0.55 | 0 | 0.22 |
| HSL | 216.67º | 0.82% | 0.43% | - |
| HSV(B) | 216.67º | 0.9% | 0.78% | - |
| XYZ | 14.37 | 11.63 | 56.13 | - |
| YUV | 81.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 200 | 0.9 | 0.55 | 0 | 0.22 | 216.67 | 0.82 | 0.43 |
| Hex | 14 | 5A | C8 | 5A | 37 | 0 | 16 | D9 | 52 | 2B |
| Octal | 24 | 132 | 310 | 132 | 67 | 0 | 26 | 331 | 122 | 53 |
| Binary | 10100 | 1011010 | 11001000 | 1011010 | 110111 | 0 | 10110 | 11011001 | 1010010 | 101011 |
Color Harmonies of #145AC8
Complementary color
Monochromatic Colors of #145AC8
Black with #145AC8
Text Example
Text Example
White with #145AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145AC8; }
p { color: rgb(20,90,200); }
H1.HeaderClassName
{
color: #145AC8;
}
.AnyTagClassName
{
color: #145AC8;
}
</style>
background-color css
<style>
a { background-color: #145AC8; }
a { background-color: rgb(20,90,200); }
div.DivClassName
{
background-color: #145AC8;
}
.BgClassName
{
background-color: #145AC8;
}
</style>
border-color css
<style>
span { border-color: #145AC8; }
span { border-color: rgb(20,90,200); }
td.TdClassName
{
border-color: #145AC8;
}
.TagClassName
{
border-color: #145AC8;
}
</style>