Shades of Denim #1351CB
Tints of Denim #1351CB
RGB
CMYK
RGB Variations
Color information
#1351CB (or 0x1351CB) is known color: Denim. HEX triplet: 13, 51 and CB. RGB value is (19,81,203). Sum of RGB (Red+Green+Blue) = 19+81+203=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #1351CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351CB is #ECAE34. Grayscale: #4B4B4B. Windows color (decimal): -15511093 or 13324563. OLE color: 13324563.
HSL color Cylindrical-coordinate representation of color #1351CB: hue angle of 219.78º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1351CB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 81 | 203 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.20 |
| HSL | 219.78º | 0.83% | 0.44% | - |
| HSV(B) | 219.78º | 0.91% | 0.8% | - |
| XYZ | 13.99 | 10.34 | 57.76 | - |
| YUV | 76.37 | 199.46 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 203 | 0.91 | 0.60 | 0 | 0.20 | 219.78 | 0.83 | 0.44 |
| Hex | 13 | 51 | CB | 5B | 3C | 0 | 14 | DC | 53 | 2C |
| Octal | 23 | 121 | 313 | 133 | 74 | 0 | 24 | 334 | 123 | 54 |
| Binary | 10011 | 1010001 | 11001011 | 1011011 | 111100 | 0 | 10100 | 11011100 | 1010011 | 101100 |
Color Harmonies of #1351CB
Complementary color
Monochromatic Colors of #1351CB
Black with #1351CB
Text Example
Text Example
White with #1351CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1351CB; }
p { color: rgb(19,81,203); }
H1.HeaderClassName
{
color: #1351CB;
}
.AnyTagClassName
{
color: #1351CB;
}
</style>
background-color css
<style>
a { background-color: #1351CB; }
a { background-color: rgb(19,81,203); }
div.DivClassName
{
background-color: #1351CB;
}
.BgClassName
{
background-color: #1351CB;
}
</style>
border-color css
<style>
span { border-color: #1351CB; }
span { border-color: rgb(19,81,203); }
td.TdClassName
{
border-color: #1351CB;
}
.TagClassName
{
border-color: #1351CB;
}
</style>