Shades of Dark Cerulean #073875
Tints of Dark Cerulean #073875
RGB
CMYK
RGB Variations
Color information
#073875 (or 0x073875) is known color: Dark Cerulean. HEX triplet: 07, 38 and 75. RGB value is (7,56,117). Sum of RGB (Red+Green+Blue) = 7+56+117=180 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.89% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #073875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073875 is #F8C78A. Grayscale: #303030. Windows color (decimal): -16304011 or 7682055. OLE color: 7682055.
HSL color Cylindrical-coordinate representation of color #073875: hue angle of 213.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073875 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 56 | 117 | - |
| CMYK | 0.94 | 0.52 | 0 | 0.54 |
| HSL | 213.27º | 0.89% | 0.24% | - |
| HSV(B) | 213.27º | 0.94% | 0.46% | - |
| XYZ | 4.71 | 4.16 | 17.38 | - |
| YUV | 48.3 | 166.77 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 117 | 0.94 | 0.52 | 0 | 0.54 | 213.27 | 0.89 | 0.24 |
| Hex | 7 | 38 | 75 | 5E | 34 | 0 | 36 | D5 | 59 | 18 |
| Octal | 7 | 70 | 165 | 136 | 64 | 0 | 66 | 325 | 131 | 30 |
| Binary | 111 | 111000 | 1110101 | 1011110 | 110100 | 0 | 110110 | 11010101 | 1011001 | 11000 |
Color Harmonies of #073875
Complementary color
Monochromatic Colors of #073875
Black with #073875
Text Example
Text Example
White with #073875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073875; }
p { color: rgb(7,56,117); }
H1.HeaderClassName
{
color: #073875;
}
.AnyTagClassName
{
color: #073875;
}
</style>
background-color css
<style>
a { background-color: #073875; }
a { background-color: rgb(7,56,117); }
div.DivClassName
{
background-color: #073875;
}
.BgClassName
{
background-color: #073875;
}
</style>
border-color css
<style>
span { border-color: #073875; }
span { border-color: rgb(7,56,117); }
td.TdClassName
{
border-color: #073875;
}
.TagClassName
{
border-color: #073875;
}
</style>