Shades of Cobalt #1353AA
Tints of Cobalt #1353AA
RGB
CMYK
RGB Variations
Color information
#1353AA (or 0x1353AA) is known color: Cobalt. HEX triplet: 13, 53 and AA. RGB value is (19,83,170). Sum of RGB (Red+Green+Blue) = 19+83+170=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #1353AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1353AA is #ECAC55. Grayscale: #494949. Windows color (decimal): -15510614 or 11162387. OLE color: 11162387.
HSL color Cylindrical-coordinate representation of color #1353AA: hue angle of 214.57º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1353AA is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 83 | 170 | - |
| CMYK | 0.89 | 0.51 | 0 | 0.33 |
| HSL | 214.57º | 0.8% | 0.37% | - |
| HSV(B) | 214.57º | 0.89% | 0.67% | - |
| XYZ | 10.62 | 9.23 | 39.25 | - |
| YUV | 73.78 | 182.3 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 83 | 170 | 0.89 | 0.51 | 0 | 0.33 | 214.57 | 0.8 | 0.37 |
| Hex | 13 | 53 | AA | 59 | 33 | 0 | 21 | D7 | 50 | 25 |
| Octal | 23 | 123 | 252 | 131 | 63 | 0 | 41 | 327 | 120 | 45 |
| Binary | 10011 | 1010011 | 10101010 | 1011001 | 110011 | 0 | 100001 | 11010111 | 1010000 | 100101 |
Color Harmonies of #1353AA
Complementary color
Monochromatic Colors of #1353AA
Black with #1353AA
Text Example
Text Example
White with #1353AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1353AA; }
p { color: rgb(19,83,170); }
H1.HeaderClassName
{
color: #1353AA;
}
.AnyTagClassName
{
color: #1353AA;
}
</style>
background-color css
<style>
a { background-color: #1353AA; }
a { background-color: rgb(19,83,170); }
div.DivClassName
{
background-color: #1353AA;
}
.BgClassName
{
background-color: #1353AA;
}
</style>
border-color css
<style>
span { border-color: #1353AA; }
span { border-color: rgb(19,83,170); }
td.TdClassName
{
border-color: #1353AA;
}
.TagClassName
{
border-color: #1353AA;
}
</style>