Shades of Cerulean #02789E
Tints of Cerulean #02789E
RGB
CMYK
RGB Variations
Color information
#02789E (or 0x02789E) is known color: Cerulean. HEX triplet: 02, 78 and 9E. RGB value is (2,120,158). Sum of RGB (Red+Green+Blue) = 2+120+158=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #02789E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02789E is #FD8761. Grayscale: #585858. Windows color (decimal): -16615266 or 10385410. OLE color: 10385410.
HSL color Cylindrical-coordinate representation of color #02789E: hue angle of 194.62º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02789E is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 120 | 158 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.38 |
| HSL | 194.62º | 0.98% | 0.31% | - |
| HSV(B) | 194.62º | 0.99% | 0.62% | - |
| XYZ | 12.91 | 15.91 | 34.74 | - |
| YUV | 89.05 | 166.91 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 158 | 0.99 | 0.24 | 0 | 0.38 | 194.62 | 0.98 | 0.31 |
| Hex | 2 | 78 | 9E | 63 | 18 | 0 | 26 | C3 | 62 | 1F |
| Octal | 2 | 170 | 236 | 143 | 30 | 0 | 46 | 303 | 142 | 37 |
| Binary | 10 | 1111000 | 10011110 | 1100011 | 11000 | 0 | 100110 | 11000011 | 1100010 | 11111 |
Color Harmonies of #02789E
Complementary color
Monochromatic Colors of #02789E
Black with #02789E
Text Example
Text Example
White with #02789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02789E; }
p { color: rgb(2,120,158); }
H1.HeaderClassName
{
color: #02789E;
}
.AnyTagClassName
{
color: #02789E;
}
</style>
background-color css
<style>
a { background-color: #02789E; }
a { background-color: rgb(2,120,158); }
div.DivClassName
{
background-color: #02789E;
}
.BgClassName
{
background-color: #02789E;
}
</style>
border-color css
<style>
span { border-color: #02789E; }
span { border-color: rgb(2,120,158); }
td.TdClassName
{
border-color: #02789E;
}
.TagClassName
{
border-color: #02789E;
}
</style>