Shades of Dark Cerulean #075990
Tints of Dark Cerulean #075990
RGB
CMYK
RGB Variations
Color information
#075990 (or 0x075990) is known color: Dark Cerulean. HEX triplet: 07, 59 and 90. RGB value is (7,89,144). Sum of RGB (Red+Green+Blue) = 7+89+144=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #075990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075990 is #F8A66F. Grayscale: #464646. Windows color (decimal): -16295536 or 9459975. OLE color: 9459975.
HSL color Cylindrical-coordinate representation of color #075990: hue angle of 204.09º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075990 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 89 | 144 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.44 |
| HSL | 204.09º | 0.91% | 0.3% | - |
| HSV(B) | 204.09º | 0.95% | 0.56% | - |
| XYZ | 8.69 | 9.2 | 27.7 | - |
| YUV | 70.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 144 | 0.95 | 0.38 | 0 | 0.44 | 204.09 | 0.91 | 0.3 |
| Hex | 7 | 59 | 90 | 5F | 26 | 0 | 2C | CC | 5B | 1E |
| Octal | 7 | 131 | 220 | 137 | 46 | 0 | 54 | 314 | 133 | 36 |
| Binary | 111 | 1011001 | 10010000 | 1011111 | 100110 | 0 | 101100 | 11001100 | 1011011 | 11110 |
Color Harmonies of #075990
Complementary color
Monochromatic Colors of #075990
Black with #075990
Text Example
Text Example
White with #075990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075990; }
p { color: rgb(7,89,144); }
H1.HeaderClassName
{
color: #075990;
}
.AnyTagClassName
{
color: #075990;
}
</style>
background-color css
<style>
a { background-color: #075990; }
a { background-color: rgb(7,89,144); }
div.DivClassName
{
background-color: #075990;
}
.BgClassName
{
background-color: #075990;
}
</style>
border-color css
<style>
span { border-color: #075990; }
span { border-color: rgb(7,89,144); }
td.TdClassName
{
border-color: #075990;
}
.TagClassName
{
border-color: #075990;
}
</style>