Shades of Dark Cerulean #075275
Tints of Dark Cerulean #075275
RGB
CMYK
RGB Variations
Color information
#075275 (or 0x075275) is known color: Dark Cerulean. HEX triplet: 07, 52 and 75. RGB value is (7,82,117). Sum of RGB (Red+Green+Blue) = 7+82+117=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #075275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075275 is #F8AD8A. Grayscale: #3F3F3F. Windows color (decimal): -16297355 or 7688711. OLE color: 7688711.
HSL color Cylindrical-coordinate representation of color #075275: hue angle of 199.09º 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 #075275 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 82 | 117 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.54 |
| HSL | 199.09º | 0.89% | 0.24% | - |
| HSV(B) | 199.09º | 0.94% | 0.46% | - |
| XYZ | 6.32 | 7.36 | 17.92 | - |
| YUV | 63.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 82 | 117 | 0.94 | 0.30 | 0 | 0.54 | 199.09 | 0.89 | 0.24 |
| Hex | 7 | 52 | 75 | 5E | 1E | 0 | 36 | C7 | 59 | 18 |
| Octal | 7 | 122 | 165 | 136 | 36 | 0 | 66 | 307 | 131 | 30 |
| Binary | 111 | 1010010 | 1110101 | 1011110 | 11110 | 0 | 110110 | 11000111 | 1011001 | 11000 |
Color Harmonies of #075275
Complementary color
Monochromatic Colors of #075275
Black with #075275
Text Example
Text Example
White with #075275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075275; }
p { color: rgb(7,82,117); }
H1.HeaderClassName
{
color: #075275;
}
.AnyTagClassName
{
color: #075275;
}
</style>
background-color css
<style>
a { background-color: #075275; }
a { background-color: rgb(7,82,117); }
div.DivClassName
{
background-color: #075275;
}
.BgClassName
{
background-color: #075275;
}
</style>
border-color css
<style>
span { border-color: #075275; }
span { border-color: rgb(7,82,117); }
td.TdClassName
{
border-color: #075275;
}
.TagClassName
{
border-color: #075275;
}
</style>