Shades of Cerulean #07759C
Tints of Cerulean #07759C
RGB
CMYK
RGB Variations
Color information
#07759C (or 0x07759C) is known color: Cerulean. HEX triplet: 07, 75 and 9C. RGB value is (7,117,156). Sum of RGB (Red+Green+Blue) = 7+117+156=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #07759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07759C is #F88A63. Grayscale: #585858. Windows color (decimal): -16288356 or 10253575. OLE color: 10253575.
HSL color Cylindrical-coordinate representation of color #07759C: hue angle of 195.7º 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 #07759C is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 117 | 156 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.39 |
| HSL | 195.7º | 0.91% | 0.32% | - |
| HSV(B) | 195.7º | 0.96% | 0.61% | - |
| XYZ | 12.45 | 15.17 | 33.72 | - |
| YUV | 88.56 | 166.06 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 156 | 0.96 | 0.25 | 0 | 0.39 | 195.7 | 0.91 | 0.32 |
| Hex | 7 | 75 | 9C | 60 | 19 | 0 | 27 | C4 | 5B | 20 |
| Octal | 7 | 165 | 234 | 140 | 31 | 0 | 47 | 304 | 133 | 40 |
| Binary | 111 | 1110101 | 10011100 | 1100000 | 11001 | 0 | 100111 | 11000100 | 1011011 | 100000 |
Color Harmonies of #07759C
Complementary color
Monochromatic Colors of #07759C
Black with #07759C
Text Example
Text Example
White with #07759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07759C; }
p { color: rgb(7,117,156); }
H1.HeaderClassName
{
color: #07759C;
}
.AnyTagClassName
{
color: #07759C;
}
</style>
background-color css
<style>
a { background-color: #07759C; }
a { background-color: rgb(7,117,156); }
div.DivClassName
{
background-color: #07759C;
}
.BgClassName
{
background-color: #07759C;
}
</style>
border-color css
<style>
span { border-color: #07759C; }
span { border-color: rgb(7,117,156); }
td.TdClassName
{
border-color: #07759C;
}
.TagClassName
{
border-color: #07759C;
}
</style>