Shades of Cobalt #02589C
Tints of Cobalt #02589C
RGB
CMYK
RGB Variations
Color information
#02589C (or 0x02589C) is known color: Cobalt. HEX triplet: 02, 58 and 9C. RGB value is (2,88,156). Sum of RGB (Red+Green+Blue) = 2+88+156=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #02589C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02589C is #FDA763. Grayscale: #454545. Windows color (decimal): -16623460 or 10246146. OLE color: 10246146.
HSL color Cylindrical-coordinate representation of color #02589C: hue angle of 206.49º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02589C is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 88 | 156 | - |
| CMYK | 0.99 | 0.44 | 0 | 0.39 |
| HSL | 206.49º | 0.97% | 0.31% | - |
| HSV(B) | 206.49º | 0.99% | 0.61% | - |
| XYZ | 9.52 | 9.39 | 32.76 | - |
| YUV | 70.04 | 176.51 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 88 | 156 | 0.99 | 0.44 | 0 | 0.39 | 206.49 | 0.97 | 0.31 |
| Hex | 2 | 58 | 9C | 63 | 2C | 0 | 27 | CE | 61 | 1F |
| Octal | 2 | 130 | 234 | 143 | 54 | 0 | 47 | 316 | 141 | 37 |
| Binary | 10 | 1011000 | 10011100 | 1100011 | 101100 | 0 | 100111 | 11001110 | 1100001 | 11111 |
Color Harmonies of #02589C
Complementary color
Monochromatic Colors of #02589C
Black with #02589C
Text Example
Text Example
White with #02589C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02589C; }
p { color: rgb(2,88,156); }
H1.HeaderClassName
{
color: #02589C;
}
.AnyTagClassName
{
color: #02589C;
}
</style>
background-color css
<style>
a { background-color: #02589C; }
a { background-color: rgb(2,88,156); }
div.DivClassName
{
background-color: #02589C;
}
.BgClassName
{
background-color: #02589C;
}
</style>
border-color css
<style>
span { border-color: #02589C; }
span { border-color: rgb(2,88,156); }
td.TdClassName
{
border-color: #02589C;
}
.TagClassName
{
border-color: #02589C;
}
</style>