Shades of Dark Cerulean #075073
Tints of Dark Cerulean #075073
RGB
CMYK
RGB Variations
Color information
#075073 (or 0x075073) is known color: Dark Cerulean. HEX triplet: 07, 50 and 73. RGB value is (7,80,115). Sum of RGB (Red+Green+Blue) = 7+80+115=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #075073 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075073 is #F8AF8C. Grayscale: #3D3D3D. Windows color (decimal): -16297869 or 7557127. OLE color: 7557127.
HSL color Cylindrical-coordinate representation of color #075073: hue angle of 199.44º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075073 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 80 | 115 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.55 |
| HSL | 199.44º | 0.89% | 0.24% | - |
| HSV(B) | 199.44º | 0.94% | 0.45% | - |
| XYZ | 6.05 | 7.02 | 17.26 | - |
| YUV | 62.16 | 157.82 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 80 | 115 | 0.94 | 0.30 | 0 | 0.55 | 199.44 | 0.89 | 0.24 |
| Hex | 7 | 50 | 73 | 5E | 1E | 0 | 37 | C7 | 59 | 18 |
| Octal | 7 | 120 | 163 | 136 | 36 | 0 | 67 | 307 | 131 | 30 |
| Binary | 111 | 1010000 | 1110011 | 1011110 | 11110 | 0 | 110111 | 11000111 | 1011001 | 11000 |
Color Harmonies of #075073
Complementary color
Monochromatic Colors of #075073
Black with #075073
Text Example
Text Example
White with #075073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #075073; }
p { color: rgb(7,80,115); }
H1.HeaderClassName
{
color: #075073;
}
.AnyTagClassName
{
color: #075073;
}
</style>
background-color css
<style>
a { background-color: #075073; }
a { background-color: rgb(7,80,115); }
div.DivClassName
{
background-color: #075073;
}
.BgClassName
{
background-color: #075073;
}
</style>
border-color css
<style>
span { border-color: #075073; }
span { border-color: rgb(7,80,115); }
td.TdClassName
{
border-color: #075073;
}
.TagClassName
{
border-color: #075073;
}
</style>