Shades of Dark Cerulean #074E82
Tints of Dark Cerulean #074E82
RGB
CMYK
RGB Variations
Color information
#074E82 (or 0x074E82) is known color: Dark Cerulean. HEX triplet: 07, 4E and 82. RGB value is (7,78,130). Sum of RGB (Red+Green+Blue) = 7+78+130=215 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.26% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #074E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E82 is #F8B17D. Grayscale: #3E3E3E. Windows color (decimal): -16298366 or 8539655. OLE color: 8539655.
HSL color Cylindrical-coordinate representation of color #074E82: hue angle of 205.37º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074E82 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 78 | 130 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.49 |
| HSL | 205.37º | 0.9% | 0.27% | - |
| HSV(B) | 205.37º | 0.95% | 0.51% | - |
| XYZ | 6.84 | 7.11 | 22.13 | - |
| YUV | 62.7 | 165.98 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 130 | 0.95 | 0.40 | 0 | 0.49 | 205.37 | 0.9 | 0.27 |
| Hex | 7 | 4E | 82 | 5F | 28 | 0 | 31 | CD | 5A | 1B |
| Octal | 7 | 116 | 202 | 137 | 50 | 0 | 61 | 315 | 132 | 33 |
| Binary | 111 | 1001110 | 10000010 | 1011111 | 101000 | 0 | 110001 | 11001101 | 1011010 | 11011 |
Color Harmonies of #074E82
Complementary color
Monochromatic Colors of #074E82
Black with #074E82
Text Example
Text Example
White with #074E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E82; }
p { color: rgb(7,78,130); }
H1.HeaderClassName
{
color: #074E82;
}
.AnyTagClassName
{
color: #074E82;
}
</style>
background-color css
<style>
a { background-color: #074E82; }
a { background-color: rgb(7,78,130); }
div.DivClassName
{
background-color: #074E82;
}
.BgClassName
{
background-color: #074E82;
}
</style>
border-color css
<style>
span { border-color: #074E82; }
span { border-color: rgb(7,78,130); }
td.TdClassName
{
border-color: #074E82;
}
.TagClassName
{
border-color: #074E82;
}
</style>