Shades of Dark Cerulean #065A86
Tints of Dark Cerulean #065A86
RGB
CMYK
RGB Variations
Color information
#065A86 (or 0x065A86) is known color: Dark Cerulean. HEX triplet: 06, 5A and 86. RGB value is (6,90,134). Sum of RGB (Red+Green+Blue) = 6+90+134=230 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.61% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 134 (52.73% from 255 or 58.26% from 230); Max value from RGB is 134 - color contains mainly: blue. Hex color #065A86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065A86 is #F9A579. Grayscale: #454545. Windows color (decimal): -16360826 or 8804870. OLE color: 8804870.
HSL color Cylindrical-coordinate representation of color #065A86: hue angle of 200.62º 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 #065A86 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 90 | 134 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.47 |
| HSL | 200.63º | 0.91% | 0.27% | - |
| HSV(B) | 200.63º | 0.96% | 0.53% | - |
| XYZ | 8.03 | 9.07 | 23.88 | - |
| YUV | 69.9 | 164.17 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 90 | 134 | 0.96 | 0.33 | 0 | 0.47 | 200.63 | 0.91 | 0.27 |
| Hex | 6 | 5A | 86 | 60 | 21 | 0 | 2F | C9 | 5B | 1B |
| Octal | 6 | 132 | 206 | 140 | 41 | 0 | 57 | 311 | 133 | 33 |
| Binary | 110 | 1011010 | 10000110 | 1100000 | 100001 | 0 | 101111 | 11001001 | 1011011 | 11011 |
Color Harmonies of #065A86
Complementary color
Monochromatic Colors of #065A86
Black with #065A86
Text Example
Text Example
White with #065A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065A86; }
p { color: rgb(6,90,134); }
H1.HeaderClassName
{
color: #065A86;
}
.AnyTagClassName
{
color: #065A86;
}
</style>
background-color css
<style>
a { background-color: #065A86; }
a { background-color: rgb(6,90,134); }
div.DivClassName
{
background-color: #065A86;
}
.BgClassName
{
background-color: #065A86;
}
</style>
border-color css
<style>
span { border-color: #065A86; }
span { border-color: rgb(6,90,134); }
td.TdClassName
{
border-color: #065A86;
}
.TagClassName
{
border-color: #065A86;
}
</style>