Shades of Dark Cerulean #074386
Tints of Dark Cerulean #074386
RGB
CMYK
RGB Variations
Color information
#074386 (or 0x074386) is known color: Dark Cerulean. HEX triplet: 07, 43 and 86. RGB value is (7,67,134). Sum of RGB (Red+Green+Blue) = 7+67+134=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 134 (52.73% from 255 or 64.42% from 208); Max value from RGB is 134 - color contains mainly: blue. Hex color #074386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074386 is #F8BC79. Grayscale: #383838. Windows color (decimal): -16301178 or 8798983. OLE color: 8798983.
HSL color Cylindrical-coordinate representation of color #074386: hue angle of 211.65º 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 #074386 is Cyan = 0.95, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 67 | 134 | - |
| CMYK | 0.95 | 0.5 | 0 | 0.47 |
| HSL | 211.65º | 0.9% | 0.28% | - |
| HSV(B) | 211.65º | 0.95% | 0.53% | - |
| XYZ | 6.4 | 5.78 | 23.33 | - |
| YUV | 56.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 134 | 0.95 | 0.5 | 0 | 0.47 | 211.65 | 0.9 | 0.28 |
| Hex | 7 | 43 | 86 | 5F | 32 | 0 | 2F | D4 | 5A | 1C |
| Octal | 7 | 103 | 206 | 137 | 62 | 0 | 57 | 324 | 132 | 34 |
| Binary | 111 | 1000011 | 10000110 | 1011111 | 110010 | 0 | 101111 | 11010100 | 1011010 | 11100 |
Color Harmonies of #074386
Complementary color
Monochromatic Colors of #074386
Black with #074386
Text Example
Text Example
White with #074386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074386; }
p { color: rgb(7,67,134); }
H1.HeaderClassName
{
color: #074386;
}
.AnyTagClassName
{
color: #074386;
}
</style>
background-color css
<style>
a { background-color: #074386; }
a { background-color: rgb(7,67,134); }
div.DivClassName
{
background-color: #074386;
}
.BgClassName
{
background-color: #074386;
}
</style>
border-color css
<style>
span { border-color: #074386; }
span { border-color: rgb(7,67,134); }
td.TdClassName
{
border-color: #074386;
}
.TagClassName
{
border-color: #074386;
}
</style>