Shades of Dark Cerulean #075D85
Tints of Dark Cerulean #075D85
RGB
CMYK
RGB Variations
Color information
#075D85 (or 0x075D85) is known color: Dark Cerulean. HEX triplet: 07, 5D and 85. RGB value is (7,93,133). Sum of RGB (Red+Green+Blue) = 7+93+133=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #075D85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075D85 is #F8A27A. Grayscale: #474747. Windows color (decimal): -16294523 or 8740103. OLE color: 8740103.
HSL color Cylindrical-coordinate representation of color #075D85: hue angle of 199.05º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075D85 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 93 | 133 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.48 |
| HSL | 199.05º | 0.9% | 0.27% | - |
| HSV(B) | 199.05º | 0.95% | 0.52% | - |
| XYZ | 8.24 | 9.57 | 23.6 | - |
| YUV | 71.85 | 162.51 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 93 | 133 | 0.95 | 0.30 | 0 | 0.48 | 199.05 | 0.9 | 0.27 |
| Hex | 7 | 5D | 85 | 5F | 1E | 0 | 30 | C7 | 5A | 1B |
| Octal | 7 | 135 | 205 | 137 | 36 | 0 | 60 | 307 | 132 | 33 |
| Binary | 111 | 1011101 | 10000101 | 1011111 | 11110 | 0 | 110000 | 11000111 | 1011010 | 11011 |
Color Harmonies of #075D85
Complementary color
Monochromatic Colors of #075D85
Black with #075D85
Text Example
Text Example
White with #075D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075D85; }
p { color: rgb(7,93,133); }
H1.HeaderClassName
{
color: #075D85;
}
.AnyTagClassName
{
color: #075D85;
}
</style>
background-color css
<style>
a { background-color: #075D85; }
a { background-color: rgb(7,93,133); }
div.DivClassName
{
background-color: #075D85;
}
.BgClassName
{
background-color: #075D85;
}
</style>
border-color css
<style>
span { border-color: #075D85; }
span { border-color: rgb(7,93,133); }
td.TdClassName
{
border-color: #075D85;
}
.TagClassName
{
border-color: #075D85;
}
</style>