Shades of Dark Cerulean #074075
Tints of Dark Cerulean #074075
RGB
CMYK
RGB Variations
Color information
#074075 (or 0x074075) is known color: Dark Cerulean. HEX triplet: 07, 40 and 75. RGB value is (7,64,117). Sum of RGB (Red+Green+Blue) = 7+64+117=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #074075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074075 is #F8BF8A. Grayscale: #343434. Windows color (decimal): -16301963 or 7684103. OLE color: 7684103.
HSL color Cylindrical-coordinate representation of color #074075: hue angle of 208.91º 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 #074075 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 64 | 117 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.54 |
| HSL | 208.91º | 0.89% | 0.24% | - |
| HSV(B) | 208.91º | 0.94% | 0.46% | - |
| XYZ | 5.13 | 5 | 17.52 | - |
| YUV | 53 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 117 | 0.94 | 0.45 | 0 | 0.54 | 208.91 | 0.89 | 0.24 |
| Hex | 7 | 40 | 75 | 5E | 2D | 0 | 36 | D1 | 59 | 18 |
| Octal | 7 | 100 | 165 | 136 | 55 | 0 | 66 | 321 | 131 | 30 |
| Binary | 111 | 1000000 | 1110101 | 1011110 | 101101 | 0 | 110110 | 11010001 | 1011001 | 11000 |
Color Harmonies of #074075
Complementary color
Monochromatic Colors of #074075
Black with #074075
Text Example
Text Example
White with #074075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074075; }
p { color: rgb(7,64,117); }
H1.HeaderClassName
{
color: #074075;
}
.AnyTagClassName
{
color: #074075;
}
</style>
background-color css
<style>
a { background-color: #074075; }
a { background-color: rgb(7,64,117); }
div.DivClassName
{
background-color: #074075;
}
.BgClassName
{
background-color: #074075;
}
</style>
border-color css
<style>
span { border-color: #074075; }
span { border-color: rgb(7,64,117); }
td.TdClassName
{
border-color: #074075;
}
.TagClassName
{
border-color: #074075;
}
</style>