Shades of Denim #1462BA
Tints of Denim #1462BA
RGB
CMYK
RGB Variations
Color information
#1462BA (or 0x1462BA) is known color: Denim. HEX triplet: 14, 62 and BA. RGB value is (20,98,186). Sum of RGB (Red+Green+Blue) = 20+98+186=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #1462BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462BA is #EB9D45. Grayscale: #545454. Windows color (decimal): -15441222 or 12214804. OLE color: 12214804.
HSL color Cylindrical-coordinate representation of color #1462BA: hue angle of 211.81º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1462BA is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 98 | 186 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.27 |
| HSL | 211.81º | 0.81% | 0.4% | - |
| HSV(B) | 211.81º | 0.89% | 0.73% | - |
| XYZ | 13.52 | 12.43 | 48.14 | - |
| YUV | 84.71 | 185.16 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 186 | 0.89 | 0.47 | 0 | 0.27 | 211.81 | 0.81 | 0.4 |
| Hex | 14 | 62 | BA | 59 | 2F | 0 | 1B | D4 | 51 | 28 |
| Octal | 24 | 142 | 272 | 131 | 57 | 0 | 33 | 324 | 121 | 50 |
| Binary | 10100 | 1100010 | 10111010 | 1011001 | 101111 | 0 | 11011 | 11010100 | 1010001 | 101000 |
Color Harmonies of #1462BA
Complementary color
Monochromatic Colors of #1462BA
Black with #1462BA
Text Example
Text Example
White with #1462BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462BA; }
p { color: rgb(20,98,186); }
H1.HeaderClassName
{
color: #1462BA;
}
.AnyTagClassName
{
color: #1462BA;
}
</style>
background-color css
<style>
a { background-color: #1462BA; }
a { background-color: rgb(20,98,186); }
div.DivClassName
{
background-color: #1462BA;
}
.BgClassName
{
background-color: #1462BA;
}
</style>
border-color css
<style>
span { border-color: #1462BA; }
span { border-color: rgb(20,98,186); }
td.TdClassName
{
border-color: #1462BA;
}
.TagClassName
{
border-color: #1462BA;
}
</style>