Shades of Dark Cerulean #074189
Tints of Dark Cerulean #074189
RGB
CMYK
RGB Variations
Color information
#074189 (or 0x074189) is known color: Dark Cerulean. HEX triplet: 07, 41 and 89. RGB value is (7,65,137). Sum of RGB (Red+Green+Blue) = 7+65+137=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 137 (53.91% from 255 or 65.55% from 209); Max value from RGB is 137 - color contains mainly: blue. Hex color #074189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074189 is #F8BE76. Grayscale: #373737. Windows color (decimal): -16301687 or 8995079. OLE color: 8995079.
HSL color Cylindrical-coordinate representation of color #074189: hue angle of 213.23º 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 #074189 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 65 | 137 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.46 |
| HSL | 213.23º | 0.9% | 0.28% | - |
| HSV(B) | 213.23º | 0.95% | 0.54% | - |
| XYZ | 6.49 | 5.63 | 24.41 | - |
| YUV | 55.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 137 | 0.95 | 0.53 | 0 | 0.46 | 213.23 | 0.9 | 0.28 |
| Hex | 7 | 41 | 89 | 5F | 35 | 0 | 2E | D5 | 5A | 1C |
| Octal | 7 | 101 | 211 | 137 | 65 | 0 | 56 | 325 | 132 | 34 |
| Binary | 111 | 1000001 | 10001001 | 1011111 | 110101 | 0 | 101110 | 11010101 | 1011010 | 11100 |
Color Harmonies of #074189
Complementary color
Monochromatic Colors of #074189
Black with #074189
Text Example
Text Example
White with #074189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074189; }
p { color: rgb(7,65,137); }
H1.HeaderClassName
{
color: #074189;
}
.AnyTagClassName
{
color: #074189;
}
</style>
background-color css
<style>
a { background-color: #074189; }
a { background-color: rgb(7,65,137); }
div.DivClassName
{
background-color: #074189;
}
.BgClassName
{
background-color: #074189;
}
</style>
border-color css
<style>
span { border-color: #074189; }
span { border-color: rgb(7,65,137); }
td.TdClassName
{
border-color: #074189;
}
.TagClassName
{
border-color: #074189;
}
</style>