Shades of Dark Cerulean #075688
Tints of Dark Cerulean #075688
RGB
CMYK
RGB Variations
Color information
#075688 (or 0x075688) is known color: Dark Cerulean. HEX triplet: 07, 56 and 88. RGB value is (7,86,136). Sum of RGB (Red+Green+Blue) = 7+86+136=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #075688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075688 is #F8A977. Grayscale: #434343. Windows color (decimal): -16296312 or 8934919. OLE color: 8934919.
HSL color Cylindrical-coordinate representation of color #075688: hue angle of 203.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 #075688 is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 86 | 136 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.47 |
| HSL | 203.26º | 0.9% | 0.28% | - |
| HSV(B) | 203.26º | 0.95% | 0.53% | - |
| XYZ | 7.86 | 8.48 | 24.51 | - |
| YUV | 68.08 | 166.33 | 84.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 136 | 0.95 | 0.37 | 0 | 0.47 | 203.26 | 0.9 | 0.28 |
| Hex | 7 | 56 | 88 | 5F | 25 | 0 | 2F | CB | 5A | 1C |
| Octal | 7 | 126 | 210 | 137 | 45 | 0 | 57 | 313 | 132 | 34 |
| Binary | 111 | 1010110 | 10001000 | 1011111 | 100101 | 0 | 101111 | 11001011 | 1011010 | 11100 |
Color Harmonies of #075688
Complementary color
Monochromatic Colors of #075688
Black with #075688
Text Example
Text Example
White with #075688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075688; }
p { color: rgb(7,86,136); }
H1.HeaderClassName
{
color: #075688;
}
.AnyTagClassName
{
color: #075688;
}
</style>
background-color css
<style>
a { background-color: #075688; }
a { background-color: rgb(7,86,136); }
div.DivClassName
{
background-color: #075688;
}
.BgClassName
{
background-color: #075688;
}
</style>
border-color css
<style>
span { border-color: #075688; }
span { border-color: rgb(7,86,136); }
td.TdClassName
{
border-color: #075688;
}
.TagClassName
{
border-color: #075688;
}
</style>