Shades of Dark Cerulean #074A85
Tints of Dark Cerulean #074A85
RGB
CMYK
RGB Variations
Color information
#074A85 (or 0x074A85) is known color: Dark Cerulean. HEX triplet: 07, 4A and 85. RGB value is (7,74,133). Sum of RGB (Red+Green+Blue) = 7+74+133=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 133 (52.34% from 255 or 62.15% from 214); Max value from RGB is 133 - color contains mainly: blue. Hex color #074A85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074A85 is #F8B57A. Grayscale: #3C3C3C. Windows color (decimal): -16299387 or 8735239. OLE color: 8735239.
HSL color Cylindrical-coordinate representation of color #074A85: hue angle of 208.1º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074A85 is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 74 | 133 | - |
| CMYK | 0.95 | 0.44 | 0 | 0.48 |
| HSL | 208.1º | 0.9% | 0.27% | - |
| HSV(B) | 208.1º | 0.95% | 0.52% | - |
| XYZ | 6.77 | 6.64 | 23.11 | - |
| YUV | 60.69 | 168.8 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 133 | 0.95 | 0.44 | 0 | 0.48 | 208.1 | 0.9 | 0.27 |
| Hex | 7 | 4A | 85 | 5F | 2C | 0 | 30 | D0 | 5A | 1B |
| Octal | 7 | 112 | 205 | 137 | 54 | 0 | 60 | 320 | 132 | 33 |
| Binary | 111 | 1001010 | 10000101 | 1011111 | 101100 | 0 | 110000 | 11010000 | 1011010 | 11011 |
Color Harmonies of #074A85
Complementary color
Monochromatic Colors of #074A85
Black with #074A85
Text Example
Text Example
White with #074A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A85; }
p { color: rgb(7,74,133); }
H1.HeaderClassName
{
color: #074A85;
}
.AnyTagClassName
{
color: #074A85;
}
</style>
background-color css
<style>
a { background-color: #074A85; }
a { background-color: rgb(7,74,133); }
div.DivClassName
{
background-color: #074A85;
}
.BgClassName
{
background-color: #074A85;
}
</style>
border-color css
<style>
span { border-color: #074A85; }
span { border-color: rgb(7,74,133); }
td.TdClassName
{
border-color: #074A85;
}
.TagClassName
{
border-color: #074A85;
}
</style>