Shades of Dark Cerulean #005690
Tints of Dark Cerulean #005690
RGB
CMYK
RGB Variations
Color information
#005690 (or 0x005690) is known color: Dark Cerulean. HEX triplet: 00, 56 and 90. RGB value is (0,86,144). Sum of RGB (Red+Green+Blue) = 0+86+144=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #005690 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005690 is #FFA96F. Grayscale: #424242. Windows color (decimal): -16755056 or 9459200. OLE color: 9459200.
HSL color Cylindrical-coordinate representation of color #005690: hue angle of 204.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005690 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 86 | 144 | - |
| CMYK | 1 | 0.40 | 0 | 0.44 |
| HSL | 204.17º | 1% | 0.28% | - |
| HSV(B) | 204.17º | 1% | 0.56% | - |
| XYZ | 8.36 | 8.67 | 27.62 | - |
| YUV | 66.9 | 171.51 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 144 | 1 | 0.40 | 0 | 0.44 | 204.17 | 1 | 0.28 |
| Hex | 0 | 56 | 90 | 64 | 28 | 0 | 2C | CC | 64 | 1C |
| Octal | 0 | 126 | 220 | 144 | 50 | 0 | 54 | 314 | 144 | 34 |
| Binary | 0 | 1010110 | 10010000 | 1100100 | 101000 | 0 | 101100 | 11001100 | 1100100 | 11100 |
Color Harmonies of #005690
Complementary color
Monochromatic Colors of #005690
Black with #005690
Text Example
Text Example
White with #005690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005690; }
p { color: rgb(0,86,144); }
H1.HeaderClassName
{
color: #005690;
}
.AnyTagClassName
{
color: #005690;
}
</style>
background-color css
<style>
a { background-color: #005690; }
a { background-color: rgb(0,86,144); }
div.DivClassName
{
background-color: #005690;
}
.BgClassName
{
background-color: #005690;
}
</style>
border-color css
<style>
span { border-color: #005690; }
span { border-color: rgb(0,86,144); }
td.TdClassName
{
border-color: #005690;
}
.TagClassName
{
border-color: #005690;
}
</style>