Shades of Cerulean #00789A
Tints of Cerulean #00789A
RGB
CMYK
RGB Variations
Color information
#00789A (or 0x00789A) is known color: Cerulean. HEX triplet: 00, 78 and 9A. RGB value is (0,120,154). Sum of RGB (Red+Green+Blue) = 0+120+154=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #00789A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00789A is #FF8765. Grayscale: #575757. Windows color (decimal): -16746342 or 10123264. OLE color: 10123264.
HSL color Cylindrical-coordinate representation of color #00789A: hue angle of 193.25º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00789A is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 120 | 154 | - |
| CMYK | 1 | 0.22 | 0 | 0.40 |
| HSL | 193.25º | 1% | 0.3% | - |
| HSV(B) | 193.25º | 1% | 0.6% | - |
| XYZ | 12.55 | 15.77 | 32.95 | - |
| YUV | 88 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 154 | 1 | 0.22 | 0 | 0.40 | 193.25 | 1 | 0.3 |
| Hex | 0 | 78 | 9A | 64 | 16 | 0 | 28 | C1 | 64 | 1E |
| Octal | 0 | 170 | 232 | 144 | 26 | 0 | 50 | 301 | 144 | 36 |
| Binary | 0 | 1111000 | 10011010 | 1100100 | 10110 | 0 | 101000 | 11000001 | 1100100 | 11110 |
Color Harmonies of #00789A
Complementary color
Monochromatic Colors of #00789A
Black with #00789A
Text Example
Text Example
White with #00789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00789A; }
p { color: rgb(0,120,154); }
H1.HeaderClassName
{
color: #00789A;
}
.AnyTagClassName
{
color: #00789A;
}
</style>
background-color css
<style>
a { background-color: #00789A; }
a { background-color: rgb(0,120,154); }
div.DivClassName
{
background-color: #00789A;
}
.BgClassName
{
background-color: #00789A;
}
</style>
border-color css
<style>
span { border-color: #00789A; }
span { border-color: rgb(0,120,154); }
td.TdClassName
{
border-color: #00789A;
}
.TagClassName
{
border-color: #00789A;
}
</style>