Shades of Dark Cerulean #074D94
Tints of Dark Cerulean #074D94
RGB
CMYK
RGB Variations
Color information
#074D94 (or 0x074D94) is known color: Dark Cerulean. HEX triplet: 07, 4D and 94. RGB value is (7,77,148). Sum of RGB (Red+Green+Blue) = 7+77+148=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #074D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074D94 is #F8B26B. Grayscale: #3F3F3F. Windows color (decimal): -16298604 or 9719047. OLE color: 9719047.
HSL color Cylindrical-coordinate representation of color #074D94: hue angle of 210.21º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074D94 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 77 | 148 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.42 |
| HSL | 210.21º | 0.91% | 0.3% | - |
| HSV(B) | 210.21º | 0.95% | 0.58% | - |
| XYZ | 8.09 | 7.49 | 29.04 | - |
| YUV | 64.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 148 | 0.95 | 0.48 | 0 | 0.42 | 210.21 | 0.91 | 0.3 |
| Hex | 7 | 4D | 94 | 5F | 30 | 0 | 2A | D2 | 5B | 1E |
| Octal | 7 | 115 | 224 | 137 | 60 | 0 | 52 | 322 | 133 | 36 |
| Binary | 111 | 1001101 | 10010100 | 1011111 | 110000 | 0 | 101010 | 11010010 | 1011011 | 11110 |
Color Harmonies of #074D94
Complementary color
Monochromatic Colors of #074D94
Black with #074D94
Text Example
Text Example
White with #074D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D94; }
p { color: rgb(7,77,148); }
H1.HeaderClassName
{
color: #074D94;
}
.AnyTagClassName
{
color: #074D94;
}
</style>
background-color css
<style>
a { background-color: #074D94; }
a { background-color: rgb(7,77,148); }
div.DivClassName
{
background-color: #074D94;
}
.BgClassName
{
background-color: #074D94;
}
</style>
border-color css
<style>
span { border-color: #074D94; }
span { border-color: rgb(7,77,148); }
td.TdClassName
{
border-color: #074D94;
}
.TagClassName
{
border-color: #074D94;
}
</style>