Shades of Cobalt #0243BD
Tints of Cobalt #0243BD
RGB
CMYK
RGB Variations
Color information
#0243BD (or 0x0243BD) is known color: Cobalt. HEX triplet: 02, 43 and BD. RGB value is (2,67,189). Sum of RGB (Red+Green+Blue) = 2+67+189=258 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #0243BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0243BD is #FDBC42. Grayscale: #3C3C3C. Windows color (decimal): -16628803 or 12403458. OLE color: 12403458.
HSL color Cylindrical-coordinate representation of color #0243BD: hue angle of 219.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0243BD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 67 | 189 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.26 |
| HSL | 219.14º | 0.98% | 0.37% | - |
| HSV(B) | 219.14º | 0.99% | 0.74% | - |
| XYZ | 11.22 | 7.7 | 49.04 | - |
| YUV | 61.47 | 199.97 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 189 | 0.99 | 0.65 | 0 | 0.26 | 219.14 | 0.98 | 0.37 |
| Hex | 2 | 43 | BD | 63 | 41 | 0 | 1A | DB | 62 | 25 |
| Octal | 2 | 103 | 275 | 143 | 101 | 0 | 32 | 333 | 142 | 45 |
| Binary | 10 | 1000011 | 10111101 | 1100011 | 1000001 | 0 | 11010 | 11011011 | 1100010 | 100101 |
Color Harmonies of #0243BD
Complementary color
Monochromatic Colors of #0243BD
Black with #0243BD
Text Example
Text Example
White with #0243BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0243BD; }
p { color: rgb(2,67,189); }
H1.HeaderClassName
{
color: #0243BD;
}
.AnyTagClassName
{
color: #0243BD;
}
</style>
background-color css
<style>
a { background-color: #0243BD; }
a { background-color: rgb(2,67,189); }
div.DivClassName
{
background-color: #0243BD;
}
.BgClassName
{
background-color: #0243BD;
}
</style>
border-color css
<style>
span { border-color: #0243BD; }
span { border-color: rgb(2,67,189); }
td.TdClassName
{
border-color: #0243BD;
}
.TagClassName
{
border-color: #0243BD;
}
</style>