Shades of Cobalt #1451AC
Tints of Cobalt #1451AC
RGB
CMYK
RGB Variations
Color information
#1451AC (or 0x1451AC) is known color: Cobalt. HEX triplet: 14, 51 and AC. RGB value is (20,81,172). Sum of RGB (Red+Green+Blue) = 20+81+172=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #1451AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1451AC is #EBAE53. Grayscale: #484848. Windows color (decimal): -15445588 or 11292948. OLE color: 11292948.
HSL color Cylindrical-coordinate representation of color #1451AC: hue angle of 215.92º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1451AC is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 81 | 172 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.33 |
| HSL | 215.92º | 0.79% | 0.38% | - |
| HSV(B) | 215.92º | 0.88% | 0.67% | - |
| XYZ | 10.68 | 9.01 | 40.21 | - |
| YUV | 73.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 172 | 0.88 | 0.53 | 0 | 0.33 | 215.92 | 0.79 | 0.38 |
| Hex | 14 | 51 | AC | 58 | 35 | 0 | 21 | D8 | 4F | 26 |
| Octal | 24 | 121 | 254 | 130 | 65 | 0 | 41 | 330 | 117 | 46 |
| Binary | 10100 | 1010001 | 10101100 | 1011000 | 110101 | 0 | 100001 | 11011000 | 1001111 | 100110 |
Color Harmonies of #1451AC
Complementary color
Monochromatic Colors of #1451AC
Black with #1451AC
Text Example
Text Example
White with #1451AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451AC; }
p { color: rgb(20,81,172); }
H1.HeaderClassName
{
color: #1451AC;
}
.AnyTagClassName
{
color: #1451AC;
}
</style>
background-color css
<style>
a { background-color: #1451AC; }
a { background-color: rgb(20,81,172); }
div.DivClassName
{
background-color: #1451AC;
}
.BgClassName
{
background-color: #1451AC;
}
</style>
border-color css
<style>
span { border-color: #1451AC; }
span { border-color: rgb(20,81,172); }
td.TdClassName
{
border-color: #1451AC;
}
.TagClassName
{
border-color: #1451AC;
}
</style>