Shades of Dark Cerulean #073A7D
Tints of Dark Cerulean #073A7D
RGB
CMYK
RGB Variations
Color information
#073A7D (or 0x073A7D) is known color: Dark Cerulean. HEX triplet: 07, 3A and 7D. RGB value is (7,58,125). Sum of RGB (Red+Green+Blue) = 7+58+125=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 58 (23.05% from 255 or 30.53% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #073A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A7D is #F8C582. Grayscale: #323232. Windows color (decimal): -16303491 or 8206855. OLE color: 8206855.
HSL color Cylindrical-coordinate representation of color #073A7D: hue angle of 214.07º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A7D is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 58 | 125 | - |
| CMYK | 0.94 | 0.54 | 0 | 0.51 |
| HSL | 214.07º | 0.89% | 0.26% | - |
| HSV(B) | 214.07º | 0.94% | 0.49% | - |
| XYZ | 5.3 | 4.55 | 20 | - |
| YUV | 50.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 125 | 0.94 | 0.54 | 0 | 0.51 | 214.07 | 0.89 | 0.26 |
| Hex | 7 | 3A | 7D | 5E | 36 | 0 | 33 | D6 | 59 | 1A |
| Octal | 7 | 72 | 175 | 136 | 66 | 0 | 63 | 326 | 131 | 32 |
| Binary | 111 | 111010 | 1111101 | 1011110 | 110110 | 0 | 110011 | 11010110 | 1011001 | 11010 |
Color Harmonies of #073A7D
Complementary color
Monochromatic Colors of #073A7D
Black with #073A7D
Text Example
Text Example
White with #073A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A7D; }
p { color: rgb(7,58,125); }
H1.HeaderClassName
{
color: #073A7D;
}
.AnyTagClassName
{
color: #073A7D;
}
</style>
background-color css
<style>
a { background-color: #073A7D; }
a { background-color: rgb(7,58,125); }
div.DivClassName
{
background-color: #073A7D;
}
.BgClassName
{
background-color: #073A7D;
}
</style>
border-color css
<style>
span { border-color: #073A7D; }
span { border-color: rgb(7,58,125); }
td.TdClassName
{
border-color: #073A7D;
}
.TagClassName
{
border-color: #073A7D;
}
</style>