Shades of Dark Cerulean #075075
Tints of Dark Cerulean #075075
RGB
CMYK
RGB Variations
Color information
#075075 (or 0x075075) is known color: Dark Cerulean. HEX triplet: 07, 50 and 75. RGB value is (7,80,117). Sum of RGB (Red+Green+Blue) = 7+80+117=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #075075 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075075 is #F8AF8A. Grayscale: #3E3E3E. Windows color (decimal): -16297867 or 7688199. OLE color: 7688199.
HSL color Cylindrical-coordinate representation of color #075075: hue angle of 200.18º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075075 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 80 | 117 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.54 |
| HSL | 200.18º | 0.89% | 0.24% | - |
| HSV(B) | 200.18º | 0.94% | 0.46% | - |
| XYZ | 6.17 | 7.07 | 17.87 | - |
| YUV | 62.39 | 158.82 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 117 | 0.94 | 0.32 | 0 | 0.54 | 200.18 | 0.89 | 0.24 |
| Hex | 7 | 50 | 75 | 5E | 20 | 0 | 36 | C8 | 59 | 18 |
| Octal | 7 | 120 | 165 | 136 | 40 | 0 | 66 | 310 | 131 | 30 |
| Binary | 111 | 1010000 | 1110101 | 1011110 | 100000 | 0 | 110110 | 11001000 | 1011001 | 11000 |
Color Harmonies of #075075
Complementary color
Monochromatic Colors of #075075
Black with #075075
Text Example
Text Example
White with #075075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075075; }
p { color: rgb(7,80,117); }
H1.HeaderClassName
{
color: #075075;
}
.AnyTagClassName
{
color: #075075;
}
</style>
background-color css
<style>
a { background-color: #075075; }
a { background-color: rgb(7,80,117); }
div.DivClassName
{
background-color: #075075;
}
.BgClassName
{
background-color: #075075;
}
</style>
border-color css
<style>
span { border-color: #075075; }
span { border-color: rgb(7,80,117); }
td.TdClassName
{
border-color: #075075;
}
.TagClassName
{
border-color: #075075;
}
</style>