Shades of Dark Cerulean #075586
Tints of Dark Cerulean #075586
RGB
CMYK
RGB Variations
Color information
#075586 (or 0x075586) is known color: Dark Cerulean. HEX triplet: 07, 55 and 86. RGB value is (7,85,134). Sum of RGB (Red+Green+Blue) = 7+85+134=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 85 (33.59% from 255 or 37.61% 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 #075586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075586 is #F8AA79. Grayscale: #424242. Windows color (decimal): -16296570 or 8803591. OLE color: 8803591.
HSL color Cylindrical-coordinate representation of color #075586: hue angle of 203.15º 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 #075586 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 85 | 134 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.47 |
| HSL | 203.15º | 0.9% | 0.28% | - |
| HSV(B) | 203.15º | 0.95% | 0.53% | - |
| XYZ | 7.64 | 8.26 | 23.75 | - |
| YUV | 67.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 134 | 0.95 | 0.37 | 0 | 0.47 | 203.15 | 0.9 | 0.28 |
| Hex | 7 | 55 | 86 | 5F | 25 | 0 | 2F | CB | 5A | 1C |
| Octal | 7 | 125 | 206 | 137 | 45 | 0 | 57 | 313 | 132 | 34 |
| Binary | 111 | 1010101 | 10000110 | 1011111 | 100101 | 0 | 101111 | 11001011 | 1011010 | 11100 |
Color Harmonies of #075586
Complementary color
Monochromatic Colors of #075586
Black with #075586
Text Example
Text Example
White with #075586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075586; }
p { color: rgb(7,85,134); }
H1.HeaderClassName
{
color: #075586;
}
.AnyTagClassName
{
color: #075586;
}
</style>
background-color css
<style>
a { background-color: #075586; }
a { background-color: rgb(7,85,134); }
div.DivClassName
{
background-color: #075586;
}
.BgClassName
{
background-color: #075586;
}
</style>
border-color css
<style>
span { border-color: #075586; }
span { border-color: rgb(7,85,134); }
td.TdClassName
{
border-color: #075586;
}
.TagClassName
{
border-color: #075586;
}
</style>