Shades of Cerulean #07689C
Tints of Cerulean #07689C
RGB
CMYK
RGB Variations
Color information
#07689C (or 0x07689C) is known color: Cerulean. HEX triplet: 07, 68 and 9C. RGB value is (7,104,156). Sum of RGB (Red+Green+Blue) = 7+104+156=267 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.62% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #07689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07689C is #F89763. Grayscale: #505050. Windows color (decimal): -16291684 or 10250247. OLE color: 10250247.
HSL color Cylindrical-coordinate representation of color #07689C: hue angle of 200.94º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07689C is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 104 | 156 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.39 |
| HSL | 200.94º | 0.91% | 0.32% | - |
| HSV(B) | 200.94º | 0.96% | 0.61% | - |
| XYZ | 11.04 | 12.35 | 33.25 | - |
| YUV | 80.93 | 170.36 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 156 | 0.96 | 0.33 | 0 | 0.39 | 200.94 | 0.91 | 0.32 |
| Hex | 7 | 68 | 9C | 60 | 21 | 0 | 27 | C9 | 5B | 20 |
| Octal | 7 | 150 | 234 | 140 | 41 | 0 | 47 | 311 | 133 | 40 |
| Binary | 111 | 1101000 | 10011100 | 1100000 | 100001 | 0 | 100111 | 11001001 | 1011011 | 100000 |
Color Harmonies of #07689C
Complementary color
Monochromatic Colors of #07689C
Black with #07689C
Text Example
Text Example
White with #07689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07689C; }
p { color: rgb(7,104,156); }
H1.HeaderClassName
{
color: #07689C;
}
.AnyTagClassName
{
color: #07689C;
}
</style>
background-color css
<style>
a { background-color: #07689C; }
a { background-color: rgb(7,104,156); }
div.DivClassName
{
background-color: #07689C;
}
.BgClassName
{
background-color: #07689C;
}
</style>
border-color css
<style>
span { border-color: #07689C; }
span { border-color: rgb(7,104,156); }
td.TdClassName
{
border-color: #07689C;
}
.TagClassName
{
border-color: #07689C;
}
</style>