Shades of Cobalt #1253A4
Tints of Cobalt #1253A4
RGB
CMYK
RGB Variations
Color information
#1253A4 (or 0x1253A4) is known color: Cobalt. HEX triplet: 12, 53 and A4. RGB value is (18,83,164). Sum of RGB (Red+Green+Blue) = 18+83+164=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 164 (64.45% from 255 or 61.89% from 265); Max value from RGB is 164 - color contains mainly: blue. Hex color #1253A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1253A4 is #EDAC5B. Grayscale: #484848. Windows color (decimal): -15576156 or 10769170. OLE color: 10769170.
HSL color Cylindrical-coordinate representation of color #1253A4: hue angle of 213.29º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1253A4 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 83 | 164 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.36 |
| HSL | 213.29º | 0.8% | 0.36% | - |
| HSV(B) | 213.29º | 0.89% | 0.64% | - |
| XYZ | 10.04 | 9 | 36.33 | - |
| YUV | 72.8 | 179.47 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 164 | 0.89 | 0.49 | 0 | 0.36 | 213.29 | 0.8 | 0.36 |
| Hex | 12 | 53 | A4 | 59 | 31 | 0 | 24 | D5 | 50 | 24 |
| Octal | 22 | 123 | 244 | 131 | 61 | 0 | 44 | 325 | 120 | 44 |
| Binary | 10010 | 1010011 | 10100100 | 1011001 | 110001 | 0 | 100100 | 11010101 | 1010000 | 100100 |
Color Harmonies of #1253A4
Complementary color
Monochromatic Colors of #1253A4
Black with #1253A4
Text Example
Text Example
White with #1253A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1253A4; }
p { color: rgb(18,83,164); }
H1.HeaderClassName
{
color: #1253A4;
}
.AnyTagClassName
{
color: #1253A4;
}
</style>
background-color css
<style>
a { background-color: #1253A4; }
a { background-color: rgb(18,83,164); }
div.DivClassName
{
background-color: #1253A4;
}
.BgClassName
{
background-color: #1253A4;
}
</style>
border-color css
<style>
span { border-color: #1253A4; }
span { border-color: rgb(18,83,164); }
td.TdClassName
{
border-color: #1253A4;
}
.TagClassName
{
border-color: #1253A4;
}
</style>