Shades of Dark Cerulean #075389
Tints of Dark Cerulean #075389
RGB
CMYK
RGB Variations
Color information
#075389 (or 0x075389) is known color: Dark Cerulean. HEX triplet: 07, 53 and 89. RGB value is (7,83,137). Sum of RGB (Red+Green+Blue) = 7+83+137=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #075389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075389 is #F8AC76. Grayscale: #424242. Windows color (decimal): -16297079 or 8999687. OLE color: 8999687.
HSL color Cylindrical-coordinate representation of color #075389: hue angle of 204.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075389 is Cyan = 0.95, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 83 | 137 | - |
| CMYK | 0.95 | 0.39 | 0 | 0.46 |
| HSL | 204.92º | 0.9% | 0.28% | - |
| HSV(B) | 204.92º | 0.95% | 0.54% | - |
| XYZ | 7.7 | 8.04 | 24.81 | - |
| YUV | 66.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 83 | 137 | 0.95 | 0.39 | 0 | 0.46 | 204.92 | 0.9 | 0.28 |
| Hex | 7 | 53 | 89 | 5F | 27 | 0 | 2E | CD | 5A | 1C |
| Octal | 7 | 123 | 211 | 137 | 47 | 0 | 56 | 315 | 132 | 34 |
| Binary | 111 | 1010011 | 10001001 | 1011111 | 100111 | 0 | 101110 | 11001101 | 1011010 | 11100 |
Color Harmonies of #075389
Complementary color
Monochromatic Colors of #075389
Black with #075389
Text Example
Text Example
White with #075389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075389; }
p { color: rgb(7,83,137); }
H1.HeaderClassName
{
color: #075389;
}
.AnyTagClassName
{
color: #075389;
}
</style>
background-color css
<style>
a { background-color: #075389; }
a { background-color: rgb(7,83,137); }
div.DivClassName
{
background-color: #075389;
}
.BgClassName
{
background-color: #075389;
}
</style>
border-color css
<style>
span { border-color: #075389; }
span { border-color: rgb(7,83,137); }
td.TdClassName
{
border-color: #075389;
}
.TagClassName
{
border-color: #075389;
}
</style>