Shades of Cobalt #125A9F
Tints of Cobalt #125A9F
RGB
CMYK
RGB Variations
Color information
#125A9F (or 0x125A9F) is known color: Cobalt. HEX triplet: 12, 5A and 9F. RGB value is (18,90,159). Sum of RGB (Red+Green+Blue) = 18+90+159=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #125A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125A9F is #EDA560. Grayscale: #4B4B4B. Windows color (decimal): -15574369 or 10443282. OLE color: 10443282.
HSL color Cylindrical-coordinate representation of color #125A9F: hue angle of 209.36º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125A9F is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 90 | 159 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.38 |
| HSL | 209.36º | 0.8% | 0.35% | - |
| HSV(B) | 209.36º | 0.89% | 0.62% | - |
| XYZ | 10.16 | 9.94 | 34.18 | - |
| YUV | 76.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 159 | 0.89 | 0.43 | 0 | 0.38 | 209.36 | 0.8 | 0.35 |
| Hex | 12 | 5A | 9F | 59 | 2B | 0 | 26 | D1 | 50 | 23 |
| Octal | 22 | 132 | 237 | 131 | 53 | 0 | 46 | 321 | 120 | 43 |
| Binary | 10010 | 1011010 | 10011111 | 1011001 | 101011 | 0 | 100110 | 11010001 | 1010000 | 100011 |
Color Harmonies of #125A9F
Complementary color
Monochromatic Colors of #125A9F
Black with #125A9F
Text Example
Text Example
White with #125A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A9F; }
p { color: rgb(18,90,159); }
H1.HeaderClassName
{
color: #125A9F;
}
.AnyTagClassName
{
color: #125A9F;
}
</style>
background-color css
<style>
a { background-color: #125A9F; }
a { background-color: rgb(18,90,159); }
div.DivClassName
{
background-color: #125A9F;
}
.BgClassName
{
background-color: #125A9F;
}
</style>
border-color css
<style>
span { border-color: #125A9F; }
span { border-color: rgb(18,90,159); }
td.TdClassName
{
border-color: #125A9F;
}
.TagClassName
{
border-color: #125A9F;
}
</style>