Shades of Dark Cerulean #074D77
Tints of Dark Cerulean #074D77
RGB
CMYK
RGB Variations
Color information
#074D77 (or 0x074D77) is known color: Dark Cerulean. HEX triplet: 07, 4D and 77. RGB value is (7,77,119). Sum of RGB (Red+Green+Blue) = 7+77+119=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 77 (30.47% from 255 or 37.93% from 203); Blue value is 119 (46.88% from 255 or 58.62% from 203); Max value from RGB is 119 - color contains mainly: blue. Hex color #074D77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D77 is #F8B288. Grayscale: #3C3C3C. Windows color (decimal): -16298633 or 7818503. OLE color: 7818503.
HSL color Cylindrical-coordinate representation of color #074D77: hue angle of 202.5º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074D77 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 77 | 119 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.53 |
| HSL | 202.5º | 0.89% | 0.25% | - |
| HSV(B) | 202.5º | 0.94% | 0.47% | - |
| XYZ | 6.07 | 6.68 | 18.42 | - |
| YUV | 60.86 | 160.81 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 119 | 0.94 | 0.35 | 0 | 0.53 | 202.5 | 0.89 | 0.25 |
| Hex | 7 | 4D | 77 | 5E | 23 | 0 | 35 | CA | 59 | 19 |
| Octal | 7 | 115 | 167 | 136 | 43 | 0 | 65 | 312 | 131 | 31 |
| Binary | 111 | 1001101 | 1110111 | 1011110 | 100011 | 0 | 110101 | 11001010 | 1011001 | 11001 |
Color Harmonies of #074D77
Complementary color
Monochromatic Colors of #074D77
Black with #074D77
Text Example
Text Example
White with #074D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D77; }
p { color: rgb(7,77,119); }
H1.HeaderClassName
{
color: #074D77;
}
.AnyTagClassName
{
color: #074D77;
}
</style>
background-color css
<style>
a { background-color: #074D77; }
a { background-color: rgb(7,77,119); }
div.DivClassName
{
background-color: #074D77;
}
.BgClassName
{
background-color: #074D77;
}
</style>
border-color css
<style>
span { border-color: #074D77; }
span { border-color: rgb(7,77,119); }
td.TdClassName
{
border-color: #074D77;
}
.TagClassName
{
border-color: #074D77;
}
</style>