Shades of Cobalt #125AA1
Tints of Cobalt #125AA1
RGB
CMYK
RGB Variations
Color information
#125AA1 (or 0x125AA1) is known color: Cobalt. HEX triplet: 12, 5A and A1. RGB value is (18,90,161). Sum of RGB (Red+Green+Blue) = 18+90+161=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 161 (63.28% from 255 or 59.85% from 269); Max value from RGB is 161 - color contains mainly: blue. Hex color #125AA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AA1 is #EDA55E. Grayscale: #4C4C4C. Windows color (decimal): -15574367 or 10574354. OLE color: 10574354.
HSL color Cylindrical-coordinate representation of color #125AA1: hue angle of 209.79º 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 #125AA1 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 90 | 161 | - |
| CMYK | 0.89 | 0.44 | 0 | 0.37 |
| HSL | 209.79º | 0.8% | 0.35% | - |
| HSV(B) | 209.79º | 0.89% | 0.63% | - |
| XYZ | 10.34 | 10.01 | 35.11 | - |
| YUV | 76.57 | 175.65 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 161 | 0.89 | 0.44 | 0 | 0.37 | 209.79 | 0.8 | 0.35 |
| Hex | 12 | 5A | A1 | 59 | 2C | 0 | 25 | D2 | 50 | 23 |
| Octal | 22 | 132 | 241 | 131 | 54 | 0 | 45 | 322 | 120 | 43 |
| Binary | 10010 | 1011010 | 10100001 | 1011001 | 101100 | 0 | 100101 | 11010010 | 1010000 | 100011 |
Color Harmonies of #125AA1
Complementary color
Monochromatic Colors of #125AA1
Black with #125AA1
Text Example
Text Example
White with #125AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125AA1; }
p { color: rgb(18,90,161); }
H1.HeaderClassName
{
color: #125AA1;
}
.AnyTagClassName
{
color: #125AA1;
}
</style>
background-color css
<style>
a { background-color: #125AA1; }
a { background-color: rgb(18,90,161); }
div.DivClassName
{
background-color: #125AA1;
}
.BgClassName
{
background-color: #125AA1;
}
</style>
border-color css
<style>
span { border-color: #125AA1; }
span { border-color: rgb(18,90,161); }
td.TdClassName
{
border-color: #125AA1;
}
.TagClassName
{
border-color: #125AA1;
}
</style>