Shades of Cobalt #12469D
Tints of Cobalt #12469D
RGB
CMYK
RGB Variations
Color information
#12469D (or 0x12469D) is known color: Cobalt. HEX triplet: 12, 46 and 9D. RGB value is (18,70,157). Sum of RGB (Red+Green+Blue) = 18+70+157=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #12469D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12469D is #EDB962. Grayscale: #3F3F3F. Windows color (decimal): -15579491 or 10307090. OLE color: 10307090.
HSL color Cylindrical-coordinate representation of color #12469D: hue angle of 217.55º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12469D is Cyan = 0.89, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 70 | 157 | - |
| CMYK | 0.89 | 0.55 | 0 | 0.38 |
| HSL | 217.55º | 0.79% | 0.34% | - |
| HSV(B) | 217.55º | 0.89% | 0.62% | - |
| XYZ | 8.53 | 6.94 | 32.79 | - |
| YUV | 64.37 | 180.27 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 157 | 0.89 | 0.55 | 0 | 0.38 | 217.55 | 0.79 | 0.34 |
| Hex | 12 | 46 | 9D | 59 | 37 | 0 | 26 | DA | 4F | 22 |
| Octal | 22 | 106 | 235 | 131 | 67 | 0 | 46 | 332 | 117 | 42 |
| Binary | 10010 | 1000110 | 10011101 | 1011001 | 110111 | 0 | 100110 | 11011010 | 1001111 | 100010 |
Color Harmonies of #12469D
Complementary color
Monochromatic Colors of #12469D
Black with #12469D
Text Example
Text Example
White with #12469D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12469D; }
p { color: rgb(18,70,157); }
H1.HeaderClassName
{
color: #12469D;
}
.AnyTagClassName
{
color: #12469D;
}
</style>
background-color css
<style>
a { background-color: #12469D; }
a { background-color: rgb(18,70,157); }
div.DivClassName
{
background-color: #12469D;
}
.BgClassName
{
background-color: #12469D;
}
</style>
border-color css
<style>
span { border-color: #12469D; }
span { border-color: rgb(18,70,157); }
td.TdClassName
{
border-color: #12469D;
}
.TagClassName
{
border-color: #12469D;
}
</style>