Shades of Dark Cerulean #005189
Tints of Dark Cerulean #005189
RGB
CMYK
RGB Variations
Color information
#005189 (or 0x005189) is known color: Dark Cerulean. HEX triplet: 00, 51 and 89. RGB value is (0,81,137). Sum of RGB (Red+Green+Blue) = 0+81+137=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #005189 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005189 is #FFAE76. Grayscale: #3E3E3E. Windows color (decimal): -16756343 or 8999168. OLE color: 8999168.
HSL color Cylindrical-coordinate representation of color #005189: hue angle of 204.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005189 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 81 | 137 | - |
| CMYK | 1 | 0.41 | 0 | 0.46 |
| HSL | 204.53º | 1% | 0.27% | - |
| HSV(B) | 204.53º | 1% | 0.54% | - |
| XYZ | 7.46 | 7.69 | 24.76 | - |
| YUV | 63.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 137 | 1 | 0.41 | 0 | 0.46 | 204.53 | 1 | 0.27 |
| Hex | 0 | 51 | 89 | 64 | 29 | 0 | 2E | CD | 64 | 1B |
| Octal | 0 | 121 | 211 | 144 | 51 | 0 | 56 | 315 | 144 | 33 |
| Binary | 0 | 1010001 | 10001001 | 1100100 | 101001 | 0 | 101110 | 11001101 | 1100100 | 11011 |
Color Harmonies of #005189
Complementary color
Monochromatic Colors of #005189
Black with #005189
Text Example
Text Example
White with #005189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005189; }
p { color: rgb(0,81,137); }
H1.HeaderClassName
{
color: #005189;
}
.AnyTagClassName
{
color: #005189;
}
</style>
background-color css
<style>
a { background-color: #005189; }
a { background-color: rgb(0,81,137); }
div.DivClassName
{
background-color: #005189;
}
.BgClassName
{
background-color: #005189;
}
</style>
border-color css
<style>
span { border-color: #005189; }
span { border-color: rgb(0,81,137); }
td.TdClassName
{
border-color: #005189;
}
.TagClassName
{
border-color: #005189;
}
</style>