Shades of Dark Cerulean #074A75
Tints of Dark Cerulean #074A75
RGB
CMYK
RGB Variations
Color information
#074A75 (or 0x074A75) is known color: Dark Cerulean. HEX triplet: 07, 4A and 75. RGB value is (7,74,117). Sum of RGB (Red+Green+Blue) = 7+74+117=198 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.54% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #074A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A75 is #F8B58A. Grayscale: #3A3A3A. Windows color (decimal): -16299403 or 7686663. OLE color: 7686663.
HSL color Cylindrical-coordinate representation of color #074A75: hue angle of 203.45º 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 #074A75 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 74 | 117 | - |
| CMYK | 0.94 | 0.37 | 0 | 0.54 |
| HSL | 203.45º | 0.89% | 0.24% | - |
| HSV(B) | 203.45º | 0.94% | 0.46% | - |
| XYZ | 5.75 | 6.23 | 17.73 | - |
| YUV | 58.87 | 160.8 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 117 | 0.94 | 0.37 | 0 | 0.54 | 203.45 | 0.89 | 0.24 |
| Hex | 7 | 4A | 75 | 5E | 25 | 0 | 36 | CB | 59 | 18 |
| Octal | 7 | 112 | 165 | 136 | 45 | 0 | 66 | 313 | 131 | 30 |
| Binary | 111 | 1001010 | 1110101 | 1011110 | 100101 | 0 | 110110 | 11001011 | 1011001 | 11000 |
Color Harmonies of #074A75
Complementary color
Monochromatic Colors of #074A75
Black with #074A75
Text Example
Text Example
White with #074A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A75; }
p { color: rgb(7,74,117); }
H1.HeaderClassName
{
color: #074A75;
}
.AnyTagClassName
{
color: #074A75;
}
</style>
background-color css
<style>
a { background-color: #074A75; }
a { background-color: rgb(7,74,117); }
div.DivClassName
{
background-color: #074A75;
}
.BgClassName
{
background-color: #074A75;
}
</style>
border-color css
<style>
span { border-color: #074A75; }
span { border-color: rgb(7,74,117); }
td.TdClassName
{
border-color: #074A75;
}
.TagClassName
{
border-color: #074A75;
}
</style>