Shades of Dark Cerulean #074486
Tints of Dark Cerulean #074486
RGB
CMYK
RGB Variations
Color information
#074486 (or 0x074486) is known color: Dark Cerulean. HEX triplet: 07, 44 and 86. RGB value is (7,68,134). Sum of RGB (Red+Green+Blue) = 7+68+134=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 134 (52.73% from 255 or 64.11% from 209); Max value from RGB is 134 - color contains mainly: blue. Hex color #074486 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074486 is #F8BB79. Grayscale: #383838. Windows color (decimal): -16300922 or 8799239. OLE color: 8799239.
HSL color Cylindrical-coordinate representation of color #074486: hue angle of 211.18º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074486 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 68 | 134 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.47 |
| HSL | 211.18º | 0.9% | 0.28% | - |
| HSV(B) | 211.18º | 0.95% | 0.53% | - |
| XYZ | 6.46 | 5.9 | 23.35 | - |
| YUV | 57.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 134 | 0.95 | 0.49 | 0 | 0.47 | 211.18 | 0.9 | 0.28 |
| Hex | 7 | 44 | 86 | 5F | 31 | 0 | 2F | D3 | 5A | 1C |
| Octal | 7 | 104 | 206 | 137 | 61 | 0 | 57 | 323 | 132 | 34 |
| Binary | 111 | 1000100 | 10000110 | 1011111 | 110001 | 0 | 101111 | 11010011 | 1011010 | 11100 |
Color Harmonies of #074486
Complementary color
Monochromatic Colors of #074486
Black with #074486
Text Example
Text Example
White with #074486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074486; }
p { color: rgb(7,68,134); }
H1.HeaderClassName
{
color: #074486;
}
.AnyTagClassName
{
color: #074486;
}
</style>
background-color css
<style>
a { background-color: #074486; }
a { background-color: rgb(7,68,134); }
div.DivClassName
{
background-color: #074486;
}
.BgClassName
{
background-color: #074486;
}
</style>
border-color css
<style>
span { border-color: #074486; }
span { border-color: rgb(7,68,134); }
td.TdClassName
{
border-color: #074486;
}
.TagClassName
{
border-color: #074486;
}
</style>