Shades of Cerulean #07729D
Tints of Cerulean #07729D
RGB
CMYK
RGB Variations
Color information
#07729D (or 0x07729D) is known color: Cerulean. HEX triplet: 07, 72 and 9D. RGB value is (7,114,157). Sum of RGB (Red+Green+Blue) = 7+114+157=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #07729D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07729D is #F88D62. Grayscale: #565656. Windows color (decimal): -16289123 or 10318343. OLE color: 10318343.
HSL color Cylindrical-coordinate representation of color #07729D: hue angle of 197.2º 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 #07729D is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 114 | 157 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.38 |
| HSL | 197.2º | 0.91% | 0.32% | - |
| HSV(B) | 197.2º | 0.96% | 0.62% | - |
| XYZ | 12.19 | 14.51 | 34.06 | - |
| YUV | 86.91 | 167.55 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 157 | 0.96 | 0.27 | 0 | 0.38 | 197.2 | 0.91 | 0.32 |
| Hex | 7 | 72 | 9D | 60 | 1B | 0 | 26 | C5 | 5B | 20 |
| Octal | 7 | 162 | 235 | 140 | 33 | 0 | 46 | 305 | 133 | 40 |
| Binary | 111 | 1110010 | 10011101 | 1100000 | 11011 | 0 | 100110 | 11000101 | 1011011 | 100000 |
Color Harmonies of #07729D
Complementary color
Monochromatic Colors of #07729D
Black with #07729D
Text Example
Text Example
White with #07729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07729D; }
p { color: rgb(7,114,157); }
H1.HeaderClassName
{
color: #07729D;
}
.AnyTagClassName
{
color: #07729D;
}
</style>
background-color css
<style>
a { background-color: #07729D; }
a { background-color: rgb(7,114,157); }
div.DivClassName
{
background-color: #07729D;
}
.BgClassName
{
background-color: #07729D;
}
</style>
border-color css
<style>
span { border-color: #07729D; }
span { border-color: rgb(7,114,157); }
td.TdClassName
{
border-color: #07729D;
}
.TagClassName
{
border-color: #07729D;
}
</style>