Shades of Cerulean #00789B
Tints of Cerulean #00789B
RGB
CMYK
RGB Variations
Color information
#00789B (or 0x00789B) is known color: Cerulean. HEX triplet: 00, 78 and 9B. RGB value is (0,120,155). Sum of RGB (Red+Green+Blue) = 0+120+155=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #00789B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00789B is #FF8764. Grayscale: #575757. Windows color (decimal): -16746341 or 10188800. OLE color: 10188800.
HSL color Cylindrical-coordinate representation of color #00789B: hue angle of 193.55º 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 #00789B is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 120 | 155 | - |
| CMYK | 1 | 0.23 | 0 | 0.39 |
| HSL | 193.55º | 1% | 0.3% | - |
| HSV(B) | 193.55º | 1% | 0.61% | - |
| XYZ | 12.63 | 15.8 | 33.39 | - |
| YUV | 88.11 | 165.74 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 155 | 1 | 0.23 | 0 | 0.39 | 193.55 | 1 | 0.3 |
| Hex | 0 | 78 | 9B | 64 | 17 | 0 | 27 | C2 | 64 | 1E |
| Octal | 0 | 170 | 233 | 144 | 27 | 0 | 47 | 302 | 144 | 36 |
| Binary | 0 | 1111000 | 10011011 | 1100100 | 10111 | 0 | 100111 | 11000010 | 1100100 | 11110 |
Color Harmonies of #00789B
Complementary color
Monochromatic Colors of #00789B
Black with #00789B
Text Example
Text Example
White with #00789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00789B; }
p { color: rgb(0,120,155); }
H1.HeaderClassName
{
color: #00789B;
}
.AnyTagClassName
{
color: #00789B;
}
</style>
background-color css
<style>
a { background-color: #00789B; }
a { background-color: rgb(0,120,155); }
div.DivClassName
{
background-color: #00789B;
}
.BgClassName
{
background-color: #00789B;
}
</style>
border-color css
<style>
span { border-color: #00789B; }
span { border-color: rgb(0,120,155); }
td.TdClassName
{
border-color: #00789B;
}
.TagClassName
{
border-color: #00789B;
}
</style>