Shades of Dark Cerulean #074E6C
Tints of Dark Cerulean #074E6C
RGB
CMYK
RGB Variations
Color information
#074E6C (or 0x074E6C) is known color: Dark Cerulean. HEX triplet: 07, 4E and 6C. RGB value is (7,78,108). Sum of RGB (Red+Green+Blue) = 7+78+108=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 108 (42.58% from 255 or 55.96% from 193); Max value from RGB is 108 - color contains mainly: blue. Hex color #074E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E6C is #F8B193. Grayscale: #3C3C3C. Windows color (decimal): -16298388 or 7097863. OLE color: 7097863.
HSL color Cylindrical-coordinate representation of color #074E6C: hue angle of 197.82º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074E6C is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 78 | 108 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.58 |
| HSL | 197.82º | 0.88% | 0.23% | - |
| HSV(B) | 197.82º | 0.94% | 0.42% | - |
| XYZ | 5.52 | 6.58 | 15.17 | - |
| YUV | 60.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 108 | 0.94 | 0.28 | 0 | 0.58 | 197.82 | 0.88 | 0.23 |
| Hex | 7 | 4E | 6C | 5E | 1C | 0 | 3A | C6 | 58 | 17 |
| Octal | 7 | 116 | 154 | 136 | 34 | 0 | 72 | 306 | 130 | 27 |
| Binary | 111 | 1001110 | 1101100 | 1011110 | 11100 | 0 | 111010 | 11000110 | 1011000 | 10111 |
Color Harmonies of #074E6C
Complementary color
Monochromatic Colors of #074E6C
Black with #074E6C
Text Example
Text Example
White with #074E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E6C; }
p { color: rgb(7,78,108); }
H1.HeaderClassName
{
color: #074E6C;
}
.AnyTagClassName
{
color: #074E6C;
}
</style>
background-color css
<style>
a { background-color: #074E6C; }
a { background-color: rgb(7,78,108); }
div.DivClassName
{
background-color: #074E6C;
}
.BgClassName
{
background-color: #074E6C;
}
</style>
border-color css
<style>
span { border-color: #074E6C; }
span { border-color: rgb(7,78,108); }
td.TdClassName
{
border-color: #074E6C;
}
.TagClassName
{
border-color: #074E6C;
}
</style>