Shades of Dark Cerulean #005685
Tints of Dark Cerulean #005685
RGB
CMYK
RGB Variations
Color information
#005685 (or 0x005685) is known color: Dark Cerulean. HEX triplet: 00, 56 and 85. RGB value is (0,86,133). Sum of RGB (Red+Green+Blue) = 0+86+133=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #005685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005685 is #FFA97A. Grayscale: #414141. Windows color (decimal): -16755067 or 8738304. OLE color: 8738304.
HSL color Cylindrical-coordinate representation of color #005685: hue angle of 201.2º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005685 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 86 | 133 | - |
| CMYK | 1 | 0.35 | 0 | 0.48 |
| HSL | 201.2º | 1% | 0.26% | - |
| HSV(B) | 201.2º | 1% | 0.52% | - |
| XYZ | 7.56 | 8.35 | 23.4 | - |
| YUV | 65.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 133 | 1 | 0.35 | 0 | 0.48 | 201.2 | 1 | 0.26 |
| Hex | 0 | 56 | 85 | 64 | 23 | 0 | 30 | C9 | 64 | 1A |
| Octal | 0 | 126 | 205 | 144 | 43 | 0 | 60 | 311 | 144 | 32 |
| Binary | 0 | 1010110 | 10000101 | 1100100 | 100011 | 0 | 110000 | 11001001 | 1100100 | 11010 |
Color Harmonies of #005685
Complementary color
Monochromatic Colors of #005685
Black with #005685
Text Example
Text Example
White with #005685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005685; }
p { color: rgb(0,86,133); }
H1.HeaderClassName
{
color: #005685;
}
.AnyTagClassName
{
color: #005685;
}
</style>
background-color css
<style>
a { background-color: #005685; }
a { background-color: rgb(0,86,133); }
div.DivClassName
{
background-color: #005685;
}
.BgClassName
{
background-color: #005685;
}
</style>
border-color css
<style>
span { border-color: #005685; }
span { border-color: rgb(0,86,133); }
td.TdClassName
{
border-color: #005685;
}
.TagClassName
{
border-color: #005685;
}
</style>