Shades of Dark Cerulean #074D73
Tints of Dark Cerulean #074D73
RGB
CMYK
RGB Variations
Color information
#074D73 (or 0x074D73) is known color: Dark Cerulean. HEX triplet: 07, 4D and 73. RGB value is (7,77,115). Sum of RGB (Red+Green+Blue) = 7+77+115=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #074D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D73 is #F8B28C. Grayscale: #3C3C3C. Windows color (decimal): -16298637 or 7556359. OLE color: 7556359.
HSL color Cylindrical-coordinate representation of color #074D73: hue angle of 201.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074D73 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 77 | 115 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.55 |
| HSL | 201.11º | 0.89% | 0.24% | - |
| HSV(B) | 201.11º | 0.94% | 0.45% | - |
| XYZ | 5.84 | 6.59 | 17.18 | - |
| YUV | 60.4 | 158.81 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 115 | 0.94 | 0.33 | 0 | 0.55 | 201.11 | 0.89 | 0.24 |
| Hex | 7 | 4D | 73 | 5E | 21 | 0 | 37 | C9 | 59 | 18 |
| Octal | 7 | 115 | 163 | 136 | 41 | 0 | 67 | 311 | 131 | 30 |
| Binary | 111 | 1001101 | 1110011 | 1011110 | 100001 | 0 | 110111 | 11001001 | 1011001 | 11000 |
Color Harmonies of #074D73
Complementary color
Monochromatic Colors of #074D73
Black with #074D73
Text Example
Text Example
White with #074D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D73; }
p { color: rgb(7,77,115); }
H1.HeaderClassName
{
color: #074D73;
}
.AnyTagClassName
{
color: #074D73;
}
</style>
background-color css
<style>
a { background-color: #074D73; }
a { background-color: rgb(7,77,115); }
div.DivClassName
{
background-color: #074D73;
}
.BgClassName
{
background-color: #074D73;
}
</style>
border-color css
<style>
span { border-color: #074D73; }
span { border-color: rgb(7,77,115); }
td.TdClassName
{
border-color: #074D73;
}
.TagClassName
{
border-color: #074D73;
}
</style>