Shades of Cerulean #07689F
Tints of Cerulean #07689F
RGB
CMYK
RGB Variations
Color information
#07689F (or 0x07689F) is known color: Cerulean. HEX triplet: 07, 68 and 9F. RGB value is (7,104,159). Sum of RGB (Red+Green+Blue) = 7+104+159=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #07689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07689F is #F89760. Grayscale: #505050. Windows color (decimal): -16291681 or 10446855. OLE color: 10446855.
HSL color Cylindrical-coordinate representation of color #07689F: hue angle of 201.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07689F is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 104 | 159 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.38 |
| HSL | 201.71º | 0.92% | 0.33% | - |
| HSV(B) | 201.71º | 0.96% | 0.62% | - |
| XYZ | 11.3 | 12.45 | 34.61 | - |
| YUV | 81.27 | 171.86 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 159 | 0.96 | 0.35 | 0 | 0.38 | 201.71 | 0.92 | 0.33 |
| Hex | 7 | 68 | 9F | 60 | 23 | 0 | 26 | CA | 5C | 21 |
| Octal | 7 | 150 | 237 | 140 | 43 | 0 | 46 | 312 | 134 | 41 |
| Binary | 111 | 1101000 | 10011111 | 1100000 | 100011 | 0 | 100110 | 11001010 | 1011100 | 100001 |
Color Harmonies of #07689F
Complementary color
Monochromatic Colors of #07689F
Black with #07689F
Text Example
Text Example
White with #07689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07689F; }
p { color: rgb(7,104,159); }
H1.HeaderClassName
{
color: #07689F;
}
.AnyTagClassName
{
color: #07689F;
}
</style>
background-color css
<style>
a { background-color: #07689F; }
a { background-color: rgb(7,104,159); }
div.DivClassName
{
background-color: #07689F;
}
.BgClassName
{
background-color: #07689F;
}
</style>
border-color css
<style>
span { border-color: #07689F; }
span { border-color: rgb(7,104,159); }
td.TdClassName
{
border-color: #07689F;
}
.TagClassName
{
border-color: #07689F;
}
</style>