Shades of Cerulean #07689E
Tints of Cerulean #07689E
RGB
CMYK
RGB Variations
Color information
#07689E (or 0x07689E) is known color: Cerulean. HEX triplet: 07, 68 and 9E. RGB value is (7,104,158). Sum of RGB (Red+Green+Blue) = 7+104+158=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #07689E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07689E is #F89761. Grayscale: #505050. Windows color (decimal): -16291682 or 10381319. OLE color: 10381319.
HSL color Cylindrical-coordinate representation of color #07689E: hue angle of 201.46º degrees, saturation: 0.92, 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 #07689E is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 104 | 158 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.38 |
| HSL | 201.46º | 0.92% | 0.32% | - |
| HSV(B) | 201.46º | 0.96% | 0.62% | - |
| XYZ | 11.21 | 12.41 | 34.15 | - |
| YUV | 81.15 | 171.36 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 158 | 0.96 | 0.34 | 0 | 0.38 | 201.46 | 0.92 | 0.32 |
| Hex | 7 | 68 | 9E | 60 | 22 | 0 | 26 | C9 | 5C | 20 |
| Octal | 7 | 150 | 236 | 140 | 42 | 0 | 46 | 311 | 134 | 40 |
| Binary | 111 | 1101000 | 10011110 | 1100000 | 100010 | 0 | 100110 | 11001001 | 1011100 | 100000 |
Color Harmonies of #07689E
Complementary color
Monochromatic Colors of #07689E
Black with #07689E
Text Example
Text Example
White with #07689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07689E; }
p { color: rgb(7,104,158); }
H1.HeaderClassName
{
color: #07689E;
}
.AnyTagClassName
{
color: #07689E;
}
</style>
background-color css
<style>
a { background-color: #07689E; }
a { background-color: rgb(7,104,158); }
div.DivClassName
{
background-color: #07689E;
}
.BgClassName
{
background-color: #07689E;
}
</style>
border-color css
<style>
span { border-color: #07689E; }
span { border-color: rgb(7,104,158); }
td.TdClassName
{
border-color: #07689E;
}
.TagClassName
{
border-color: #07689E;
}
</style>