Shades of Dark Cerulean #065686
Tints of Dark Cerulean #065686
RGB
CMYK
RGB Variations
Color information
#065686 (or 0x065686) is known color: Dark Cerulean. HEX triplet: 06, 56 and 86. RGB value is (6,86,134). Sum of RGB (Red+Green+Blue) = 6+86+134=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 86 (33.98% from 255 or 38.05% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #065686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065686 is #F9A979. Grayscale: #434343. Windows color (decimal): -16361850 or 8803846. OLE color: 8803846.
HSL color Cylindrical-coordinate representation of color #065686: hue angle of 202.5º 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 #065686 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 86 | 134 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.47 |
| HSL | 202.5º | 0.91% | 0.27% | - |
| HSV(B) | 202.5º | 0.96% | 0.53% | - |
| XYZ | 7.71 | 8.42 | 23.77 | - |
| YUV | 67.55 | 165.5 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 86 | 134 | 0.96 | 0.36 | 0 | 0.47 | 202.5 | 0.91 | 0.27 |
| Hex | 6 | 56 | 86 | 60 | 24 | 0 | 2F | CA | 5B | 1B |
| Octal | 6 | 126 | 206 | 140 | 44 | 0 | 57 | 312 | 133 | 33 |
| Binary | 110 | 1010110 | 10000110 | 1100000 | 100100 | 0 | 101111 | 11001010 | 1011011 | 11011 |
Color Harmonies of #065686
Complementary color
Monochromatic Colors of #065686
Black with #065686
Text Example
Text Example
White with #065686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065686; }
p { color: rgb(6,86,134); }
H1.HeaderClassName
{
color: #065686;
}
.AnyTagClassName
{
color: #065686;
}
</style>
background-color css
<style>
a { background-color: #065686; }
a { background-color: rgb(6,86,134); }
div.DivClassName
{
background-color: #065686;
}
.BgClassName
{
background-color: #065686;
}
</style>
border-color css
<style>
span { border-color: #065686; }
span { border-color: rgb(6,86,134); }
td.TdClassName
{
border-color: #065686;
}
.TagClassName
{
border-color: #065686;
}
</style>