Shades of Cobalt #1348AC
Tints of Cobalt #1348AC
RGB
CMYK
RGB Variations
Color information
#1348AC (or 0x1348AC) is known color: Cobalt. HEX triplet: 13, 48 and AC. RGB value is (19,72,172). Sum of RGB (Red+Green+Blue) = 19+72+172=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #1348AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1348AC is #ECB753. Grayscale: #434343. Windows color (decimal): -15513428 or 11290643. OLE color: 11290643.
HSL color Cylindrical-coordinate representation of color #1348AC: hue angle of 219.22º 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 #1348AC is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 72 | 172 | - |
| CMYK | 0.89 | 0.58 | 0 | 0.33 |
| HSL | 219.22º | 0.8% | 0.37% | - |
| HSV(B) | 219.22º | 0.89% | 0.67% | - |
| XYZ | 10.03 | 7.75 | 40 | - |
| YUV | 67.55 | 186.94 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 72 | 172 | 0.89 | 0.58 | 0 | 0.33 | 219.22 | 0.8 | 0.37 |
| Hex | 13 | 48 | AC | 59 | 3A | 0 | 21 | DB | 50 | 25 |
| Octal | 23 | 110 | 254 | 131 | 72 | 0 | 41 | 333 | 120 | 45 |
| Binary | 10011 | 1001000 | 10101100 | 1011001 | 111010 | 0 | 100001 | 11011011 | 1010000 | 100101 |
Color Harmonies of #1348AC
Complementary color
Monochromatic Colors of #1348AC
Black with #1348AC
Text Example
Text Example
White with #1348AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1348AC; }
p { color: rgb(19,72,172); }
H1.HeaderClassName
{
color: #1348AC;
}
.AnyTagClassName
{
color: #1348AC;
}
</style>
background-color css
<style>
a { background-color: #1348AC; }
a { background-color: rgb(19,72,172); }
div.DivClassName
{
background-color: #1348AC;
}
.BgClassName
{
background-color: #1348AC;
}
</style>
border-color css
<style>
span { border-color: #1348AC; }
span { border-color: rgb(19,72,172); }
td.TdClassName
{
border-color: #1348AC;
}
.TagClassName
{
border-color: #1348AC;
}
</style>