Shades of Cobalt #134F99
Tints of Cobalt #134F99
RGB
CMYK
RGB Variations
Color information
#134F99 (or 0x134F99) is known color: Cobalt. HEX triplet: 13, 4F and 99. RGB value is (19,79,153). Sum of RGB (Red+Green+Blue) = 19+79+153=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #134F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F99 is #ECB066. Grayscale: #454545. Windows color (decimal): -15511655 or 10047251. OLE color: 10047251.
HSL color Cylindrical-coordinate representation of color #134F99: hue angle of 213.13º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134F99 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 19 | 79 | 153 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.4 |
| HSL | 213.13º | 0.78% | 0.34% | - |
| HSV(B) | 213.13º | 0.88% | 0.6% | - |
| XYZ | 8.81 | 8.03 | 31.22 | - |
| YUV | 69.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 153 | 0.88 | 0.48 | 0 | 0.4 | 213.13 | 0.78 | 0.34 |
| Hex | 13 | 4F | 99 | 58 | 30 | 0 | 28 | D5 | 4E | 22 |
| Octal | 23 | 117 | 231 | 130 | 60 | 0 | 50 | 325 | 116 | 42 |
| Binary | 10011 | 1001111 | 10011001 | 1011000 | 110000 | 0 | 101000 | 11010101 | 1001110 | 100010 |
Color Harmonies of #134F99
Complementary color
Monochromatic Colors of #134F99
Black with #134F99
Text Example
Text Example
White with #134F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F99; }
p { color: rgb(19,79,153); }
H1.HeaderClassName
{
color: #134F99;
}
.AnyTagClassName
{
color: #134F99;
}
</style>
background-color css
<style>
a { background-color: #134F99; }
a { background-color: rgb(19,79,153); }
div.DivClassName
{
background-color: #134F99;
}
.BgClassName
{
background-color: #134F99;
}
</style>
border-color css
<style>
span { border-color: #134F99; }
span { border-color: rgb(19,79,153); }
td.TdClassName
{
border-color: #134F99;
}
.TagClassName
{
border-color: #134F99;
}
</style>