Shades of Dark Cerulean #075085
Tints of Dark Cerulean #075085
RGB
CMYK
RGB Variations
Color information
#075085 (or 0x075085) is known color: Dark Cerulean. HEX triplet: 07, 50 and 85. RGB value is (7,80,133). Sum of RGB (Red+Green+Blue) = 7+80+133=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #075085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075085 is #F8AF7A. Grayscale: #3F3F3F. Windows color (decimal): -16297851 or 8736775. OLE color: 8736775.
HSL color Cylindrical-coordinate representation of color #075085: hue angle of 205.24º 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 #075085 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 80 | 133 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.48 |
| HSL | 205.24º | 0.9% | 0.27% | - |
| HSV(B) | 205.24º | 0.95% | 0.52% | - |
| XYZ | 7.19 | 7.48 | 23.25 | - |
| YUV | 64.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 133 | 0.95 | 0.40 | 0 | 0.48 | 205.24 | 0.9 | 0.27 |
| Hex | 7 | 50 | 85 | 5F | 28 | 0 | 30 | CD | 5A | 1B |
| Octal | 7 | 120 | 205 | 137 | 50 | 0 | 60 | 315 | 132 | 33 |
| Binary | 111 | 1010000 | 10000101 | 1011111 | 101000 | 0 | 110000 | 11001101 | 1011010 | 11011 |
Color Harmonies of #075085
Complementary color
Monochromatic Colors of #075085
Black with #075085
Text Example
Text Example
White with #075085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075085; }
p { color: rgb(7,80,133); }
H1.HeaderClassName
{
color: #075085;
}
.AnyTagClassName
{
color: #075085;
}
</style>
background-color css
<style>
a { background-color: #075085; }
a { background-color: rgb(7,80,133); }
div.DivClassName
{
background-color: #075085;
}
.BgClassName
{
background-color: #075085;
}
</style>
border-color css
<style>
span { border-color: #075085; }
span { border-color: rgb(7,80,133); }
td.TdClassName
{
border-color: #075085;
}
.TagClassName
{
border-color: #075085;
}
</style>