Shades of Dark Cerulean #005682
Tints of Dark Cerulean #005682
RGB
CMYK
RGB Variations
Color information
#005682 (or 0x005682) is known color: Dark Cerulean. HEX triplet: 00, 56 and 82. RGB value is (0,86,130). Sum of RGB (Red+Green+Blue) = 0+86+130=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #005682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005682 is #FFA97D. Grayscale: #414141. Windows color (decimal): -16755070 or 8541696. OLE color: 8541696.
HSL color Cylindrical-coordinate representation of color #005682: hue angle of 200.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005682 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 86 | 130 | - |
| CMYK | 1 | 0.34 | 0 | 0.49 |
| HSL | 200.31º | 1% | 0.25% | - |
| HSV(B) | 200.31º | 1% | 0.51% | - |
| XYZ | 7.36 | 8.27 | 22.33 | - |
| YUV | 65.3 | 164.51 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 130 | 1 | 0.34 | 0 | 0.49 | 200.31 | 1 | 0.25 |
| Hex | 0 | 56 | 82 | 64 | 22 | 0 | 31 | C8 | 64 | 19 |
| Octal | 0 | 126 | 202 | 144 | 42 | 0 | 61 | 310 | 144 | 31 |
| Binary | 0 | 1010110 | 10000010 | 1100100 | 100010 | 0 | 110001 | 11001000 | 1100100 | 11001 |
Color Harmonies of #005682
Complementary color
Monochromatic Colors of #005682
Black with #005682
Text Example
Text Example
White with #005682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005682; }
p { color: rgb(0,86,130); }
H1.HeaderClassName
{
color: #005682;
}
.AnyTagClassName
{
color: #005682;
}
</style>
background-color css
<style>
a { background-color: #005682; }
a { background-color: rgb(0,86,130); }
div.DivClassName
{
background-color: #005682;
}
.BgClassName
{
background-color: #005682;
}
</style>
border-color css
<style>
span { border-color: #005682; }
span { border-color: rgb(0,86,130); }
td.TdClassName
{
border-color: #005682;
}
.TagClassName
{
border-color: #005682;
}
</style>