Shades of Cerulean #07799B
Tints of Cerulean #07799B
RGB
CMYK
RGB Variations
Color information
#07799B (or 0x07799B) is known color: Cerulean. HEX triplet: 07, 79 and 9B. RGB value is (7,121,155). Sum of RGB (Red+Green+Blue) = 7+121+155=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 155 (60.94% from 255 or 54.77% from 283); Max value from RGB is 155 - color contains mainly: blue. Hex color #07799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07799B is #F88664. Grayscale: #5A5A5A. Windows color (decimal): -16287333 or 10189063. OLE color: 10189063.
HSL color Cylindrical-coordinate representation of color #07799B: hue angle of 193.78º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07799B is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 121 | 155 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.39 |
| HSL | 193.78º | 0.91% | 0.32% | - |
| HSV(B) | 193.78º | 0.95% | 0.61% | - |
| XYZ | 12.84 | 16.09 | 33.44 | - |
| YUV | 90.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 121 | 155 | 0.95 | 0.22 | 0 | 0.39 | 193.78 | 0.91 | 0.32 |
| Hex | 7 | 79 | 9B | 5F | 16 | 0 | 27 | C2 | 5B | 20 |
| Octal | 7 | 171 | 233 | 137 | 26 | 0 | 47 | 302 | 133 | 40 |
| Binary | 111 | 1111001 | 10011011 | 1011111 | 10110 | 0 | 100111 | 11000010 | 1011011 | 100000 |
Color Harmonies of #07799B
Complementary color
Monochromatic Colors of #07799B
Black with #07799B
Text Example
Text Example
White with #07799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07799B; }
p { color: rgb(7,121,155); }
H1.HeaderClassName
{
color: #07799B;
}
.AnyTagClassName
{
color: #07799B;
}
</style>
background-color css
<style>
a { background-color: #07799B; }
a { background-color: rgb(7,121,155); }
div.DivClassName
{
background-color: #07799B;
}
.BgClassName
{
background-color: #07799B;
}
</style>
border-color css
<style>
span { border-color: #07799B; }
span { border-color: rgb(7,121,155); }
td.TdClassName
{
border-color: #07799B;
}
.TagClassName
{
border-color: #07799B;
}
</style>