Shades of Dark Cerulean #074F8A
Tints of Dark Cerulean #074F8A
RGB
CMYK
RGB Variations
Color information
#074F8A (or 0x074F8A) is known color: Dark Cerulean. HEX triplet: 07, 4F and 8A. RGB value is (7,79,138). Sum of RGB (Red+Green+Blue) = 7+79+138=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 138 (54.30% from 255 or 61.61% from 224); Max value from RGB is 138 - color contains mainly: blue. Hex color #074F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074F8A is #F8B075. Grayscale: #3F3F3F. Windows color (decimal): -16298102 or 9064199. OLE color: 9064199.
HSL color Cylindrical-coordinate representation of color #074F8A: hue angle of 207.02º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074F8A is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 79 | 138 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.46 |
| HSL | 207.02º | 0.9% | 0.28% | - |
| HSV(B) | 207.02º | 0.95% | 0.54% | - |
| XYZ | 7.47 | 7.47 | 25.09 | - |
| YUV | 64.2 | 169.65 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 138 | 0.95 | 0.43 | 0 | 0.46 | 207.02 | 0.9 | 0.28 |
| Hex | 7 | 4F | 8A | 5F | 2B | 0 | 2E | CF | 5A | 1C |
| Octal | 7 | 117 | 212 | 137 | 53 | 0 | 56 | 317 | 132 | 34 |
| Binary | 111 | 1001111 | 10001010 | 1011111 | 101011 | 0 | 101110 | 11001111 | 1011010 | 11100 |
Color Harmonies of #074F8A
Complementary color
Monochromatic Colors of #074F8A
Black with #074F8A
Text Example
Text Example
White with #074F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F8A; }
p { color: rgb(7,79,138); }
H1.HeaderClassName
{
color: #074F8A;
}
.AnyTagClassName
{
color: #074F8A;
}
</style>
background-color css
<style>
a { background-color: #074F8A; }
a { background-color: rgb(7,79,138); }
div.DivClassName
{
background-color: #074F8A;
}
.BgClassName
{
background-color: #074F8A;
}
</style>
border-color css
<style>
span { border-color: #074F8A; }
span { border-color: rgb(7,79,138); }
td.TdClassName
{
border-color: #074F8A;
}
.TagClassName
{
border-color: #074F8A;
}
</style>