Shades of Dark Cerulean #074188
Tints of Dark Cerulean #074188
RGB
CMYK
RGB Variations
Color information
#074188 (or 0x074188) is known color: Dark Cerulean. HEX triplet: 07, 41 and 88. RGB value is (7,65,136). Sum of RGB (Red+Green+Blue) = 7+65+136=208 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.37% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 136 (53.52% from 255 or 65.38% from 208); Max value from RGB is 136 - color contains mainly: blue. Hex color #074188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074188 is #F8BE77. Grayscale: #373737. Windows color (decimal): -16301688 or 8929543. OLE color: 8929543.
HSL color Cylindrical-coordinate representation of color #074188: hue angle of 213.02º 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 #074188 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 7 | 65 | 136 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.47 |
| HSL | 213.02º | 0.9% | 0.28% | - |
| HSV(B) | 213.02º | 0.95% | 0.53% | - |
| XYZ | 6.42 | 5.6 | 24.04 | - |
| YUV | 55.75 | 173.28 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 136 | 0.95 | 0.52 | 0 | 0.47 | 213.02 | 0.9 | 0.28 |
| Hex | 7 | 41 | 88 | 5F | 34 | 0 | 2F | D5 | 5A | 1C |
| Octal | 7 | 101 | 210 | 137 | 64 | 0 | 57 | 325 | 132 | 34 |
| Binary | 111 | 1000001 | 10001000 | 1011111 | 110100 | 0 | 101111 | 11010101 | 1011010 | 11100 |
Color Harmonies of #074188
Complementary color
Monochromatic Colors of #074188
Black with #074188
Text Example
Text Example
White with #074188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074188; }
p { color: rgb(7,65,136); }
H1.HeaderClassName
{
color: #074188;
}
.AnyTagClassName
{
color: #074188;
}
</style>
background-color css
<style>
a { background-color: #074188; }
a { background-color: rgb(7,65,136); }
div.DivClassName
{
background-color: #074188;
}
.BgClassName
{
background-color: #074188;
}
</style>
border-color css
<style>
span { border-color: #074188; }
span { border-color: rgb(7,65,136); }
td.TdClassName
{
border-color: #074188;
}
.TagClassName
{
border-color: #074188;
}
</style>