Shades of Dark Cerulean #005389
Tints of Dark Cerulean #005389
RGB
CMYK
RGB Variations
Color information
#005389 (or 0x005389) is known color: Dark Cerulean. HEX triplet: 00, 53 and 89. RGB value is (0,83,137). Sum of RGB (Red+Green+Blue) = 0+83+137=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 137 (53.91% from 255 or 62.27% from 220); Max value from RGB is 137 - color contains mainly: blue. Hex color #005389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005389 is #FFAC76. Grayscale: #404040. Windows color (decimal): -16755831 or 8999680. OLE color: 8999680.
HSL color Cylindrical-coordinate representation of color #005389: hue angle of 203.65º 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 #005389 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 83 | 137 | - |
| CMYK | 1 | 0.39 | 0 | 0.46 |
| HSL | 203.65º | 1% | 0.27% | - |
| HSV(B) | 203.65º | 1% | 0.54% | - |
| XYZ | 7.61 | 7.99 | 24.81 | - |
| YUV | 64.34 | 169 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 137 | 1 | 0.39 | 0 | 0.46 | 203.65 | 1 | 0.27 |
| Hex | 0 | 53 | 89 | 64 | 27 | 0 | 2E | CC | 64 | 1B |
| Octal | 0 | 123 | 211 | 144 | 47 | 0 | 56 | 314 | 144 | 33 |
| Binary | 0 | 1010011 | 10001001 | 1100100 | 100111 | 0 | 101110 | 11001100 | 1100100 | 11011 |
Color Harmonies of #005389
Complementary color
Monochromatic Colors of #005389
Black with #005389
Text Example
Text Example
White with #005389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005389; }
p { color: rgb(0,83,137); }
H1.HeaderClassName
{
color: #005389;
}
.AnyTagClassName
{
color: #005389;
}
</style>
background-color css
<style>
a { background-color: #005389; }
a { background-color: rgb(0,83,137); }
div.DivClassName
{
background-color: #005389;
}
.BgClassName
{
background-color: #005389;
}
</style>
border-color css
<style>
span { border-color: #005389; }
span { border-color: rgb(0,83,137); }
td.TdClassName
{
border-color: #005389;
}
.TagClassName
{
border-color: #005389;
}
</style>