Shades of Cobalt #0242BD
Tints of Cobalt #0242BD
RGB
CMYK
RGB Variations
Color information
#0242BD (or 0x0242BD) is known color: Cobalt. HEX triplet: 02, 42 and BD. RGB value is (2,66,189). Sum of RGB (Red+Green+Blue) = 2+66+189=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 189 (74.22% from 255 or 73.54% from 257); Max value from RGB is 189 - color contains mainly: blue. Hex color #0242BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0242BD is #FDBD42. Grayscale: #3C3C3C. Windows color (decimal): -16629059 or 12403202. OLE color: 12403202.
HSL color Cylindrical-coordinate representation of color #0242BD: hue angle of 219.47º 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 #0242BD is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 2 | 66 | 189 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.26 |
| HSL | 219.47º | 0.98% | 0.37% | - |
| HSV(B) | 219.47º | 0.99% | 0.74% | - |
| XYZ | 11.16 | 7.58 | 49.02 | - |
| YUV | 60.89 | 200.3 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 66 | 189 | 0.99 | 0.65 | 0 | 0.26 | 219.47 | 0.98 | 0.37 |
| Hex | 2 | 42 | BD | 63 | 41 | 0 | 1A | DB | 62 | 25 |
| Octal | 2 | 102 | 275 | 143 | 101 | 0 | 32 | 333 | 142 | 45 |
| Binary | 10 | 1000010 | 10111101 | 1100011 | 1000001 | 0 | 11010 | 11011011 | 1100010 | 100101 |
Color Harmonies of #0242BD
Complementary color
Monochromatic Colors of #0242BD
Black with #0242BD
Text Example
Text Example
White with #0242BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0242BD; }
p { color: rgb(2,66,189); }
H1.HeaderClassName
{
color: #0242BD;
}
.AnyTagClassName
{
color: #0242BD;
}
</style>
background-color css
<style>
a { background-color: #0242BD; }
a { background-color: rgb(2,66,189); }
div.DivClassName
{
background-color: #0242BD;
}
.BgClassName
{
background-color: #0242BD;
}
</style>
border-color css
<style>
span { border-color: #0242BD; }
span { border-color: rgb(2,66,189); }
td.TdClassName
{
border-color: #0242BD;
}
.TagClassName
{
border-color: #0242BD;
}
</style>