Shades of Cerulean #076597
Tints of Cerulean #076597
RGB
CMYK
RGB Variations
Color information
#076597 (or 0x076597) is known color: Cerulean. HEX triplet: 07, 65 and 97. RGB value is (7,101,151). Sum of RGB (Red+Green+Blue) = 7+101+151=259 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.70% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #076597 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076597 is #F89A68. Grayscale: #4E4E4E. Windows color (decimal): -16292457 or 9921799. OLE color: 9921799.
HSL color Cylindrical-coordinate representation of color #076597: hue angle of 200.83º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076597 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 7 | 101 | 151 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.41 |
| HSL | 200.83º | 0.91% | 0.31% | - |
| HSV(B) | 200.83º | 0.95% | 0.59% | - |
| XYZ | 10.33 | 11.59 | 30.97 | - |
| YUV | 78.59 | 168.86 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 151 | 0.95 | 0.33 | 0 | 0.41 | 200.83 | 0.91 | 0.31 |
| Hex | 7 | 65 | 97 | 5F | 21 | 0 | 29 | C9 | 5B | 1F |
| Octal | 7 | 145 | 227 | 137 | 41 | 0 | 51 | 311 | 133 | 37 |
| Binary | 111 | 1100101 | 10010111 | 1011111 | 100001 | 0 | 101001 | 11001001 | 1011011 | 11111 |
Color Harmonies of #076597
Complementary color
Monochromatic Colors of #076597
Black with #076597
Text Example
Text Example
White with #076597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076597; }
p { color: rgb(7,101,151); }
H1.HeaderClassName
{
color: #076597;
}
.AnyTagClassName
{
color: #076597;
}
</style>
background-color css
<style>
a { background-color: #076597; }
a { background-color: rgb(7,101,151); }
div.DivClassName
{
background-color: #076597;
}
.BgClassName
{
background-color: #076597;
}
</style>
border-color css
<style>
span { border-color: #076597; }
span { border-color: rgb(7,101,151); }
td.TdClassName
{
border-color: #076597;
}
.TagClassName
{
border-color: #076597;
}
</style>