Shades of Dark Cerulean #074389
Tints of Dark Cerulean #074389
RGB
CMYK
RGB Variations
Color information
#074389 (or 0x074389) is known color: Dark Cerulean. HEX triplet: 07, 43 and 89. RGB value is (7,67,137). Sum of RGB (Red+Green+Blue) = 7+67+137=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 137 (53.91% from 255 or 64.93% from 211); Max value from RGB is 137 - color contains mainly: blue. Hex color #074389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074389 is #F8BC76. Grayscale: #383838. Windows color (decimal): -16301175 or 8995591. OLE color: 8995591.
HSL color Cylindrical-coordinate representation of color #074389: hue angle of 212.31º 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 #074389 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 7 | 67 | 137 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.46 |
| HSL | 212.31º | 0.9% | 0.28% | - |
| HSV(B) | 212.31º | 0.95% | 0.54% | - |
| XYZ | 6.61 | 5.87 | 24.45 | - |
| YUV | 57.04 | 173.12 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 137 | 0.95 | 0.51 | 0 | 0.46 | 212.31 | 0.9 | 0.28 |
| Hex | 7 | 43 | 89 | 5F | 33 | 0 | 2E | D4 | 5A | 1C |
| Octal | 7 | 103 | 211 | 137 | 63 | 0 | 56 | 324 | 132 | 34 |
| Binary | 111 | 1000011 | 10001001 | 1011111 | 110011 | 0 | 101110 | 11010100 | 1011010 | 11100 |
Color Harmonies of #074389
Complementary color
Monochromatic Colors of #074389
Black with #074389
Text Example
Text Example
White with #074389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074389; }
p { color: rgb(7,67,137); }
H1.HeaderClassName
{
color: #074389;
}
.AnyTagClassName
{
color: #074389;
}
</style>
background-color css
<style>
a { background-color: #074389; }
a { background-color: rgb(7,67,137); }
div.DivClassName
{
background-color: #074389;
}
.BgClassName
{
background-color: #074389;
}
</style>
border-color css
<style>
span { border-color: #074389; }
span { border-color: rgb(7,67,137); }
td.TdClassName
{
border-color: #074389;
}
.TagClassName
{
border-color: #074389;
}
</style>