Shades of Denim #1351CC
Tints of Denim #1351CC
RGB
CMYK
RGB Variations
Color information
#1351CC (or 0x1351CC) is known color: Denim. HEX triplet: 13, 51 and CC. RGB value is (19,81,204). Sum of RGB (Red+Green+Blue) = 19+81+204=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #1351CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1351CC is #ECAE33. Grayscale: #4B4B4B. Windows color (decimal): -15511092 or 13390099. OLE color: 13390099.
HSL color Cylindrical-coordinate representation of color #1351CC: hue angle of 219.89º 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 #1351CC is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 19 | 81 | 204 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.2 |
| HSL | 219.89º | 0.83% | 0.44% | - |
| HSV(B) | 219.89º | 0.91% | 0.8% | - |
| XYZ | 14.11 | 10.38 | 58.39 | - |
| YUV | 76.48 | 199.96 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 81 | 204 | 0.91 | 0.60 | 0 | 0.2 | 219.89 | 0.83 | 0.44 |
| Hex | 13 | 51 | CC | 5B | 3C | 0 | 14 | DC | 53 | 2C |
| Octal | 23 | 121 | 314 | 133 | 74 | 0 | 24 | 334 | 123 | 54 |
| Binary | 10011 | 1010001 | 11001100 | 1011011 | 111100 | 0 | 10100 | 11011100 | 1010011 | 101100 |
Color Harmonies of #1351CC
Complementary color
Monochromatic Colors of #1351CC
Black with #1351CC
Text Example
Text Example
White with #1351CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1351CC; }
p { color: rgb(19,81,204); }
H1.HeaderClassName
{
color: #1351CC;
}
.AnyTagClassName
{
color: #1351CC;
}
</style>
background-color css
<style>
a { background-color: #1351CC; }
a { background-color: rgb(19,81,204); }
div.DivClassName
{
background-color: #1351CC;
}
.BgClassName
{
background-color: #1351CC;
}
</style>
border-color css
<style>
span { border-color: #1351CC; }
span { border-color: rgb(19,81,204); }
td.TdClassName
{
border-color: #1351CC;
}
.TagClassName
{
border-color: #1351CC;
}
</style>