Shades of Dark Cyan #04818B
Tints of Dark Cyan #04818B
RGB
CMYK
RGB Variations
Color information
#04818B (or 0x04818B) is known color: Dark Cyan. HEX triplet: 04, 81 and 8B. RGB value is (4,129,139). Sum of RGB (Red+Green+Blue) = 4+129+139=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #04818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04818B is #FB7E74. Grayscale: #5C5C5C. Windows color (decimal): -16481909 or 9142532. OLE color: 9142532.
HSL color Cylindrical-coordinate representation of color #04818B: hue angle of 184.44º 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 #04818B is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 129 | 139 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.45 |
| HSL | 184.44º | 0.94% | 0.28% | - |
| HSV(B) | 184.44º | 0.97% | 0.55% | - |
| XYZ | 12.56 | 17.59 | 27.16 | - |
| YUV | 92.77 | 154.09 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 129 | 139 | 0.97 | 0.07 | 0 | 0.45 | 184.44 | 0.94 | 0.28 |
| Hex | 4 | 81 | 8B | 61 | 7 | 0 | 2D | B8 | 5E | 1C |
| Octal | 4 | 201 | 213 | 141 | 7 | 0 | 55 | 270 | 136 | 34 |
| Binary | 100 | 10000001 | 10001011 | 1100001 | 111 | 0 | 101101 | 10111000 | 1011110 | 11100 |
Color Harmonies of #04818B
Complementary color
Monochromatic Colors of #04818B
Black with #04818B
Text Example
Text Example
White with #04818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04818B; }
p { color: rgb(4,129,139); }
H1.HeaderClassName
{
color: #04818B;
}
.AnyTagClassName
{
color: #04818B;
}
</style>
background-color css
<style>
a { background-color: #04818B; }
a { background-color: rgb(4,129,139); }
div.DivClassName
{
background-color: #04818B;
}
.BgClassName
{
background-color: #04818B;
}
</style>
border-color css
<style>
span { border-color: #04818B; }
span { border-color: rgb(4,129,139); }
td.TdClassName
{
border-color: #04818B;
}
.TagClassName
{
border-color: #04818B;
}
</style>