Shades of Cerulean #076599
Tints of Cerulean #076599
RGB
CMYK
RGB Variations
Color information
#076599 (or 0x076599) is known color: Cerulean. HEX triplet: 07, 65 and 99. RGB value is (7,101,153). Sum of RGB (Red+Green+Blue) = 7+101+153=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 153 (60.16% from 255 or 58.62% from 261); Max value from RGB is 153 - color contains mainly: blue. Hex color #076599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076599 is #F89A66. Grayscale: #4E4E4E. Windows color (decimal): -16292455 or 10052871. OLE color: 10052871.
HSL color Cylindrical-coordinate representation of color #076599: hue angle of 201.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076599 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 101 | 153 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.4 |
| HSL | 201.37º | 0.91% | 0.31% | - |
| HSV(B) | 201.37º | 0.95% | 0.6% | - |
| XYZ | 10.49 | 11.65 | 31.83 | - |
| YUV | 78.82 | 169.86 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 153 | 0.95 | 0.34 | 0 | 0.4 | 201.37 | 0.91 | 0.31 |
| Hex | 7 | 65 | 99 | 5F | 22 | 0 | 28 | C9 | 5B | 1F |
| Octal | 7 | 145 | 231 | 137 | 42 | 0 | 50 | 311 | 133 | 37 |
| Binary | 111 | 1100101 | 10011001 | 1011111 | 100010 | 0 | 101000 | 11001001 | 1011011 | 11111 |
Color Harmonies of #076599
Complementary color
Monochromatic Colors of #076599
Black with #076599
Text Example
Text Example
White with #076599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076599; }
p { color: rgb(7,101,153); }
H1.HeaderClassName
{
color: #076599;
}
.AnyTagClassName
{
color: #076599;
}
</style>
background-color css
<style>
a { background-color: #076599; }
a { background-color: rgb(7,101,153); }
div.DivClassName
{
background-color: #076599;
}
.BgClassName
{
background-color: #076599;
}
</style>
border-color css
<style>
span { border-color: #076599; }
span { border-color: rgb(7,101,153); }
td.TdClassName
{
border-color: #076599;
}
.TagClassName
{
border-color: #076599;
}
</style>