Shades of Dark Cerulean #074D7D
Tints of Dark Cerulean #074D7D
RGB
CMYK
RGB Variations
Color information
#074D7D (or 0x074D7D) is known color: Dark Cerulean. HEX triplet: 07, 4D and 7D. RGB value is (7,77,125). Sum of RGB (Red+Green+Blue) = 7+77+125=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #074D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D7D is #F8B282. Grayscale: #3D3D3D. Windows color (decimal): -16298627 or 8211719. OLE color: 8211719.
HSL color Cylindrical-coordinate representation of color #074D7D: hue angle of 204.41º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074D7D is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 77 | 125 | - |
| CMYK | 0.94 | 0.38 | 0 | 0.51 |
| HSL | 204.41º | 0.89% | 0.26% | - |
| HSV(B) | 204.41º | 0.94% | 0.49% | - |
| XYZ | 6.44 | 6.83 | 20.38 | - |
| YUV | 61.54 | 163.81 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 125 | 0.94 | 0.38 | 0 | 0.51 | 204.41 | 0.89 | 0.26 |
| Hex | 7 | 4D | 7D | 5E | 26 | 0 | 33 | CC | 59 | 1A |
| Octal | 7 | 115 | 175 | 136 | 46 | 0 | 63 | 314 | 131 | 32 |
| Binary | 111 | 1001101 | 1111101 | 1011110 | 100110 | 0 | 110011 | 11001100 | 1011001 | 11010 |
Color Harmonies of #074D7D
Complementary color
Monochromatic Colors of #074D7D
Black with #074D7D
Text Example
Text Example
White with #074D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D7D; }
p { color: rgb(7,77,125); }
H1.HeaderClassName
{
color: #074D7D;
}
.AnyTagClassName
{
color: #074D7D;
}
</style>
background-color css
<style>
a { background-color: #074D7D; }
a { background-color: rgb(7,77,125); }
div.DivClassName
{
background-color: #074D7D;
}
.BgClassName
{
background-color: #074D7D;
}
</style>
border-color css
<style>
span { border-color: #074D7D; }
span { border-color: rgb(7,77,125); }
td.TdClassName
{
border-color: #074D7D;
}
.TagClassName
{
border-color: #074D7D;
}
</style>