Shades of Dark Cerulean #074C85
Tints of Dark Cerulean #074C85
RGB
CMYK
RGB Variations
Color information
#074C85 (or 0x074C85) is known color: Dark Cerulean. HEX triplet: 07, 4C and 85. RGB value is (7,76,133). Sum of RGB (Red+Green+Blue) = 7+76+133=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 133 (52.34% from 255 or 61.57% from 216); Max value from RGB is 133 - color contains mainly: blue. Hex color #074C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074C85 is #F8B37A. Grayscale: #3D3D3D. Windows color (decimal): -16298875 or 8735751. OLE color: 8735751.
HSL color Cylindrical-coordinate representation of color #074C85: hue angle of 207.14º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074C85 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 76 | 133 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.48 |
| HSL | 207.14º | 0.9% | 0.27% | - |
| HSV(B) | 207.14º | 0.95% | 0.52% | - |
| XYZ | 6.91 | 6.91 | 23.16 | - |
| YUV | 61.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 133 | 0.95 | 0.43 | 0 | 0.48 | 207.14 | 0.9 | 0.27 |
| Hex | 7 | 4C | 85 | 5F | 2B | 0 | 30 | CF | 5A | 1B |
| Octal | 7 | 114 | 205 | 137 | 53 | 0 | 60 | 317 | 132 | 33 |
| Binary | 111 | 1001100 | 10000101 | 1011111 | 101011 | 0 | 110000 | 11001111 | 1011010 | 11011 |
Color Harmonies of #074C85
Complementary color
Monochromatic Colors of #074C85
Black with #074C85
Text Example
Text Example
White with #074C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C85; }
p { color: rgb(7,76,133); }
H1.HeaderClassName
{
color: #074C85;
}
.AnyTagClassName
{
color: #074C85;
}
</style>
background-color css
<style>
a { background-color: #074C85; }
a { background-color: rgb(7,76,133); }
div.DivClassName
{
background-color: #074C85;
}
.BgClassName
{
background-color: #074C85;
}
</style>
border-color css
<style>
span { border-color: #074C85; }
span { border-color: rgb(7,76,133); }
td.TdClassName
{
border-color: #074C85;
}
.TagClassName
{
border-color: #074C85;
}
</style>