Shades of Denim #134CCB
Tints of Denim #134CCB
RGB
CMYK
RGB Variations
Color information
#134CCB (or 0x134CCB) is known color: Denim. HEX triplet: 13, 4C and CB. RGB value is (19,76,203). Sum of RGB (Red+Green+Blue) = 19+76+203=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #134CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CCB is #ECB334. Grayscale: #484848. Windows color (decimal): -15512373 or 13323283. OLE color: 13323283.
HSL color Cylindrical-coordinate representation of color #134CCB: hue angle of 221.41º 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 #134CCB is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 76 | 203 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.20 |
| HSL | 221.41º | 0.83% | 0.44% | - |
| HSV(B) | 221.41º | 0.91% | 0.8% | - |
| XYZ | 13.63 | 9.62 | 57.64 | - |
| YUV | 73.44 | 201.12 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 203 | 0.91 | 0.63 | 0 | 0.20 | 221.41 | 0.83 | 0.44 |
| Hex | 13 | 4C | CB | 5B | 3F | 0 | 14 | DD | 53 | 2C |
| Octal | 23 | 114 | 313 | 133 | 77 | 0 | 24 | 335 | 123 | 54 |
| Binary | 10011 | 1001100 | 11001011 | 1011011 | 111111 | 0 | 10100 | 11011101 | 1010011 | 101100 |
Color Harmonies of #134CCB
Complementary color
Monochromatic Colors of #134CCB
Black with #134CCB
Text Example
Text Example
White with #134CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CCB; }
p { color: rgb(19,76,203); }
H1.HeaderClassName
{
color: #134CCB;
}
.AnyTagClassName
{
color: #134CCB;
}
</style>
background-color css
<style>
a { background-color: #134CCB; }
a { background-color: rgb(19,76,203); }
div.DivClassName
{
background-color: #134CCB;
}
.BgClassName
{
background-color: #134CCB;
}
</style>
border-color css
<style>
span { border-color: #134CCB; }
span { border-color: rgb(19,76,203); }
td.TdClassName
{
border-color: #134CCB;
}
.TagClassName
{
border-color: #134CCB;
}
</style>