Shades of Cobalt #134DB1
Tints of Cobalt #134DB1
RGB
CMYK
RGB Variations
Color information
#134DB1 (or 0x134DB1) is known color: Cobalt. HEX triplet: 13, 4D and B1. RGB value is (19,77,177). Sum of RGB (Red+Green+Blue) = 19+77+177=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #134DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134DB1 is #ECB24E. Grayscale: #464646. Windows color (decimal): -15512143 or 11619603. OLE color: 11619603.
HSL color Cylindrical-coordinate representation of color #134DB1: hue angle of 217.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #134DB1 is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 77 | 177 | - |
| CMYK | 0.89 | 0.56 | 0 | 0.31 |
| HSL | 217.97º | 0.81% | 0.38% | - |
| HSV(B) | 217.97º | 0.89% | 0.69% | - |
| XYZ | 10.86 | 8.62 | 42.69 | - |
| YUV | 71.06 | 187.78 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 177 | 0.89 | 0.56 | 0 | 0.31 | 217.97 | 0.81 | 0.38 |
| Hex | 13 | 4D | B1 | 59 | 38 | 0 | 1F | DA | 51 | 26 |
| Octal | 23 | 115 | 261 | 131 | 70 | 0 | 37 | 332 | 121 | 46 |
| Binary | 10011 | 1001101 | 10110001 | 1011001 | 111000 | 0 | 11111 | 11011010 | 1010001 | 100110 |
Color Harmonies of #134DB1
Complementary color
Monochromatic Colors of #134DB1
Black with #134DB1
Text Example
Text Example
White with #134DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DB1; }
p { color: rgb(19,77,177); }
H1.HeaderClassName
{
color: #134DB1;
}
.AnyTagClassName
{
color: #134DB1;
}
</style>
background-color css
<style>
a { background-color: #134DB1; }
a { background-color: rgb(19,77,177); }
div.DivClassName
{
background-color: #134DB1;
}
.BgClassName
{
background-color: #134DB1;
}
</style>
border-color css
<style>
span { border-color: #134DB1; }
span { border-color: rgb(19,77,177); }
td.TdClassName
{
border-color: #134DB1;
}
.TagClassName
{
border-color: #134DB1;
}
</style>