Shades of Denim #134FB5
Tints of Denim #134FB5
RGB
CMYK
RGB Variations
Color information
#134FB5 (or 0x134FB5) is known color: Denim. HEX triplet: 13, 4F and B5. RGB value is (19,79,181). Sum of RGB (Red+Green+Blue) = 19+79+181=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #134FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FB5 is #ECB04A. Grayscale: #484848. Windows color (decimal): -15511627 or 11882259. OLE color: 11882259.
HSL color Cylindrical-coordinate representation of color #134FB5: hue angle of 217.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134FB5 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 79 | 181 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.29 |
| HSL | 217.78º | 0.81% | 0.39% | - |
| HSV(B) | 217.78º | 0.9% | 0.71% | - |
| XYZ | 11.41 | 9.07 | 44.86 | - |
| YUV | 72.69 | 189.12 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 181 | 0.90 | 0.56 | 0 | 0.29 | 217.78 | 0.81 | 0.39 |
| Hex | 13 | 4F | B5 | 5A | 38 | 0 | 1D | DA | 51 | 27 |
| Octal | 23 | 117 | 265 | 132 | 70 | 0 | 35 | 332 | 121 | 47 |
| Binary | 10011 | 1001111 | 10110101 | 1011010 | 111000 | 0 | 11101 | 11011010 | 1010001 | 100111 |
Color Harmonies of #134FB5
Complementary color
Monochromatic Colors of #134FB5
Black with #134FB5
Text Example
Text Example
White with #134FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FB5; }
p { color: rgb(19,79,181); }
H1.HeaderClassName
{
color: #134FB5;
}
.AnyTagClassName
{
color: #134FB5;
}
</style>
background-color css
<style>
a { background-color: #134FB5; }
a { background-color: rgb(19,79,181); }
div.DivClassName
{
background-color: #134FB5;
}
.BgClassName
{
background-color: #134FB5;
}
</style>
border-color css
<style>
span { border-color: #134FB5; }
span { border-color: rgb(19,79,181); }
td.TdClassName
{
border-color: #134FB5;
}
.TagClassName
{
border-color: #134FB5;
}
</style>