Shades of Cobalt #1155A3
Tints of Cobalt #1155A3
RGB
CMYK
RGB Variations
Color information
#1155A3 (or 0x1155A3) is known color: Cobalt. HEX triplet: 11, 55 and A3. RGB value is (17,85,163). Sum of RGB (Red+Green+Blue) = 17+85+163=265 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.42% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #1155A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1155A3 is #EEAA5C. Grayscale: #494949. Windows color (decimal): -15641181 or 10704145. OLE color: 10704145.
HSL color Cylindrical-coordinate representation of color #1155A3: hue angle of 212.05º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1155A3 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 85 | 163 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.36 |
| HSL | 212.05º | 0.81% | 0.35% | - |
| HSV(B) | 212.05º | 0.9% | 0.64% | - |
| XYZ | 10.09 | 9.26 | 35.91 | - |
| YUV | 73.56 | 178.47 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 85 | 163 | 0.90 | 0.48 | 0 | 0.36 | 212.05 | 0.81 | 0.35 |
| Hex | 11 | 55 | A3 | 5A | 30 | 0 | 24 | D4 | 51 | 23 |
| Octal | 21 | 125 | 243 | 132 | 60 | 0 | 44 | 324 | 121 | 43 |
| Binary | 10001 | 1010101 | 10100011 | 1011010 | 110000 | 0 | 100100 | 11010100 | 1010001 | 100011 |
Color Harmonies of #1155A3
Complementary color
Monochromatic Colors of #1155A3
Black with #1155A3
Text Example
Text Example
White with #1155A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1155A3; }
p { color: rgb(17,85,163); }
H1.HeaderClassName
{
color: #1155A3;
}
.AnyTagClassName
{
color: #1155A3;
}
</style>
background-color css
<style>
a { background-color: #1155A3; }
a { background-color: rgb(17,85,163); }
div.DivClassName
{
background-color: #1155A3;
}
.BgClassName
{
background-color: #1155A3;
}
</style>
border-color css
<style>
span { border-color: #1155A3; }
span { border-color: rgb(17,85,163); }
td.TdClassName
{
border-color: #1155A3;
}
.TagClassName
{
border-color: #1155A3;
}
</style>