Shades of Dark Cerulean #075E88
Tints of Dark Cerulean #075E88
RGB
CMYK
RGB Variations
Color information
#075E88 (or 0x075E88) is known color: Dark Cerulean. HEX triplet: 07, 5E and 88. RGB value is (7,94,136). Sum of RGB (Red+Green+Blue) = 7+94+136=237 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.95% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #075E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075E88 is #F8A177. Grayscale: #484848. Windows color (decimal): -16294264 or 8936967. OLE color: 8936967.
HSL color Cylindrical-coordinate representation of color #075E88: hue angle of 199.53º 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 #075E88 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 94 | 136 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.47 |
| HSL | 199.53º | 0.9% | 0.28% | - |
| HSV(B) | 199.53º | 0.95% | 0.53% | - |
| XYZ | 8.53 | 9.83 | 24.74 | - |
| YUV | 72.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 94 | 136 | 0.95 | 0.31 | 0 | 0.47 | 199.53 | 0.9 | 0.28 |
| Hex | 7 | 5E | 88 | 5F | 1F | 0 | 2F | C8 | 5A | 1C |
| Octal | 7 | 136 | 210 | 137 | 37 | 0 | 57 | 310 | 132 | 34 |
| Binary | 111 | 1011110 | 10001000 | 1011111 | 11111 | 0 | 101111 | 11001000 | 1011010 | 11100 |
Color Harmonies of #075E88
Complementary color
Monochromatic Colors of #075E88
Black with #075E88
Text Example
Text Example
White with #075E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075E88; }
p { color: rgb(7,94,136); }
H1.HeaderClassName
{
color: #075E88;
}
.AnyTagClassName
{
color: #075E88;
}
</style>
background-color css
<style>
a { background-color: #075E88; }
a { background-color: rgb(7,94,136); }
div.DivClassName
{
background-color: #075E88;
}
.BgClassName
{
background-color: #075E88;
}
</style>
border-color css
<style>
span { border-color: #075E88; }
span { border-color: rgb(7,94,136); }
td.TdClassName
{
border-color: #075E88;
}
.TagClassName
{
border-color: #075E88;
}
</style>