Shades of Dark Cerulean #07416D
Tints of Dark Cerulean #07416D
RGB
CMYK
RGB Variations
Color information
#07416D (or 0x07416D) is known color: Dark Cerulean. HEX triplet: 07, 41 and 6D. RGB value is (7,65,109). Sum of RGB (Red+Green+Blue) = 7+65+109=181 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.87% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #07416D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07416D is #F8BE92. Grayscale: #343434. Windows color (decimal): -16301715 or 7160071. OLE color: 7160071.
HSL color Cylindrical-coordinate representation of color #07416D: hue angle of 205.88º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07416D is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 65 | 109 | - |
| CMYK | 0.94 | 0.40 | 0 | 0.57 |
| HSL | 205.88º | 0.88% | 0.23% | - |
| HSV(B) | 205.88º | 0.94% | 0.43% | - |
| XYZ | 4.74 | 4.93 | 15.17 | - |
| YUV | 52.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 109 | 0.94 | 0.40 | 0 | 0.57 | 205.88 | 0.88 | 0.23 |
| Hex | 7 | 41 | 6D | 5E | 28 | 0 | 39 | CE | 58 | 17 |
| Octal | 7 | 101 | 155 | 136 | 50 | 0 | 71 | 316 | 130 | 27 |
| Binary | 111 | 1000001 | 1101101 | 1011110 | 101000 | 0 | 111001 | 11001110 | 1011000 | 10111 |
Color Harmonies of #07416D
Complementary color
Monochromatic Colors of #07416D
Black with #07416D
Text Example
Text Example
White with #07416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07416D; }
p { color: rgb(7,65,109); }
H1.HeaderClassName
{
color: #07416D;
}
.AnyTagClassName
{
color: #07416D;
}
</style>
background-color css
<style>
a { background-color: #07416D; }
a { background-color: rgb(7,65,109); }
div.DivClassName
{
background-color: #07416D;
}
.BgClassName
{
background-color: #07416D;
}
</style>
border-color css
<style>
span { border-color: #07416D; }
span { border-color: rgb(7,65,109); }
td.TdClassName
{
border-color: #07416D;
}
.TagClassName
{
border-color: #07416D;
}
</style>