Shades of Dark Cerulean #074590
Tints of Dark Cerulean #074590
RGB
CMYK
RGB Variations
Color information
#074590 (or 0x074590) is known color: Dark Cerulean. HEX triplet: 07, 45 and 90. RGB value is (7,69,144). Sum of RGB (Red+Green+Blue) = 7+69+144=220 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.18% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #074590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074590 is #F8BA6F. Grayscale: #3A3A3A. Windows color (decimal): -16300656 or 9454855. OLE color: 9454855.
HSL color Cylindrical-coordinate representation of color #074590: hue angle of 212.85º 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 #074590 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 69 | 144 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.44 |
| HSL | 212.85º | 0.91% | 0.3% | - |
| HSV(B) | 212.85º | 0.95% | 0.56% | - |
| XYZ | 7.25 | 6.32 | 27.22 | - |
| YUV | 59.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 144 | 0.95 | 0.52 | 0 | 0.44 | 212.85 | 0.91 | 0.3 |
| Hex | 7 | 45 | 90 | 5F | 34 | 0 | 2C | D5 | 5B | 1E |
| Octal | 7 | 105 | 220 | 137 | 64 | 0 | 54 | 325 | 133 | 36 |
| Binary | 111 | 1000101 | 10010000 | 1011111 | 110100 | 0 | 101100 | 11010101 | 1011011 | 11110 |
Color Harmonies of #074590
Complementary color
Monochromatic Colors of #074590
Black with #074590
Text Example
Text Example
White with #074590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074590; }
p { color: rgb(7,69,144); }
H1.HeaderClassName
{
color: #074590;
}
.AnyTagClassName
{
color: #074590;
}
</style>
background-color css
<style>
a { background-color: #074590; }
a { background-color: rgb(7,69,144); }
div.DivClassName
{
background-color: #074590;
}
.BgClassName
{
background-color: #074590;
}
</style>
border-color css
<style>
span { border-color: #074590; }
span { border-color: rgb(7,69,144); }
td.TdClassName
{
border-color: #074590;
}
.TagClassName
{
border-color: #074590;
}
</style>