Shades of Dark Cerulean #075C85
Tints of Dark Cerulean #075C85
RGB
CMYK
RGB Variations
Color information
#075C85 (or 0x075C85) is known color: Dark Cerulean. HEX triplet: 07, 5C and 85. RGB value is (7,92,133). Sum of RGB (Red+Green+Blue) = 7+92+133=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #075C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075C85 is #F8A37A. Grayscale: #474747. Windows color (decimal): -16294779 or 8739847. OLE color: 8739847.
HSL color Cylindrical-coordinate representation of color #075C85: hue angle of 199.52º 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 #075C85 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 92 | 133 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.48 |
| HSL | 199.52º | 0.9% | 0.27% | - |
| HSV(B) | 199.52º | 0.95% | 0.52% | - |
| XYZ | 8.15 | 9.39 | 23.57 | - |
| YUV | 71.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 92 | 133 | 0.95 | 0.31 | 0 | 0.48 | 199.52 | 0.9 | 0.27 |
| Hex | 7 | 5C | 85 | 5F | 1F | 0 | 30 | C8 | 5A | 1B |
| Octal | 7 | 134 | 205 | 137 | 37 | 0 | 60 | 310 | 132 | 33 |
| Binary | 111 | 1011100 | 10000101 | 1011111 | 11111 | 0 | 110000 | 11001000 | 1011010 | 11011 |
Color Harmonies of #075C85
Complementary color
Monochromatic Colors of #075C85
Black with #075C85
Text Example
Text Example
White with #075C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075C85; }
p { color: rgb(7,92,133); }
H1.HeaderClassName
{
color: #075C85;
}
.AnyTagClassName
{
color: #075C85;
}
</style>
background-color css
<style>
a { background-color: #075C85; }
a { background-color: rgb(7,92,133); }
div.DivClassName
{
background-color: #075C85;
}
.BgClassName
{
background-color: #075C85;
}
</style>
border-color css
<style>
span { border-color: #075C85; }
span { border-color: rgb(7,92,133); }
td.TdClassName
{
border-color: #075C85;
}
.TagClassName
{
border-color: #075C85;
}
</style>