Shades of Cerulean #00789C
Tints of Cerulean #00789C
RGB
CMYK
RGB Variations
Color information
#00789C (or 0x00789C) is known color: Cerulean. HEX triplet: 00, 78 and 9C. RGB value is (0,120,156). Sum of RGB (Red+Green+Blue) = 0+120+156=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #00789C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00789C is #FF8763. Grayscale: #575757. Windows color (decimal): -16746340 or 10254336. OLE color: 10254336.
HSL color Cylindrical-coordinate representation of color #00789C: hue angle of 193.85º 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 #00789C is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 120 | 156 | - |
| CMYK | 1 | 0.23 | 0 | 0.39 |
| HSL | 193.85º | 1% | 0.31% | - |
| HSV(B) | 193.85º | 1% | 0.61% | - |
| XYZ | 12.72 | 15.83 | 33.84 | - |
| YUV | 88.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 156 | 1 | 0.23 | 0 | 0.39 | 193.85 | 1 | 0.31 |
| Hex | 0 | 78 | 9C | 64 | 17 | 0 | 27 | C2 | 64 | 1F |
| Octal | 0 | 170 | 234 | 144 | 27 | 0 | 47 | 302 | 144 | 37 |
| Binary | 0 | 1111000 | 10011100 | 1100100 | 10111 | 0 | 100111 | 11000010 | 1100100 | 11111 |
Color Harmonies of #00789C
Complementary color
Monochromatic Colors of #00789C
Black with #00789C
Text Example
Text Example
White with #00789C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00789C; }
p { color: rgb(0,120,156); }
H1.HeaderClassName
{
color: #00789C;
}
.AnyTagClassName
{
color: #00789C;
}
</style>
background-color css
<style>
a { background-color: #00789C; }
a { background-color: rgb(0,120,156); }
div.DivClassName
{
background-color: #00789C;
}
.BgClassName
{
background-color: #00789C;
}
</style>
border-color css
<style>
span { border-color: #00789C; }
span { border-color: rgb(0,120,156); }
td.TdClassName
{
border-color: #00789C;
}
.TagClassName
{
border-color: #00789C;
}
</style>