Shades of Dark Cerulean #074F74
Tints of Dark Cerulean #074F74
RGB
CMYK
RGB Variations
Color information
#074F74 (or 0x074F74) is known color: Dark Cerulean. HEX triplet: 07, 4F and 74. RGB value is (7,79,116). Sum of RGB (Red+Green+Blue) = 7+79+116=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #074F74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F74 is #F8B08B. Grayscale: #3D3D3D. Windows color (decimal): -16298124 or 7622407. OLE color: 7622407.
HSL color Cylindrical-coordinate representation of color #074F74: hue angle of 200.37º 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 #074F74 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 79 | 116 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.55 |
| HSL | 200.37º | 0.89% | 0.24% | - |
| HSV(B) | 200.37º | 0.94% | 0.45% | - |
| XYZ | 6.04 | 6.9 | 17.54 | - |
| YUV | 61.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 116 | 0.94 | 0.32 | 0 | 0.55 | 200.37 | 0.89 | 0.24 |
| Hex | 7 | 4F | 74 | 5E | 20 | 0 | 37 | C8 | 59 | 18 |
| Octal | 7 | 117 | 164 | 136 | 40 | 0 | 67 | 310 | 131 | 30 |
| Binary | 111 | 1001111 | 1110100 | 1011110 | 100000 | 0 | 110111 | 11001000 | 1011001 | 11000 |
Color Harmonies of #074F74
Complementary color
Monochromatic Colors of #074F74
Black with #074F74
Text Example
Text Example
White with #074F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F74; }
p { color: rgb(7,79,116); }
H1.HeaderClassName
{
color: #074F74;
}
.AnyTagClassName
{
color: #074F74;
}
</style>
background-color css
<style>
a { background-color: #074F74; }
a { background-color: rgb(7,79,116); }
div.DivClassName
{
background-color: #074F74;
}
.BgClassName
{
background-color: #074F74;
}
</style>
border-color css
<style>
span { border-color: #074F74; }
span { border-color: rgb(7,79,116); }
td.TdClassName
{
border-color: #074F74;
}
.TagClassName
{
border-color: #074F74;
}
</style>