Shades of Dark Cerulean #074073
Tints of Dark Cerulean #074073
RGB
CMYK
RGB Variations
Color information
#074073 (or 0x074073) is known color: Dark Cerulean. HEX triplet: 07, 40 and 73. RGB value is (7,64,115). Sum of RGB (Red+Green+Blue) = 7+64+115=186 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.76% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #074073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074073 is #F8BF8C. Grayscale: #343434. Windows color (decimal): -16301965 or 7553031. OLE color: 7553031.
HSL color Cylindrical-coordinate representation of color #074073: hue angle of 208.33º 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 #074073 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 64 | 115 | - |
| CMYK | 0.94 | 0.44 | 0 | 0.55 |
| HSL | 208.33º | 0.89% | 0.24% | - |
| HSV(B) | 208.33º | 0.94% | 0.45% | - |
| XYZ | 5.02 | 4.95 | 16.91 | - |
| YUV | 52.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 115 | 0.94 | 0.44 | 0 | 0.55 | 208.33 | 0.89 | 0.24 |
| Hex | 7 | 40 | 73 | 5E | 2C | 0 | 37 | D0 | 59 | 18 |
| Octal | 7 | 100 | 163 | 136 | 54 | 0 | 67 | 320 | 131 | 30 |
| Binary | 111 | 1000000 | 1110011 | 1011110 | 101100 | 0 | 110111 | 11010000 | 1011001 | 11000 |
Color Harmonies of #074073
Complementary color
Monochromatic Colors of #074073
Black with #074073
Text Example
Text Example
White with #074073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074073; }
p { color: rgb(7,64,115); }
H1.HeaderClassName
{
color: #074073;
}
.AnyTagClassName
{
color: #074073;
}
</style>
background-color css
<style>
a { background-color: #074073; }
a { background-color: rgb(7,64,115); }
div.DivClassName
{
background-color: #074073;
}
.BgClassName
{
background-color: #074073;
}
</style>
border-color css
<style>
span { border-color: #074073; }
span { border-color: rgb(7,64,115); }
td.TdClassName
{
border-color: #074073;
}
.TagClassName
{
border-color: #074073;
}
</style>