Shades of Cerulean #07709D
Tints of Cerulean #07709D
RGB
CMYK
RGB Variations
Color information
#07709D (or 0x07709D) is known color: Cerulean. HEX triplet: 07, 70 and 9D. RGB value is (7,112,157). Sum of RGB (Red+Green+Blue) = 7+112+157=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #07709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07709D is #F88F62. Grayscale: #555555. Windows color (decimal): -16289635 or 10317831. OLE color: 10317831.
HSL color Cylindrical-coordinate representation of color #07709D: hue angle of 198º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07709D is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 112 | 157 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.38 |
| HSL | 198º | 0.91% | 0.32% | - |
| HSV(B) | 198º | 0.96% | 0.62% | - |
| XYZ | 11.97 | 14.07 | 33.98 | - |
| YUV | 85.74 | 168.21 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 157 | 0.96 | 0.29 | 0 | 0.38 | 198 | 0.91 | 0.32 |
| Hex | 7 | 70 | 9D | 60 | 1D | 0 | 26 | C6 | 5B | 20 |
| Octal | 7 | 160 | 235 | 140 | 35 | 0 | 46 | 306 | 133 | 40 |
| Binary | 111 | 1110000 | 10011101 | 1100000 | 11101 | 0 | 100110 | 11000110 | 1011011 | 100000 |
Color Harmonies of #07709D
Complementary color
Monochromatic Colors of #07709D
Black with #07709D
Text Example
Text Example
White with #07709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07709D; }
p { color: rgb(7,112,157); }
H1.HeaderClassName
{
color: #07709D;
}
.AnyTagClassName
{
color: #07709D;
}
</style>
background-color css
<style>
a { background-color: #07709D; }
a { background-color: rgb(7,112,157); }
div.DivClassName
{
background-color: #07709D;
}
.BgClassName
{
background-color: #07709D;
}
</style>
border-color css
<style>
span { border-color: #07709D; }
span { border-color: rgb(7,112,157); }
td.TdClassName
{
border-color: #07709D;
}
.TagClassName
{
border-color: #07709D;
}
</style>