Shades of Dark Cerulean #065086
Tints of Dark Cerulean #065086
RGB
CMYK
RGB Variations
Color information
#065086 (or 0x065086) is known color: Dark Cerulean. HEX triplet: 06, 50 and 86. RGB value is (6,80,134). Sum of RGB (Red+Green+Blue) = 6+80+134=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #065086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065086 is #F9AF79. Grayscale: #3F3F3F. Windows color (decimal): -16363386 or 8802310. OLE color: 8802310.
HSL color Cylindrical-coordinate representation of color #065086: hue angle of 205.31º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065086 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 80 | 134 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.47 |
| HSL | 205.31º | 0.91% | 0.27% | - |
| HSV(B) | 205.31º | 0.96% | 0.53% | - |
| XYZ | 7.25 | 7.5 | 23.62 | - |
| YUV | 64.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 80 | 134 | 0.96 | 0.40 | 0 | 0.47 | 205.31 | 0.91 | 0.27 |
| Hex | 6 | 50 | 86 | 60 | 28 | 0 | 2F | CD | 5B | 1B |
| Octal | 6 | 120 | 206 | 140 | 50 | 0 | 57 | 315 | 133 | 33 |
| Binary | 110 | 1010000 | 10000110 | 1100000 | 101000 | 0 | 101111 | 11001101 | 1011011 | 11011 |
Color Harmonies of #065086
Complementary color
Monochromatic Colors of #065086
Black with #065086
Text Example
Text Example
White with #065086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065086; }
p { color: rgb(6,80,134); }
H1.HeaderClassName
{
color: #065086;
}
.AnyTagClassName
{
color: #065086;
}
</style>
background-color css
<style>
a { background-color: #065086; }
a { background-color: rgb(6,80,134); }
div.DivClassName
{
background-color: #065086;
}
.BgClassName
{
background-color: #065086;
}
</style>
border-color css
<style>
span { border-color: #065086; }
span { border-color: rgb(6,80,134); }
td.TdClassName
{
border-color: #065086;
}
.TagClassName
{
border-color: #065086;
}
</style>