Shades of Cobalt #125AA0
Tints of Cobalt #125AA0
RGB
CMYK
RGB Variations
Color information
#125AA0 (or 0x125AA0) is known color: Cobalt. HEX triplet: 12, 5A and A0. RGB value is (18,90,160). Sum of RGB (Red+Green+Blue) = 18+90+160=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 160 (62.89% from 255 or 59.70% from 268); Max value from RGB is 160 - color contains mainly: blue. Hex color #125AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AA0 is #EDA55F. Grayscale: #4C4C4C. Windows color (decimal): -15574368 or 10508818. OLE color: 10508818.
HSL color Cylindrical-coordinate representation of color #125AA0: hue angle of 209.58º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125AA0 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 90 | 160 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.37 |
| HSL | 209.58º | 0.8% | 0.35% | - |
| HSV(B) | 209.58º | 0.89% | 0.63% | - |
| XYZ | 10.25 | 9.98 | 34.64 | - |
| YUV | 76.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 160 | 0.89 | 0.44 | 0 | 0.37 | 209.58 | 0.8 | 0.35 |
| Hex | 12 | 5A | A0 | 59 | 2C | 0 | 25 | D2 | 50 | 23 |
| Octal | 22 | 132 | 240 | 131 | 54 | 0 | 45 | 322 | 120 | 43 |
| Binary | 10010 | 1011010 | 10100000 | 1011001 | 101100 | 0 | 100101 | 11010010 | 1010000 | 100011 |
Color Harmonies of #125AA0
Complementary color
Monochromatic Colors of #125AA0
Black with #125AA0
Text Example
Text Example
White with #125AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125AA0; }
p { color: rgb(18,90,160); }
H1.HeaderClassName
{
color: #125AA0;
}
.AnyTagClassName
{
color: #125AA0;
}
</style>
background-color css
<style>
a { background-color: #125AA0; }
a { background-color: rgb(18,90,160); }
div.DivClassName
{
background-color: #125AA0;
}
.BgClassName
{
background-color: #125AA0;
}
</style>
border-color css
<style>
span { border-color: #125AA0; }
span { border-color: rgb(18,90,160); }
td.TdClassName
{
border-color: #125AA0;
}
.TagClassName
{
border-color: #125AA0;
}
</style>