Shades of Denim #1350CB
Tints of Denim #1350CB
RGB
CMYK
RGB Variations
Color information
#1350CB (or 0x1350CB) is known color: Denim. HEX triplet: 13, 50 and CB. RGB value is (19,80,203). Sum of RGB (Red+Green+Blue) = 19+80+203=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #1350CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1350CB is #ECAF34. Grayscale: #4B4B4B. Windows color (decimal): -15511349 or 13324307. OLE color: 13324307.
HSL color Cylindrical-coordinate representation of color #1350CB: hue angle of 220.11º 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 #1350CB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 80 | 203 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.20 |
| HSL | 220.11º | 0.83% | 0.44% | - |
| HSV(B) | 220.11º | 0.91% | 0.8% | - |
| XYZ | 13.92 | 10.19 | 57.73 | - |
| YUV | 75.78 | 199.79 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 203 | 0.91 | 0.61 | 0 | 0.20 | 220.11 | 0.83 | 0.44 |
| Hex | 13 | 50 | CB | 5B | 3D | 0 | 14 | DC | 53 | 2C |
| Octal | 23 | 120 | 313 | 133 | 75 | 0 | 24 | 334 | 123 | 54 |
| Binary | 10011 | 1010000 | 11001011 | 1011011 | 111101 | 0 | 10100 | 11011100 | 1010011 | 101100 |
Color Harmonies of #1350CB
Complementary color
Monochromatic Colors of #1350CB
Black with #1350CB
Text Example
Text Example
White with #1350CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1350CB; }
p { color: rgb(19,80,203); }
H1.HeaderClassName
{
color: #1350CB;
}
.AnyTagClassName
{
color: #1350CB;
}
</style>
background-color css
<style>
a { background-color: #1350CB; }
a { background-color: rgb(19,80,203); }
div.DivClassName
{
background-color: #1350CB;
}
.BgClassName
{
background-color: #1350CB;
}
</style>
border-color css
<style>
span { border-color: #1350CB; }
span { border-color: rgb(19,80,203); }
td.TdClassName
{
border-color: #1350CB;
}
.TagClassName
{
border-color: #1350CB;
}
</style>