Shades of Denim #1368CB
Tints of Denim #1368CB
RGB
CMYK
RGB Variations
Color information
#1368CB (or 0x1368CB) is known color: Denim. HEX triplet: 13, 68 and CB. RGB value is (19,104,203). Sum of RGB (Red+Green+Blue) = 19+104+203=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #1368CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1368CB is #EC9734. Grayscale: #595959. Windows color (decimal): -15505205 or 13330451. OLE color: 13330451.
HSL color Cylindrical-coordinate representation of color #1368CB: hue angle of 212.28º 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 #1368CB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 104 | 203 | - |
| CMYK | 0.91 | 0.49 | 0 | 0.20 |
| HSL | 212.28º | 0.83% | 0.44% | - |
| HSV(B) | 212.28º | 0.91% | 0.8% | - |
| XYZ | 16 | 14.35 | 58.43 | - |
| YUV | 89.87 | 191.84 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 104 | 203 | 0.91 | 0.49 | 0 | 0.20 | 212.28 | 0.83 | 0.44 |
| Hex | 13 | 68 | CB | 5B | 31 | 0 | 14 | D4 | 53 | 2C |
| Octal | 23 | 150 | 313 | 133 | 61 | 0 | 24 | 324 | 123 | 54 |
| Binary | 10011 | 1101000 | 11001011 | 1011011 | 110001 | 0 | 10100 | 11010100 | 1010011 | 101100 |
Color Harmonies of #1368CB
Complementary color
Monochromatic Colors of #1368CB
Black with #1368CB
Text Example
Text Example
White with #1368CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1368CB; }
p { color: rgb(19,104,203); }
H1.HeaderClassName
{
color: #1368CB;
}
.AnyTagClassName
{
color: #1368CB;
}
</style>
background-color css
<style>
a { background-color: #1368CB; }
a { background-color: rgb(19,104,203); }
div.DivClassName
{
background-color: #1368CB;
}
.BgClassName
{
background-color: #1368CB;
}
</style>
border-color css
<style>
span { border-color: #1368CB; }
span { border-color: rgb(19,104,203); }
td.TdClassName
{
border-color: #1368CB;
}
.TagClassName
{
border-color: #1368CB;
}
</style>