Shades of Dark Cerulean #07496D
Tints of Dark Cerulean #07496D
RGB
CMYK
RGB Variations
Color information
#07496D (or 0x07496D) is known color: Dark Cerulean. HEX triplet: 07, 49 and 6D. RGB value is (7,73,109). Sum of RGB (Red+Green+Blue) = 7+73+109=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #07496D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07496D is #F8B692. Grayscale: #393939. Windows color (decimal): -16299667 or 7162119. OLE color: 7162119.
HSL color Cylindrical-coordinate representation of color #07496D: hue angle of 201.18º 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 #07496D is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 73 | 109 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.57 |
| HSL | 201.18º | 0.88% | 0.23% | - |
| HSV(B) | 201.18º | 0.94% | 0.43% | - |
| XYZ | 5.23 | 5.91 | 15.33 | - |
| YUV | 57.37 | 157.13 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 109 | 0.94 | 0.33 | 0 | 0.57 | 201.18 | 0.88 | 0.23 |
| Hex | 7 | 49 | 6D | 5E | 21 | 0 | 39 | C9 | 58 | 17 |
| Octal | 7 | 111 | 155 | 136 | 41 | 0 | 71 | 311 | 130 | 27 |
| Binary | 111 | 1001001 | 1101101 | 1011110 | 100001 | 0 | 111001 | 11001001 | 1011000 | 10111 |
Color Harmonies of #07496D
Complementary color
Monochromatic Colors of #07496D
Black with #07496D
Text Example
Text Example
White with #07496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07496D; }
p { color: rgb(7,73,109); }
H1.HeaderClassName
{
color: #07496D;
}
.AnyTagClassName
{
color: #07496D;
}
</style>
background-color css
<style>
a { background-color: #07496D; }
a { background-color: rgb(7,73,109); }
div.DivClassName
{
background-color: #07496D;
}
.BgClassName
{
background-color: #07496D;
}
</style>
border-color css
<style>
span { border-color: #07496D; }
span { border-color: rgb(7,73,109); }
td.TdClassName
{
border-color: #07496D;
}
.TagClassName
{
border-color: #07496D;
}
</style>