Shades of Dark Cerulean #075595
Tints of Dark Cerulean #075595
RGB
CMYK
RGB Variations
Color information
#075595 (or 0x075595) is known color: Dark Cerulean. HEX triplet: 07, 55 and 95. RGB value is (7,85,149). Sum of RGB (Red+Green+Blue) = 7+85+149=241 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.90% from 241); Green value is 85 (33.59% from 255 or 35.27% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #075595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075595 is #F8AA6A. Grayscale: #444444. Windows color (decimal): -16296555 or 9786631. OLE color: 9786631.
HSL color Cylindrical-coordinate representation of color #075595: hue angle of 207.04º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075595 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 85 | 149 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.42 |
| HSL | 207.04º | 0.91% | 0.31% | - |
| HSV(B) | 207.04º | 0.95% | 0.58% | - |
| XYZ | 8.76 | 8.71 | 29.65 | - |
| YUV | 68.97 | 173.16 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 149 | 0.95 | 0.43 | 0 | 0.42 | 207.04 | 0.91 | 0.31 |
| Hex | 7 | 55 | 95 | 5F | 2B | 0 | 2A | CF | 5B | 1F |
| Octal | 7 | 125 | 225 | 137 | 53 | 0 | 52 | 317 | 133 | 37 |
| Binary | 111 | 1010101 | 10010101 | 1011111 | 101011 | 0 | 101010 | 11001111 | 1011011 | 11111 |
Color Harmonies of #075595
Complementary color
Monochromatic Colors of #075595
Black with #075595
Text Example
Text Example
White with #075595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075595; }
p { color: rgb(7,85,149); }
H1.HeaderClassName
{
color: #075595;
}
.AnyTagClassName
{
color: #075595;
}
</style>
background-color css
<style>
a { background-color: #075595; }
a { background-color: rgb(7,85,149); }
div.DivClassName
{
background-color: #075595;
}
.BgClassName
{
background-color: #075595;
}
</style>
border-color css
<style>
span { border-color: #075595; }
span { border-color: rgb(7,85,149); }
td.TdClassName
{
border-color: #075595;
}
.TagClassName
{
border-color: #075595;
}
</style>