Shades of Dark Cerulean #074C71
Tints of Dark Cerulean #074C71
RGB
CMYK
RGB Variations
Color information
#074C71 (or 0x074C71) is known color: Dark Cerulean. HEX triplet: 07, 4C and 71. RGB value is (7,76,113). Sum of RGB (Red+Green+Blue) = 7+76+113=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #074C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C71 is #F8B38E. Grayscale: #3B3B3B. Windows color (decimal): -16298895 or 7425031. OLE color: 7425031.
HSL color Cylindrical-coordinate representation of color #074C71: hue angle of 200.94º 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 #074C71 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 76 | 113 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.56 |
| HSL | 200.94º | 0.88% | 0.24% | - |
| HSV(B) | 200.94º | 0.94% | 0.44% | - |
| XYZ | 5.65 | 6.41 | 16.56 | - |
| YUV | 59.59 | 158.14 | 90.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 113 | 0.94 | 0.33 | 0 | 0.56 | 200.94 | 0.88 | 0.24 |
| Hex | 7 | 4C | 71 | 5E | 21 | 0 | 38 | C9 | 58 | 18 |
| Octal | 7 | 114 | 161 | 136 | 41 | 0 | 70 | 311 | 130 | 30 |
| Binary | 111 | 1001100 | 1110001 | 1011110 | 100001 | 0 | 111000 | 11001001 | 1011000 | 11000 |
Color Harmonies of #074C71
Complementary color
Monochromatic Colors of #074C71
Black with #074C71
Text Example
Text Example
White with #074C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C71; }
p { color: rgb(7,76,113); }
H1.HeaderClassName
{
color: #074C71;
}
.AnyTagClassName
{
color: #074C71;
}
</style>
background-color css
<style>
a { background-color: #074C71; }
a { background-color: rgb(7,76,113); }
div.DivClassName
{
background-color: #074C71;
}
.BgClassName
{
background-color: #074C71;
}
</style>
border-color css
<style>
span { border-color: #074C71; }
span { border-color: rgb(7,76,113); }
td.TdClassName
{
border-color: #074C71;
}
.TagClassName
{
border-color: #074C71;
}
</style>