Shades of Cerulean #00799C
Tints of Cerulean #00799C
RGB
CMYK
RGB Variations
Color information
#00799C (or 0x00799C) is known color: Cerulean. HEX triplet: 00, 79 and 9C. RGB value is (0,121,156). Sum of RGB (Red+Green+Blue) = 0+121+156=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #00799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00799C is #FF8663. Grayscale: #585858. Windows color (decimal): -16746084 or 10254592. OLE color: 10254592.
HSL color Cylindrical-coordinate representation of color #00799C: hue angle of 193.46º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00799C is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 121 | 156 | - |
| CMYK | 1 | 0.22 | 0 | 0.39 |
| HSL | 193.46º | 1% | 0.31% | - |
| HSV(B) | 193.46º | 1% | 0.61% | - |
| XYZ | 12.84 | 16.08 | 33.88 | - |
| YUV | 88.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 156 | 1 | 0.22 | 0 | 0.39 | 193.46 | 1 | 0.31 |
| Hex | 0 | 79 | 9C | 64 | 16 | 0 | 27 | C1 | 64 | 1F |
| Octal | 0 | 171 | 234 | 144 | 26 | 0 | 47 | 301 | 144 | 37 |
| Binary | 0 | 1111001 | 10011100 | 1100100 | 10110 | 0 | 100111 | 11000001 | 1100100 | 11111 |
Color Harmonies of #00799C
Complementary color
Monochromatic Colors of #00799C
Black with #00799C
Text Example
Text Example
White with #00799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00799C; }
p { color: rgb(0,121,156); }
H1.HeaderClassName
{
color: #00799C;
}
.AnyTagClassName
{
color: #00799C;
}
</style>
background-color css
<style>
a { background-color: #00799C; }
a { background-color: rgb(0,121,156); }
div.DivClassName
{
background-color: #00799C;
}
.BgClassName
{
background-color: #00799C;
}
</style>
border-color css
<style>
span { border-color: #00799C; }
span { border-color: rgb(0,121,156); }
td.TdClassName
{
border-color: #00799C;
}
.TagClassName
{
border-color: #00799C;
}
</style>