Shades of Cerulean #00799B
Tints of Cerulean #00799B
RGB
CMYK
RGB Variations
Color information
#00799B (or 0x00799B) is known color: Cerulean. HEX triplet: 00, 79 and 9B. RGB value is (0,121,155). Sum of RGB (Red+Green+Blue) = 0+121+155=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 155 (60.94% from 255 or 56.16% from 276); Max value from RGB is 155 - color contains mainly: blue. Hex color #00799B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00799B is #FF8664. Grayscale: #585858. Windows color (decimal): -16746085 or 10189056. OLE color: 10189056.
HSL color Cylindrical-coordinate representation of color #00799B: hue angle of 193.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00799B is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 121 | 155 | - |
| CMYK | 1 | 0.22 | 0 | 0.39 |
| HSL | 193.16º | 1% | 0.3% | - |
| HSV(B) | 193.16º | 1% | 0.61% | - |
| XYZ | 12.75 | 16.04 | 33.43 | - |
| YUV | 88.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 155 | 1 | 0.22 | 0 | 0.39 | 193.16 | 1 | 0.3 |
| Hex | 0 | 79 | 9B | 64 | 16 | 0 | 27 | C1 | 64 | 1E |
| Octal | 0 | 171 | 233 | 144 | 26 | 0 | 47 | 301 | 144 | 36 |
| Binary | 0 | 1111001 | 10011011 | 1100100 | 10110 | 0 | 100111 | 11000001 | 1100100 | 11110 |
Color Harmonies of #00799B
Complementary color
Monochromatic Colors of #00799B
Black with #00799B
Text Example
Text Example
White with #00799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00799B; }
p { color: rgb(0,121,155); }
H1.HeaderClassName
{
color: #00799B;
}
.AnyTagClassName
{
color: #00799B;
}
</style>
background-color css
<style>
a { background-color: #00799B; }
a { background-color: rgb(0,121,155); }
div.DivClassName
{
background-color: #00799B;
}
.BgClassName
{
background-color: #00799B;
}
</style>
border-color css
<style>
span { border-color: #00799B; }
span { border-color: rgb(0,121,155); }
td.TdClassName
{
border-color: #00799B;
}
.TagClassName
{
border-color: #00799B;
}
</style>