Shades of Cobalt #0243BA
Tints of Cobalt #0243BA
RGB
CMYK
RGB Variations
Color information
#0243BA (or 0x0243BA) is known color: Cobalt. HEX triplet: 02, 43 and BA. RGB value is (2,67,186). Sum of RGB (Red+Green+Blue) = 2+67+186=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 186 (73.05% from 255 or 72.94% from 255); Max value from RGB is 186 - color contains mainly: blue. Hex color #0243BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243BA is #FDBC45. Grayscale: #3C3C3C. Windows color (decimal): -16628806 or 12206850. OLE color: 12206850.
HSL color Cylindrical-coordinate representation of color #0243BA: hue angle of 218.8º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0243BA is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 67 | 186 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.27 |
| HSL | 218.8º | 0.98% | 0.37% | - |
| HSV(B) | 218.8º | 0.99% | 0.73% | - |
| XYZ | 10.9 | 7.57 | 47.34 | - |
| YUV | 61.13 | 198.47 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 186 | 0.99 | 0.64 | 0 | 0.27 | 218.8 | 0.98 | 0.37 |
| Hex | 2 | 43 | BA | 63 | 40 | 0 | 1B | DB | 62 | 25 |
| Octal | 2 | 103 | 272 | 143 | 100 | 0 | 33 | 333 | 142 | 45 |
| Binary | 10 | 1000011 | 10111010 | 1100011 | 1000000 | 0 | 11011 | 11011011 | 1100010 | 100101 |
Color Harmonies of #0243BA
Complementary color
Monochromatic Colors of #0243BA
Black with #0243BA
Text Example
Text Example
White with #0243BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243BA; }
p { color: rgb(2,67,186); }
H1.HeaderClassName
{
color: #0243BA;
}
.AnyTagClassName
{
color: #0243BA;
}
</style>
background-color css
<style>
a { background-color: #0243BA; }
a { background-color: rgb(2,67,186); }
div.DivClassName
{
background-color: #0243BA;
}
.BgClassName
{
background-color: #0243BA;
}
</style>
border-color css
<style>
span { border-color: #0243BA; }
span { border-color: rgb(2,67,186); }
td.TdClassName
{
border-color: #0243BA;
}
.TagClassName
{
border-color: #0243BA;
}
</style>