Shades of Dark Cerulean #074F7A
Tints of Dark Cerulean #074F7A
RGB
CMYK
RGB Variations
Color information
#074F7A (or 0x074F7A) is known color: Dark Cerulean. HEX triplet: 07, 4F and 7A. RGB value is (7,79,122). Sum of RGB (Red+Green+Blue) = 7+79+122=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 79 (31.25% from 255 or 37.98% from 208); Blue value is 122 (48.05% from 255 or 58.65% from 208); Max value from RGB is 122 - color contains mainly: blue. Hex color #074F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074F7A is #F8B085. Grayscale: #3E3E3E. Windows color (decimal): -16298118 or 8015623. OLE color: 8015623.
HSL color Cylindrical-coordinate representation of color #074F7A: hue angle of 202.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074F7A is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 79 | 122 | - |
| CMYK | 0.94 | 0.35 | 0 | 0.52 |
| HSL | 202.43º | 0.89% | 0.25% | - |
| HSV(B) | 202.43º | 0.94% | 0.48% | - |
| XYZ | 6.4 | 7.04 | 19.43 | - |
| YUV | 62.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 122 | 0.94 | 0.35 | 0 | 0.52 | 202.43 | 0.89 | 0.25 |
| Hex | 7 | 4F | 7A | 5E | 23 | 0 | 34 | CA | 59 | 19 |
| Octal | 7 | 117 | 172 | 136 | 43 | 0 | 64 | 312 | 131 | 31 |
| Binary | 111 | 1001111 | 1111010 | 1011110 | 100011 | 0 | 110100 | 11001010 | 1011001 | 11001 |
Color Harmonies of #074F7A
Complementary color
Monochromatic Colors of #074F7A
Black with #074F7A
Text Example
Text Example
White with #074F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F7A; }
p { color: rgb(7,79,122); }
H1.HeaderClassName
{
color: #074F7A;
}
.AnyTagClassName
{
color: #074F7A;
}
</style>
background-color css
<style>
a { background-color: #074F7A; }
a { background-color: rgb(7,79,122); }
div.DivClassName
{
background-color: #074F7A;
}
.BgClassName
{
background-color: #074F7A;
}
</style>
border-color css
<style>
span { border-color: #074F7A; }
span { border-color: rgb(7,79,122); }
td.TdClassName
{
border-color: #074F7A;
}
.TagClassName
{
border-color: #074F7A;
}
</style>