Shades of Dark Cerulean #074A6F
Tints of Dark Cerulean #074A6F
RGB
CMYK
RGB Variations
Color information
#074A6F (or 0x074A6F) is known color: Dark Cerulean. HEX triplet: 07, 4A and 6F. RGB value is (7,74,111). Sum of RGB (Red+Green+Blue) = 7+74+111=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #074A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A6F is #F8B590. Grayscale: #393939. Windows color (decimal): -16299409 or 7293447. OLE color: 7293447.
HSL color Cylindrical-coordinate representation of color #074A6F: hue angle of 201.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074A6F is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 74 | 111 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.56 |
| HSL | 201.35º | 0.88% | 0.23% | - |
| HSV(B) | 201.35º | 0.94% | 0.44% | - |
| XYZ | 5.41 | 6.09 | 15.93 | - |
| YUV | 58.19 | 157.8 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 111 | 0.94 | 0.33 | 0 | 0.56 | 201.35 | 0.88 | 0.23 |
| Hex | 7 | 4A | 6F | 5E | 21 | 0 | 38 | C9 | 58 | 17 |
| Octal | 7 | 112 | 157 | 136 | 41 | 0 | 70 | 311 | 130 | 27 |
| Binary | 111 | 1001010 | 1101111 | 1011110 | 100001 | 0 | 111000 | 11001001 | 1011000 | 10111 |
Color Harmonies of #074A6F
Complementary color
Monochromatic Colors of #074A6F
Black with #074A6F
Text Example
Text Example
White with #074A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A6F; }
p { color: rgb(7,74,111); }
H1.HeaderClassName
{
color: #074A6F;
}
.AnyTagClassName
{
color: #074A6F;
}
</style>
background-color css
<style>
a { background-color: #074A6F; }
a { background-color: rgb(7,74,111); }
div.DivClassName
{
background-color: #074A6F;
}
.BgClassName
{
background-color: #074A6F;
}
</style>
border-color css
<style>
span { border-color: #074A6F; }
span { border-color: rgb(7,74,111); }
td.TdClassName
{
border-color: #074A6F;
}
.TagClassName
{
border-color: #074A6F;
}
</style>