Shades of Dark Cerulean #075986
Tints of Dark Cerulean #075986
RGB
CMYK
RGB Variations
Color information
#075986 (or 0x075986) is known color: Dark Cerulean. HEX triplet: 07, 59 and 86. RGB value is (7,89,134). Sum of RGB (Red+Green+Blue) = 7+89+134=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 89 (35.16% from 255 or 38.70% 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 #075986 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075986 is #F8A679. Grayscale: #454545. Windows color (decimal): -16295546 or 8804615. OLE color: 8804615.
HSL color Cylindrical-coordinate representation of color #075986: hue angle of 201.26º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075986 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 89 | 134 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.47 |
| HSL | 201.26º | 0.9% | 0.28% | - |
| HSV(B) | 201.26º | 0.95% | 0.53% | - |
| XYZ | 7.96 | 8.91 | 23.85 | - |
| YUV | 69.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 134 | 0.95 | 0.34 | 0 | 0.47 | 201.26 | 0.9 | 0.28 |
| Hex | 7 | 59 | 86 | 5F | 22 | 0 | 2F | C9 | 5A | 1C |
| Octal | 7 | 131 | 206 | 137 | 42 | 0 | 57 | 311 | 132 | 34 |
| Binary | 111 | 1011001 | 10000110 | 1011111 | 100010 | 0 | 101111 | 11001001 | 1011010 | 11100 |
Color Harmonies of #075986
Complementary color
Monochromatic Colors of #075986
Black with #075986
Text Example
Text Example
White with #075986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075986; }
p { color: rgb(7,89,134); }
H1.HeaderClassName
{
color: #075986;
}
.AnyTagClassName
{
color: #075986;
}
</style>
background-color css
<style>
a { background-color: #075986; }
a { background-color: rgb(7,89,134); }
div.DivClassName
{
background-color: #075986;
}
.BgClassName
{
background-color: #075986;
}
</style>
border-color css
<style>
span { border-color: #075986; }
span { border-color: rgb(7,89,134); }
td.TdClassName
{
border-color: #075986;
}
.TagClassName
{
border-color: #075986;
}
</style>