Shades of Dark Cerulean #074C6B
Tints of Dark Cerulean #074C6B
RGB
CMYK
RGB Variations
Color information
#074C6B (or 0x074C6B) is known color: Dark Cerulean. HEX triplet: 07, 4C and 6B. RGB value is (7,76,107). Sum of RGB (Red+Green+Blue) = 7+76+107=190 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.68% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #074C6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C6B is #F8B394. Grayscale: #3A3A3A. Windows color (decimal): -16298901 or 7031815. OLE color: 7031815.
HSL color Cylindrical-coordinate representation of color #074C6B: hue angle of 198.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074C6B is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 76 | 107 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.58 |
| HSL | 198.6º | 0.88% | 0.22% | - |
| HSV(B) | 198.6º | 0.93% | 0.42% | - |
| XYZ | 5.33 | 6.28 | 14.84 | - |
| YUV | 58.9 | 155.14 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 107 | 0.93 | 0.29 | 0 | 0.58 | 198.6 | 0.88 | 0.22 |
| Hex | 7 | 4C | 6B | 5D | 1D | 0 | 3A | C7 | 58 | 16 |
| Octal | 7 | 114 | 153 | 135 | 35 | 0 | 72 | 307 | 130 | 26 |
| Binary | 111 | 1001100 | 1101011 | 1011101 | 11101 | 0 | 111010 | 11000111 | 1011000 | 10110 |
Color Harmonies of #074C6B
Complementary color
Monochromatic Colors of #074C6B
Black with #074C6B
Text Example
Text Example
White with #074C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C6B; }
p { color: rgb(7,76,107); }
H1.HeaderClassName
{
color: #074C6B;
}
.AnyTagClassName
{
color: #074C6B;
}
</style>
background-color css
<style>
a { background-color: #074C6B; }
a { background-color: rgb(7,76,107); }
div.DivClassName
{
background-color: #074C6B;
}
.BgClassName
{
background-color: #074C6B;
}
</style>
border-color css
<style>
span { border-color: #074C6B; }
span { border-color: rgb(7,76,107); }
td.TdClassName
{
border-color: #074C6B;
}
.TagClassName
{
border-color: #074C6B;
}
</style>