Shades of Dark Cerulean #074088
Tints of Dark Cerulean #074088
RGB
CMYK
RGB Variations
Color information
#074088 (or 0x074088) is known color: Dark Cerulean. HEX triplet: 07, 40 and 88. RGB value is (7,64,136). Sum of RGB (Red+Green+Blue) = 7+64+136=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 136 (53.52% from 255 or 65.70% from 207); Max value from RGB is 136 - color contains mainly: blue. Hex color #074088 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074088 is #F8BF77. Grayscale: #363636. Windows color (decimal): -16301944 or 8929287. OLE color: 8929287.
HSL color Cylindrical-coordinate representation of color #074088: hue angle of 213.49º 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 #074088 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 64 | 136 | - |
| CMYK | 0.95 | 0.53 | 0 | 0.47 |
| HSL | 213.49º | 0.9% | 0.28% | - |
| HSV(B) | 213.49º | 0.95% | 0.53% | - |
| XYZ | 6.36 | 5.49 | 24.02 | - |
| YUV | 55.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 136 | 0.95 | 0.53 | 0 | 0.47 | 213.49 | 0.9 | 0.28 |
| Hex | 7 | 40 | 88 | 5F | 35 | 0 | 2F | D5 | 5A | 1C |
| Octal | 7 | 100 | 210 | 137 | 65 | 0 | 57 | 325 | 132 | 34 |
| Binary | 111 | 1000000 | 10001000 | 1011111 | 110101 | 0 | 101111 | 11010101 | 1011010 | 11100 |
Color Harmonies of #074088
Complementary color
Monochromatic Colors of #074088
Black with #074088
Text Example
Text Example
White with #074088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074088; }
p { color: rgb(7,64,136); }
H1.HeaderClassName
{
color: #074088;
}
.AnyTagClassName
{
color: #074088;
}
</style>
background-color css
<style>
a { background-color: #074088; }
a { background-color: rgb(7,64,136); }
div.DivClassName
{
background-color: #074088;
}
.BgClassName
{
background-color: #074088;
}
</style>
border-color css
<style>
span { border-color: #074088; }
span { border-color: rgb(7,64,136); }
td.TdClassName
{
border-color: #074088;
}
.TagClassName
{
border-color: #074088;
}
</style>