Shades of Denim #134FCB
Tints of Denim #134FCB
RGB
CMYK
RGB Variations
Color information
#134FCB (or 0x134FCB) is known color: Denim. HEX triplet: 13, 4F and CB. RGB value is (19,79,203). Sum of RGB (Red+Green+Blue) = 19+79+203=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #134FCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FCB is #ECB034. Grayscale: #4A4A4A. Windows color (decimal): -15511605 or 13324051. OLE color: 13324051.
HSL color Cylindrical-coordinate representation of color #134FCB: hue angle of 220.43º 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 #134FCB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 79 | 203 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.20 |
| HSL | 220.43º | 0.83% | 0.44% | - |
| HSV(B) | 220.43º | 0.91% | 0.8% | - |
| XYZ | 13.84 | 10.04 | 57.71 | - |
| YUV | 75.2 | 200.12 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 203 | 0.91 | 0.61 | 0 | 0.20 | 220.43 | 0.83 | 0.44 |
| Hex | 13 | 4F | CB | 5B | 3D | 0 | 14 | DC | 53 | 2C |
| Octal | 23 | 117 | 313 | 133 | 75 | 0 | 24 | 334 | 123 | 54 |
| Binary | 10011 | 1001111 | 11001011 | 1011011 | 111101 | 0 | 10100 | 11011100 | 1010011 | 101100 |
Color Harmonies of #134FCB
Complementary color
Monochromatic Colors of #134FCB
Black with #134FCB
Text Example
Text Example
White with #134FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FCB; }
p { color: rgb(19,79,203); }
H1.HeaderClassName
{
color: #134FCB;
}
.AnyTagClassName
{
color: #134FCB;
}
</style>
background-color css
<style>
a { background-color: #134FCB; }
a { background-color: rgb(19,79,203); }
div.DivClassName
{
background-color: #134FCB;
}
.BgClassName
{
background-color: #134FCB;
}
</style>
border-color css
<style>
span { border-color: #134FCB; }
span { border-color: rgb(19,79,203); }
td.TdClassName
{
border-color: #134FCB;
}
.TagClassName
{
border-color: #134FCB;
}
</style>