Shades of Cerulean #076591
Tints of Cerulean #076591
RGB
CMYK
RGB Variations
Color information
#076591 (or 0x076591) is known color: Cerulean. HEX triplet: 07, 65 and 91. RGB value is (7,101,145). Sum of RGB (Red+Green+Blue) = 7+101+145=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #076591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076591 is #F89A6E. Grayscale: #4D4D4D. Windows color (decimal): -16292463 or 9528583. OLE color: 9528583.
HSL color Cylindrical-coordinate representation of color #076591: hue angle of 199.13º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076591 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 101 | 145 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.43 |
| HSL | 199.13º | 0.91% | 0.3% | - |
| HSV(B) | 199.13º | 0.95% | 0.57% | - |
| XYZ | 9.85 | 11.4 | 28.47 | - |
| YUV | 77.91 | 165.86 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 145 | 0.95 | 0.30 | 0 | 0.43 | 199.13 | 0.91 | 0.3 |
| Hex | 7 | 65 | 91 | 5F | 1E | 0 | 2B | C7 | 5B | 1E |
| Octal | 7 | 145 | 221 | 137 | 36 | 0 | 53 | 307 | 133 | 36 |
| Binary | 111 | 1100101 | 10010001 | 1011111 | 11110 | 0 | 101011 | 11000111 | 1011011 | 11110 |
Color Harmonies of #076591
Complementary color
Monochromatic Colors of #076591
Black with #076591
Text Example
Text Example
White with #076591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076591; }
p { color: rgb(7,101,145); }
H1.HeaderClassName
{
color: #076591;
}
.AnyTagClassName
{
color: #076591;
}
</style>
background-color css
<style>
a { background-color: #076591; }
a { background-color: rgb(7,101,145); }
div.DivClassName
{
background-color: #076591;
}
.BgClassName
{
background-color: #076591;
}
</style>
border-color css
<style>
span { border-color: #076591; }
span { border-color: rgb(7,101,145); }
td.TdClassName
{
border-color: #076591;
}
.TagClassName
{
border-color: #076591;
}
</style>