Shades of Cerulean #077494
Tints of Cerulean #077494
RGB
CMYK
RGB Variations
Color information
#077494 (or 0x077494) is known color: Cerulean. HEX triplet: 07, 74 and 94. RGB value is (7,116,148). Sum of RGB (Red+Green+Blue) = 7+116+148=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #077494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077494 is #F88B6B. Grayscale: #565656. Windows color (decimal): -16288620 or 9729031. OLE color: 9729031.
HSL color Cylindrical-coordinate representation of color #077494: hue angle of 193.62º 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 #077494 is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 116 | 148 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.42 |
| HSL | 193.62º | 0.91% | 0.3% | - |
| HSV(B) | 193.62º | 0.95% | 0.58% | - |
| XYZ | 11.68 | 14.67 | 30.23 | - |
| YUV | 87.06 | 162.39 | 70.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 148 | 0.95 | 0.22 | 0 | 0.42 | 193.62 | 0.91 | 0.3 |
| Hex | 7 | 74 | 94 | 5F | 16 | 0 | 2A | C2 | 5B | 1E |
| Octal | 7 | 164 | 224 | 137 | 26 | 0 | 52 | 302 | 133 | 36 |
| Binary | 111 | 1110100 | 10010100 | 1011111 | 10110 | 0 | 101010 | 11000010 | 1011011 | 11110 |
Color Harmonies of #077494
Complementary color
Monochromatic Colors of #077494
Black with #077494
Text Example
Text Example
White with #077494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077494; }
p { color: rgb(7,116,148); }
H1.HeaderClassName
{
color: #077494;
}
.AnyTagClassName
{
color: #077494;
}
</style>
background-color css
<style>
a { background-color: #077494; }
a { background-color: rgb(7,116,148); }
div.DivClassName
{
background-color: #077494;
}
.BgClassName
{
background-color: #077494;
}
</style>
border-color css
<style>
span { border-color: #077494; }
span { border-color: rgb(7,116,148); }
td.TdClassName
{
border-color: #077494;
}
.TagClassName
{
border-color: #077494;
}
</style>