Shades of Dark Cyan #04858B
Tints of Dark Cyan #04858B
RGB
CMYK
RGB Variations
Color information
#04858B (or 0x04858B) is known color: Dark Cyan. HEX triplet: 04, 85 and 8B. RGB value is (4,133,139). Sum of RGB (Red+Green+Blue) = 4+133+139=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #04858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04858B is #FB7A74. Grayscale: #5E5E5E. Windows color (decimal): -16480885 or 9143556. OLE color: 9143556.
HSL color Cylindrical-coordinate representation of color #04858B: hue angle of 182.67º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04858B is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 133 | 139 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.45 |
| HSL | 182.67º | 0.94% | 0.28% | - |
| HSV(B) | 182.67º | 0.97% | 0.55% | - |
| XYZ | 13.1 | 18.66 | 27.34 | - |
| YUV | 95.11 | 152.76 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 133 | 139 | 0.97 | 0.04 | 0 | 0.45 | 182.67 | 0.94 | 0.28 |
| Hex | 4 | 85 | 8B | 61 | 4 | 0 | 2D | B7 | 5E | 1C |
| Octal | 4 | 205 | 213 | 141 | 4 | 0 | 55 | 267 | 136 | 34 |
| Binary | 100 | 10000101 | 10001011 | 1100001 | 100 | 0 | 101101 | 10110111 | 1011110 | 11100 |
Color Harmonies of #04858B
Complementary color
Monochromatic Colors of #04858B
Black with #04858B
Text Example
Text Example
White with #04858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04858B; }
p { color: rgb(4,133,139); }
H1.HeaderClassName
{
color: #04858B;
}
.AnyTagClassName
{
color: #04858B;
}
</style>
background-color css
<style>
a { background-color: #04858B; }
a { background-color: rgb(4,133,139); }
div.DivClassName
{
background-color: #04858B;
}
.BgClassName
{
background-color: #04858B;
}
</style>
border-color css
<style>
span { border-color: #04858B; }
span { border-color: rgb(4,133,139); }
td.TdClassName
{
border-color: #04858B;
}
.TagClassName
{
border-color: #04858B;
}
</style>