Shades of Dark Cerulean #074D71
Tints of Dark Cerulean #074D71
RGB
CMYK
RGB Variations
Color information
#074D71 (or 0x074D71) is known color: Dark Cerulean. HEX triplet: 07, 4D and 71. RGB value is (7,77,113). Sum of RGB (Red+Green+Blue) = 7+77+113=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #074D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074D71 is #F8B28E. Grayscale: #3B3B3B. Windows color (decimal): -16298639 or 7425287. OLE color: 7425287.
HSL color Cylindrical-coordinate representation of color #074D71: hue angle of 200.38º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074D71 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 77 | 113 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.56 |
| HSL | 200.38º | 0.88% | 0.24% | - |
| HSV(B) | 200.38º | 0.94% | 0.44% | - |
| XYZ | 5.72 | 6.55 | 16.58 | - |
| YUV | 60.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 113 | 0.94 | 0.32 | 0 | 0.56 | 200.38 | 0.88 | 0.24 |
| Hex | 7 | 4D | 71 | 5E | 20 | 0 | 38 | C8 | 58 | 18 |
| Octal | 7 | 115 | 161 | 136 | 40 | 0 | 70 | 310 | 130 | 30 |
| Binary | 111 | 1001101 | 1110001 | 1011110 | 100000 | 0 | 111000 | 11001000 | 1011000 | 11000 |
Color Harmonies of #074D71
Complementary color
Monochromatic Colors of #074D71
Black with #074D71
Text Example
Text Example
White with #074D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D71; }
p { color: rgb(7,77,113); }
H1.HeaderClassName
{
color: #074D71;
}
.AnyTagClassName
{
color: #074D71;
}
</style>
background-color css
<style>
a { background-color: #074D71; }
a { background-color: rgb(7,77,113); }
div.DivClassName
{
background-color: #074D71;
}
.BgClassName
{
background-color: #074D71;
}
</style>
border-color css
<style>
span { border-color: #074D71; }
span { border-color: rgb(7,77,113); }
td.TdClassName
{
border-color: #074D71;
}
.TagClassName
{
border-color: #074D71;
}
</style>