Shades of Dark Cyan #01828B
Tints of Dark Cyan #01828B
RGB
CMYK
RGB Variations
Color information
#01828B (or 0x01828B) is known color: Dark Cyan. HEX triplet: 01, 82 and 8B. RGB value is (1,130,139). Sum of RGB (Red+Green+Blue) = 1+130+139=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #01828B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01828B is #FE7D74. Grayscale: #5C5C5C. Windows color (decimal): -16678261 or 9142785. OLE color: 9142785.
HSL color Cylindrical-coordinate representation of color #01828B: hue angle of 183.91º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01828B is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 130 | 139 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.45 |
| HSL | 183.91º | 0.99% | 0.27% | - |
| HSV(B) | 183.91º | 0.99% | 0.55% | - |
| XYZ | 12.66 | 17.84 | 27.2 | - |
| YUV | 92.46 | 154.26 | 62.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 139 | 0.99 | 0.06 | 0 | 0.45 | 183.91 | 0.99 | 0.27 |
| Hex | 1 | 82 | 8B | 63 | 6 | 0 | 2D | B8 | 63 | 1B |
| Octal | 1 | 202 | 213 | 143 | 6 | 0 | 55 | 270 | 143 | 33 |
| Binary | 1 | 10000010 | 10001011 | 1100011 | 110 | 0 | 101101 | 10111000 | 1100011 | 11011 |
Color Harmonies of #01828B
Complementary color
Monochromatic Colors of #01828B
Black with #01828B
Text Example
Text Example
White with #01828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01828B; }
p { color: rgb(1,130,139); }
H1.HeaderClassName
{
color: #01828B;
}
.AnyTagClassName
{
color: #01828B;
}
</style>
background-color css
<style>
a { background-color: #01828B; }
a { background-color: rgb(1,130,139); }
div.DivClassName
{
background-color: #01828B;
}
.BgClassName
{
background-color: #01828B;
}
</style>
border-color css
<style>
span { border-color: #01828B; }
span { border-color: rgb(1,130,139); }
td.TdClassName
{
border-color: #01828B;
}
.TagClassName
{
border-color: #01828B;
}
</style>