Shades of Cerulean #076598
Tints of Cerulean #076598
RGB
CMYK
RGB Variations
Color information
#076598 (or 0x076598) is known color: Cerulean. HEX triplet: 07, 65 and 98. RGB value is (7,101,152). Sum of RGB (Red+Green+Blue) = 7+101+152=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #076598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076598 is #F89A67. Grayscale: #4E4E4E. Windows color (decimal): -16292456 or 9987335. OLE color: 9987335.
HSL color Cylindrical-coordinate representation of color #076598: hue angle of 201.1º 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 #076598 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 101 | 152 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.40 |
| HSL | 201.1º | 0.91% | 0.31% | - |
| HSV(B) | 201.1º | 0.95% | 0.6% | - |
| XYZ | 10.41 | 11.62 | 31.4 | - |
| YUV | 78.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 152 | 0.95 | 0.34 | 0 | 0.40 | 201.1 | 0.91 | 0.31 |
| Hex | 7 | 65 | 98 | 5F | 22 | 0 | 28 | C9 | 5B | 1F |
| Octal | 7 | 145 | 230 | 137 | 42 | 0 | 50 | 311 | 133 | 37 |
| Binary | 111 | 1100101 | 10011000 | 1011111 | 100010 | 0 | 101000 | 11001001 | 1011011 | 11111 |
Color Harmonies of #076598
Complementary color
Monochromatic Colors of #076598
Black with #076598
Text Example
Text Example
White with #076598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076598; }
p { color: rgb(7,101,152); }
H1.HeaderClassName
{
color: #076598;
}
.AnyTagClassName
{
color: #076598;
}
</style>
background-color css
<style>
a { background-color: #076598; }
a { background-color: rgb(7,101,152); }
div.DivClassName
{
background-color: #076598;
}
.BgClassName
{
background-color: #076598;
}
</style>
border-color css
<style>
span { border-color: #076598; }
span { border-color: rgb(7,101,152); }
td.TdClassName
{
border-color: #076598;
}
.TagClassName
{
border-color: #076598;
}
</style>