Shades of Dark Cyan #04838B
Tints of Dark Cyan #04838B
RGB
CMYK
RGB Variations
Color information
#04838B (or 0x04838B) is known color: Dark Cyan. HEX triplet: 04, 83 and 8B. RGB value is (4,131,139). Sum of RGB (Red+Green+Blue) = 4+131+139=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 131 (51.56% from 255 or 47.81% 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 #04838B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04838B is #FB7C74. Grayscale: #5D5D5D. Windows color (decimal): -16481397 or 9143044. OLE color: 9143044.
HSL color Cylindrical-coordinate representation of color #04838B: hue angle of 183.56º 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 #04838B is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 131 | 139 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.45 |
| HSL | 183.56º | 0.94% | 0.28% | - |
| HSV(B) | 183.56º | 0.97% | 0.55% | - |
| XYZ | 12.83 | 18.12 | 27.25 | - |
| YUV | 93.94 | 153.42 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 139 | 0.97 | 0.06 | 0 | 0.45 | 183.56 | 0.94 | 0.28 |
| Hex | 4 | 83 | 8B | 61 | 6 | 0 | 2D | B8 | 5E | 1C |
| Octal | 4 | 203 | 213 | 141 | 6 | 0 | 55 | 270 | 136 | 34 |
| Binary | 100 | 10000011 | 10001011 | 1100001 | 110 | 0 | 101101 | 10111000 | 1011110 | 11100 |
Color Harmonies of #04838B
Complementary color
Monochromatic Colors of #04838B
Black with #04838B
Text Example
Text Example
White with #04838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04838B; }
p { color: rgb(4,131,139); }
H1.HeaderClassName
{
color: #04838B;
}
.AnyTagClassName
{
color: #04838B;
}
</style>
background-color css
<style>
a { background-color: #04838B; }
a { background-color: rgb(4,131,139); }
div.DivClassName
{
background-color: #04838B;
}
.BgClassName
{
background-color: #04838B;
}
</style>
border-color css
<style>
span { border-color: #04838B; }
span { border-color: rgb(4,131,139); }
td.TdClassName
{
border-color: #04838B;
}
.TagClassName
{
border-color: #04838B;
}
</style>