Shades of Dark Cerulean #073685
Tints of Dark Cerulean #073685
RGB
CMYK
RGB Variations
Color information
#073685 (or 0x073685) is known color: Dark Cerulean. HEX triplet: 07, 36 and 85. RGB value is (7,54,133). Sum of RGB (Red+Green+Blue) = 7+54+133=194 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.61% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #073685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073685 is #F8C97A. Grayscale: #303030. Windows color (decimal): -16304507 or 8730119. OLE color: 8730119.
HSL color Cylindrical-coordinate representation of color #073685: hue angle of 217.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073685 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 54 | 133 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.48 |
| HSL | 217.62º | 0.9% | 0.27% | - |
| HSV(B) | 217.62º | 0.95% | 0.52% | - |
| XYZ | 5.64 | 4.38 | 22.74 | - |
| YUV | 48.95 | 175.43 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 54 | 133 | 0.95 | 0.59 | 0 | 0.48 | 217.62 | 0.9 | 0.27 |
| Hex | 7 | 36 | 85 | 5F | 3B | 0 | 30 | DA | 5A | 1B |
| Octal | 7 | 66 | 205 | 137 | 73 | 0 | 60 | 332 | 132 | 33 |
| Binary | 111 | 110110 | 10000101 | 1011111 | 111011 | 0 | 110000 | 11011010 | 1011010 | 11011 |
Color Harmonies of #073685
Complementary color
Monochromatic Colors of #073685
Black with #073685
Text Example
Text Example
White with #073685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073685; }
p { color: rgb(7,54,133); }
H1.HeaderClassName
{
color: #073685;
}
.AnyTagClassName
{
color: #073685;
}
</style>
background-color css
<style>
a { background-color: #073685; }
a { background-color: rgb(7,54,133); }
div.DivClassName
{
background-color: #073685;
}
.BgClassName
{
background-color: #073685;
}
</style>
border-color css
<style>
span { border-color: #073685; }
span { border-color: rgb(7,54,133); }
td.TdClassName
{
border-color: #073685;
}
.TagClassName
{
border-color: #073685;
}
</style>