Shades of Dark Cyan #02858B
Tints of Dark Cyan #02858B
RGB
CMYK
RGB Variations
Color information
#02858B (or 0x02858B) is known color: Dark Cyan. HEX triplet: 02, 85 and 8B. RGB value is (2,133,139). Sum of RGB (Red+Green+Blue) = 2+133+139=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #02858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02858B is #FD7A74. Grayscale: #5E5E5E. Windows color (decimal): -16611957 or 9143554. OLE color: 9143554.
HSL color Cylindrical-coordinate representation of color #02858B: hue angle of 182.63º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02858B is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 133 | 139 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.45 |
| HSL | 182.63º | 0.97% | 0.28% | - |
| HSV(B) | 182.63º | 0.99% | 0.55% | - |
| XYZ | 13.07 | 18.65 | 27.34 | - |
| YUV | 94.52 | 153.1 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 133 | 139 | 0.99 | 0.04 | 0 | 0.45 | 182.63 | 0.97 | 0.28 |
| Hex | 2 | 85 | 8B | 63 | 4 | 0 | 2D | B7 | 61 | 1C |
| Octal | 2 | 205 | 213 | 143 | 4 | 0 | 55 | 267 | 141 | 34 |
| Binary | 10 | 10000101 | 10001011 | 1100011 | 100 | 0 | 101101 | 10110111 | 1100001 | 11100 |
Color Harmonies of #02858B
Complementary color
Monochromatic Colors of #02858B
Black with #02858B
Text Example
Text Example
White with #02858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02858B; }
p { color: rgb(2,133,139); }
H1.HeaderClassName
{
color: #02858B;
}
.AnyTagClassName
{
color: #02858B;
}
</style>
background-color css
<style>
a { background-color: #02858B; }
a { background-color: rgb(2,133,139); }
div.DivClassName
{
background-color: #02858B;
}
.BgClassName
{
background-color: #02858B;
}
</style>
border-color css
<style>
span { border-color: #02858B; }
span { border-color: rgb(2,133,139); }
td.TdClassName
{
border-color: #02858B;
}
.TagClassName
{
border-color: #02858B;
}
</style>