Shades of Dark Cerulean #074A6C
Tints of Dark Cerulean #074A6C
RGB
CMYK
RGB Variations
Color information
#074A6C (or 0x074A6C) is known color: Dark Cerulean. HEX triplet: 07, 4A and 6C. RGB value is (7,74,108). Sum of RGB (Red+Green+Blue) = 7+74+108=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #074A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A6C is #F8B593. Grayscale: #393939. Windows color (decimal): -16299412 or 7096839. OLE color: 7096839.
HSL color Cylindrical-coordinate representation of color #074A6C: hue angle of 200.2º 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 #074A6C is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 74 | 108 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.58 |
| HSL | 200.2º | 0.88% | 0.23% | - |
| HSV(B) | 200.2º | 0.94% | 0.42% | - |
| XYZ | 5.24 | 6.03 | 15.07 | - |
| YUV | 57.84 | 156.3 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 108 | 0.94 | 0.31 | 0 | 0.58 | 200.2 | 0.88 | 0.23 |
| Hex | 7 | 4A | 6C | 5E | 1F | 0 | 3A | C8 | 58 | 17 |
| Octal | 7 | 112 | 154 | 136 | 37 | 0 | 72 | 310 | 130 | 27 |
| Binary | 111 | 1001010 | 1101100 | 1011110 | 11111 | 0 | 111010 | 11001000 | 1011000 | 10111 |
Color Harmonies of #074A6C
Complementary color
Monochromatic Colors of #074A6C
Black with #074A6C
Text Example
Text Example
White with #074A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A6C; }
p { color: rgb(7,74,108); }
H1.HeaderClassName
{
color: #074A6C;
}
.AnyTagClassName
{
color: #074A6C;
}
</style>
background-color css
<style>
a { background-color: #074A6C; }
a { background-color: rgb(7,74,108); }
div.DivClassName
{
background-color: #074A6C;
}
.BgClassName
{
background-color: #074A6C;
}
</style>
border-color css
<style>
span { border-color: #074A6C; }
span { border-color: rgb(7,74,108); }
td.TdClassName
{
border-color: #074A6C;
}
.TagClassName
{
border-color: #074A6C;
}
</style>