Shades of Cerulean #00799E
Tints of Cerulean #00799E
RGB
CMYK
RGB Variations
Color information
#00799E (or 0x00799E) is known color: Cerulean. HEX triplet: 00, 79 and 9E. RGB value is (0,121,158). Sum of RGB (Red+Green+Blue) = 0+121+158=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #00799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00799E is #FF8661. Grayscale: #585858. Windows color (decimal): -16746082 or 10385664. OLE color: 10385664.
HSL color Cylindrical-coordinate representation of color #00799E: hue angle of 194.05º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00799E is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 121 | 158 | - |
| CMYK | 1 | 0.23 | 0 | 0.38 |
| HSL | 194.05º | 1% | 0.31% | - |
| HSV(B) | 194.05º | 1% | 0.62% | - |
| XYZ | 13.01 | 16.14 | 34.78 | - |
| YUV | 89.04 | 166.91 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 158 | 1 | 0.23 | 0 | 0.38 | 194.05 | 1 | 0.31 |
| Hex | 0 | 79 | 9E | 64 | 17 | 0 | 26 | C2 | 64 | 1F |
| Octal | 0 | 171 | 236 | 144 | 27 | 0 | 46 | 302 | 144 | 37 |
| Binary | 0 | 1111001 | 10011110 | 1100100 | 10111 | 0 | 100110 | 11000010 | 1100100 | 11111 |
Color Harmonies of #00799E
Complementary color
Monochromatic Colors of #00799E
Black with #00799E
Text Example
Text Example
White with #00799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00799E; }
p { color: rgb(0,121,158); }
H1.HeaderClassName
{
color: #00799E;
}
.AnyTagClassName
{
color: #00799E;
}
</style>
background-color css
<style>
a { background-color: #00799E; }
a { background-color: rgb(0,121,158); }
div.DivClassName
{
background-color: #00799E;
}
.BgClassName
{
background-color: #00799E;
}
</style>
border-color css
<style>
span { border-color: #00799E; }
span { border-color: rgb(0,121,158); }
td.TdClassName
{
border-color: #00799E;
}
.TagClassName
{
border-color: #00799E;
}
</style>