Shades of Dark Cerulean #073A7B
Tints of Dark Cerulean #073A7B
RGB
CMYK
RGB Variations
Color information
#073A7B (or 0x073A7B) is known color: Dark Cerulean. HEX triplet: 07, 3A and 7B. RGB value is (7,58,123). Sum of RGB (Red+Green+Blue) = 7+58+123=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 58 (23.05% from 255 or 30.85% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #073A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A7B is #F8C584. Grayscale: #313131. Windows color (decimal): -16303493 or 8075783. OLE color: 8075783.
HSL color Cylindrical-coordinate representation of color #073A7B: hue angle of 213.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A7B is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 58 | 123 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.52 |
| HSL | 213.62º | 0.89% | 0.25% | - |
| HSV(B) | 213.62º | 0.94% | 0.48% | - |
| XYZ | 5.18 | 4.5 | 19.33 | - |
| YUV | 50.16 | 169.1 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 123 | 0.94 | 0.53 | 0 | 0.52 | 213.62 | 0.89 | 0.25 |
| Hex | 7 | 3A | 7B | 5E | 35 | 0 | 34 | D6 | 59 | 19 |
| Octal | 7 | 72 | 173 | 136 | 65 | 0 | 64 | 326 | 131 | 31 |
| Binary | 111 | 111010 | 1111011 | 1011110 | 110101 | 0 | 110100 | 11010110 | 1011001 | 11001 |
Color Harmonies of #073A7B
Complementary color
Monochromatic Colors of #073A7B
Black with #073A7B
Text Example
Text Example
White with #073A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A7B; }
p { color: rgb(7,58,123); }
H1.HeaderClassName
{
color: #073A7B;
}
.AnyTagClassName
{
color: #073A7B;
}
</style>
background-color css
<style>
a { background-color: #073A7B; }
a { background-color: rgb(7,58,123); }
div.DivClassName
{
background-color: #073A7B;
}
.BgClassName
{
background-color: #073A7B;
}
</style>
border-color css
<style>
span { border-color: #073A7B; }
span { border-color: rgb(7,58,123); }
td.TdClassName
{
border-color: #073A7B;
}
.TagClassName
{
border-color: #073A7B;
}
</style>