Shades of Cobalt #134F9D
Tints of Cobalt #134F9D
RGB
CMYK
RGB Variations
Color information
#134F9D (or 0x134F9D) is known color: Cobalt. HEX triplet: 13, 4F and 9D. RGB value is (19,79,157). Sum of RGB (Red+Green+Blue) = 19+79+157=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #134F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #134F9D is #ECB062. Grayscale: #454545. Windows color (decimal): -15511651 or 10309395. OLE color: 10309395.
HSL color Cylindrical-coordinate representation of color #134F9D: hue angle of 213.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #134F9D is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 79 | 157 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.38 |
| HSL | 213.91º | 0.78% | 0.35% | - |
| HSV(B) | 213.91º | 0.88% | 0.62% | - |
| XYZ | 9.15 | 8.16 | 32.99 | - |
| YUV | 69.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 157 | 0.88 | 0.50 | 0 | 0.38 | 213.91 | 0.78 | 0.35 |
| Hex | 13 | 4F | 9D | 58 | 32 | 0 | 26 | D6 | 4E | 23 |
| Octal | 23 | 117 | 235 | 130 | 62 | 0 | 46 | 326 | 116 | 43 |
| Binary | 10011 | 1001111 | 10011101 | 1011000 | 110010 | 0 | 100110 | 11010110 | 1001110 | 100011 |
Color Harmonies of #134F9D
Complementary color
Monochromatic Colors of #134F9D
Black with #134F9D
Text Example
Text Example
White with #134F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134F9D; }
p { color: rgb(19,79,157); }
H1.HeaderClassName
{
color: #134F9D;
}
.AnyTagClassName
{
color: #134F9D;
}
</style>
background-color css
<style>
a { background-color: #134F9D; }
a { background-color: rgb(19,79,157); }
div.DivClassName
{
background-color: #134F9D;
}
.BgClassName
{
background-color: #134F9D;
}
</style>
border-color css
<style>
span { border-color: #134F9D; }
span { border-color: rgb(19,79,157); }
td.TdClassName
{
border-color: #134F9D;
}
.TagClassName
{
border-color: #134F9D;
}
</style>