Shades of Denim #1363BB
Tints of Denim #1363BB
RGB
CMYK
RGB Variations
Color information
#1363BB (or 0x1363BB) is known color: Denim. HEX triplet: 13, 63 and BB. RGB value is (19,99,187). Sum of RGB (Red+Green+Blue) = 19+99+187=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #1363BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1363BB is #EC9C44. Grayscale: #545454. Windows color (decimal): -15506501 or 12280595. OLE color: 12280595.
HSL color Cylindrical-coordinate representation of color #1363BB: hue angle of 211.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1363BB is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 99 | 187 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.27 |
| HSL | 211.43º | 0.82% | 0.4% | - |
| HSV(B) | 211.43º | 0.9% | 0.73% | - |
| XYZ | 13.7 | 12.65 | 48.73 | - |
| YUV | 85.11 | 185.5 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 187 | 0.90 | 0.47 | 0 | 0.27 | 211.43 | 0.82 | 0.4 |
| Hex | 13 | 63 | BB | 5A | 2F | 0 | 1B | D3 | 52 | 28 |
| Octal | 23 | 143 | 273 | 132 | 57 | 0 | 33 | 323 | 122 | 50 |
| Binary | 10011 | 1100011 | 10111011 | 1011010 | 101111 | 0 | 11011 | 11010011 | 1010010 | 101000 |
Color Harmonies of #1363BB
Complementary color
Monochromatic Colors of #1363BB
Black with #1363BB
Text Example
Text Example
White with #1363BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363BB; }
p { color: rgb(19,99,187); }
H1.HeaderClassName
{
color: #1363BB;
}
.AnyTagClassName
{
color: #1363BB;
}
</style>
background-color css
<style>
a { background-color: #1363BB; }
a { background-color: rgb(19,99,187); }
div.DivClassName
{
background-color: #1363BB;
}
.BgClassName
{
background-color: #1363BB;
}
</style>
border-color css
<style>
span { border-color: #1363BB; }
span { border-color: rgb(19,99,187); }
td.TdClassName
{
border-color: #1363BB;
}
.TagClassName
{
border-color: #1363BB;
}
</style>