Shades of Denim #134BBE
Tints of Denim #134BBE
RGB
CMYK
RGB Variations
Color information
#134BBE (or 0x134BBE) is known color: Denim. HEX triplet: 13, 4B and BE. RGB value is (19,75,190). Sum of RGB (Red+Green+Blue) = 19+75+190=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #134BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BBE is #ECB441. Grayscale: #464646. Windows color (decimal): -15512642 or 12471059. OLE color: 12471059.
HSL color Cylindrical-coordinate representation of color #134BBE: hue angle of 220.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134BBE is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 75 | 190 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.25 |
| HSL | 220.35º | 0.82% | 0.41% | - |
| HSV(B) | 220.35º | 0.9% | 0.75% | - |
| XYZ | 12.08 | 8.89 | 49.79 | - |
| YUV | 71.37 | 194.95 | 90.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 190 | 0.90 | 0.61 | 0 | 0.25 | 220.35 | 0.82 | 0.41 |
| Hex | 13 | 4B | BE | 5A | 3D | 0 | 19 | DC | 52 | 29 |
| Octal | 23 | 113 | 276 | 132 | 75 | 0 | 31 | 334 | 122 | 51 |
| Binary | 10011 | 1001011 | 10111110 | 1011010 | 111101 | 0 | 11001 | 11011100 | 1010010 | 101001 |
Color Harmonies of #134BBE
Complementary color
Monochromatic Colors of #134BBE
Black with #134BBE
Text Example
Text Example
White with #134BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BBE; }
p { color: rgb(19,75,190); }
H1.HeaderClassName
{
color: #134BBE;
}
.AnyTagClassName
{
color: #134BBE;
}
</style>
background-color css
<style>
a { background-color: #134BBE; }
a { background-color: rgb(19,75,190); }
div.DivClassName
{
background-color: #134BBE;
}
.BgClassName
{
background-color: #134BBE;
}
</style>
border-color css
<style>
span { border-color: #134BBE; }
span { border-color: rgb(19,75,190); }
td.TdClassName
{
border-color: #134BBE;
}
.TagClassName
{
border-color: #134BBE;
}
</style>