Shades of Dark Cerulean #005693
Tints of Dark Cerulean #005693
RGB
CMYK
RGB Variations
Color information
#005693 (or 0x005693) is known color: Dark Cerulean. HEX triplet: 00, 56 and 93. RGB value is (0,86,147). Sum of RGB (Red+Green+Blue) = 0+86+147=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #005693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005693 is #FFA96C. Grayscale: #424242. Windows color (decimal): -16755053 or 9655808. OLE color: 9655808.
HSL color Cylindrical-coordinate representation of color #005693: hue angle of 204.9º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005693 is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 86 | 147 | - |
| CMYK | 1 | 0.41 | 0 | 0.42 |
| HSL | 204.9º | 1% | 0.29% | - |
| HSV(B) | 204.9º | 1% | 0.58% | - |
| XYZ | 8.59 | 8.76 | 28.84 | - |
| YUV | 67.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 147 | 1 | 0.41 | 0 | 0.42 | 204.9 | 1 | 0.29 |
| Hex | 0 | 56 | 93 | 64 | 29 | 0 | 2A | CD | 64 | 1D |
| Octal | 0 | 126 | 223 | 144 | 51 | 0 | 52 | 315 | 144 | 35 |
| Binary | 0 | 1010110 | 10010011 | 1100100 | 101001 | 0 | 101010 | 11001101 | 1100100 | 11101 |
Color Harmonies of #005693
Complementary color
Monochromatic Colors of #005693
Black with #005693
Text Example
Text Example
White with #005693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005693; }
p { color: rgb(0,86,147); }
H1.HeaderClassName
{
color: #005693;
}
.AnyTagClassName
{
color: #005693;
}
</style>
background-color css
<style>
a { background-color: #005693; }
a { background-color: rgb(0,86,147); }
div.DivClassName
{
background-color: #005693;
}
.BgClassName
{
background-color: #005693;
}
</style>
border-color css
<style>
span { border-color: #005693; }
span { border-color: rgb(0,86,147); }
td.TdClassName
{
border-color: #005693;
}
.TagClassName
{
border-color: #005693;
}
</style>