Shades of Cobalt #1354A3
Tints of Cobalt #1354A3
RGB
CMYK
RGB Variations
Color information
#1354A3 (or 0x1354A3) is known color: Cobalt. HEX triplet: 13, 54 and A3. RGB value is (19,84,163). Sum of RGB (Red+Green+Blue) = 19+84+163=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 163 (64.06% from 255 or 61.28% from 266); Max value from RGB is 163 - color contains mainly: blue. Hex color #1354A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1354A3 is #ECAB5C. Grayscale: #494949. Windows color (decimal): -15510365 or 10703891. OLE color: 10703891.
HSL color Cylindrical-coordinate representation of color #1354A3: hue angle of 212.92º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1354A3 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 19 | 84 | 163 | - |
| CMYK | 0.88 | 0.48 | 0 | 0.36 |
| HSL | 212.92º | 0.79% | 0.36% | - |
| HSV(B) | 212.92º | 0.88% | 0.64% | - |
| XYZ | 10.05 | 9.12 | 35.88 | - |
| YUV | 73.57 | 178.47 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 84 | 163 | 0.88 | 0.48 | 0 | 0.36 | 212.92 | 0.79 | 0.36 |
| Hex | 13 | 54 | A3 | 58 | 30 | 0 | 24 | D5 | 4F | 24 |
| Octal | 23 | 124 | 243 | 130 | 60 | 0 | 44 | 325 | 117 | 44 |
| Binary | 10011 | 1010100 | 10100011 | 1011000 | 110000 | 0 | 100100 | 11010101 | 1001111 | 100100 |
Color Harmonies of #1354A3
Complementary color
Monochromatic Colors of #1354A3
Black with #1354A3
Text Example
Text Example
White with #1354A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1354A3; }
p { color: rgb(19,84,163); }
H1.HeaderClassName
{
color: #1354A3;
}
.AnyTagClassName
{
color: #1354A3;
}
</style>
background-color css
<style>
a { background-color: #1354A3; }
a { background-color: rgb(19,84,163); }
div.DivClassName
{
background-color: #1354A3;
}
.BgClassName
{
background-color: #1354A3;
}
</style>
border-color css
<style>
span { border-color: #1354A3; }
span { border-color: rgb(19,84,163); }
td.TdClassName
{
border-color: #1354A3;
}
.TagClassName
{
border-color: #1354A3;
}
</style>