Shades of Dark Cerulean #074084
Tints of Dark Cerulean #074084
RGB
CMYK
RGB Variations
Color information
#074084 (or 0x074084) is known color: Dark Cerulean. HEX triplet: 07, 40 and 84. RGB value is (7,64,132). Sum of RGB (Red+Green+Blue) = 7+64+132=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #074084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074084 is #F8BF7B. Grayscale: #363636. Windows color (decimal): -16301948 or 8667143. OLE color: 8667143.
HSL color Cylindrical-coordinate representation of color #074084: hue angle of 212.64º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074084 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 7 | 64 | 132 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.48 |
| HSL | 212.64º | 0.9% | 0.27% | - |
| HSV(B) | 212.64º | 0.95% | 0.52% | - |
| XYZ | 6.09 | 5.38 | 22.55 | - |
| YUV | 54.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 132 | 0.95 | 0.52 | 0 | 0.48 | 212.64 | 0.9 | 0.27 |
| Hex | 7 | 40 | 84 | 5F | 34 | 0 | 30 | D5 | 5A | 1B |
| Octal | 7 | 100 | 204 | 137 | 64 | 0 | 60 | 325 | 132 | 33 |
| Binary | 111 | 1000000 | 10000100 | 1011111 | 110100 | 0 | 110000 | 11010101 | 1011010 | 11011 |
Color Harmonies of #074084
Complementary color
Monochromatic Colors of #074084
Black with #074084
Text Example
Text Example
White with #074084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074084; }
p { color: rgb(7,64,132); }
H1.HeaderClassName
{
color: #074084;
}
.AnyTagClassName
{
color: #074084;
}
</style>
background-color css
<style>
a { background-color: #074084; }
a { background-color: rgb(7,64,132); }
div.DivClassName
{
background-color: #074084;
}
.BgClassName
{
background-color: #074084;
}
</style>
border-color css
<style>
span { border-color: #074084; }
span { border-color: rgb(7,64,132); }
td.TdClassName
{
border-color: #074084;
}
.TagClassName
{
border-color: #074084;
}
</style>