Shades of Dark Cerulean #074890
Tints of Dark Cerulean #074890
RGB
CMYK
RGB Variations
Color information
#074890 (or 0x074890) is known color: Dark Cerulean. HEX triplet: 07, 48 and 90. RGB value is (7,72,144). Sum of RGB (Red+Green+Blue) = 7+72+144=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #074890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074890 is #F8B76F. Grayscale: #3C3C3C. Windows color (decimal): -16299888 or 9455623. OLE color: 9455623.
HSL color Cylindrical-coordinate representation of color #074890: hue angle of 211.53º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074890 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 72 | 144 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.44 |
| HSL | 211.53º | 0.91% | 0.3% | - |
| HSV(B) | 211.53º | 0.95% | 0.56% | - |
| XYZ | 7.44 | 6.69 | 27.29 | - |
| YUV | 60.77 | 174.97 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 72 | 144 | 0.95 | 0.50 | 0 | 0.44 | 211.53 | 0.91 | 0.3 |
| Hex | 7 | 48 | 90 | 5F | 32 | 0 | 2C | D4 | 5B | 1E |
| Octal | 7 | 110 | 220 | 137 | 62 | 0 | 54 | 324 | 133 | 36 |
| Binary | 111 | 1001000 | 10010000 | 1011111 | 110010 | 0 | 101100 | 11010100 | 1011011 | 11110 |
Color Harmonies of #074890
Complementary color
Monochromatic Colors of #074890
Black with #074890
Text Example
Text Example
White with #074890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074890; }
p { color: rgb(7,72,144); }
H1.HeaderClassName
{
color: #074890;
}
.AnyTagClassName
{
color: #074890;
}
</style>
background-color css
<style>
a { background-color: #074890; }
a { background-color: rgb(7,72,144); }
div.DivClassName
{
background-color: #074890;
}
.BgClassName
{
background-color: #074890;
}
</style>
border-color css
<style>
span { border-color: #074890; }
span { border-color: rgb(7,72,144); }
td.TdClassName
{
border-color: #074890;
}
.TagClassName
{
border-color: #074890;
}
</style>