Shades of Dark Cerulean #065E87
Tints of Dark Cerulean #065E87
RGB
CMYK
RGB Variations
Color information
#065E87 (or 0x065E87) is known color: Dark Cerulean. HEX triplet: 06, 5E and 87. RGB value is (6,94,135). Sum of RGB (Red+Green+Blue) = 6+94+135=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #065E87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065E87 is #F9A178. Grayscale: #484848. Windows color (decimal): -16359801 or 8871430. OLE color: 8871430.
HSL color Cylindrical-coordinate representation of color #065E87: hue angle of 199.07º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065E87 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 94 | 135 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.47 |
| HSL | 199.07º | 0.91% | 0.28% | - |
| HSV(B) | 199.07º | 0.96% | 0.53% | - |
| XYZ | 8.45 | 9.79 | 24.37 | - |
| YUV | 72.36 | 163.35 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 94 | 135 | 0.96 | 0.30 | 0 | 0.47 | 199.07 | 0.91 | 0.28 |
| Hex | 6 | 5E | 87 | 60 | 1E | 0 | 2F | C7 | 5B | 1C |
| Octal | 6 | 136 | 207 | 140 | 36 | 0 | 57 | 307 | 133 | 34 |
| Binary | 110 | 1011110 | 10000111 | 1100000 | 11110 | 0 | 101111 | 11000111 | 1011011 | 11100 |
Color Harmonies of #065E87
Complementary color
Monochromatic Colors of #065E87
Black with #065E87
Text Example
Text Example
White with #065E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065E87; }
p { color: rgb(6,94,135); }
H1.HeaderClassName
{
color: #065E87;
}
.AnyTagClassName
{
color: #065E87;
}
</style>
background-color css
<style>
a { background-color: #065E87; }
a { background-color: rgb(6,94,135); }
div.DivClassName
{
background-color: #065E87;
}
.BgClassName
{
background-color: #065E87;
}
</style>
border-color css
<style>
span { border-color: #065E87; }
span { border-color: rgb(6,94,135); }
td.TdClassName
{
border-color: #065E87;
}
.TagClassName
{
border-color: #065E87;
}
</style>