Shades of Cerulean #02789A
Tints of Cerulean #02789A
RGB
CMYK
RGB Variations
Color information
#02789A (or 0x02789A) is known color: Cerulean. HEX triplet: 02, 78 and 9A. RGB value is (2,120,154). Sum of RGB (Red+Green+Blue) = 2+120+154=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #02789A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02789A is #FD8765. Grayscale: #585858. Windows color (decimal): -16615270 or 10123266. OLE color: 10123266.
HSL color Cylindrical-coordinate representation of color #02789A: hue angle of 193.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02789A is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 120 | 154 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.40 |
| HSL | 193.42º | 0.97% | 0.31% | - |
| HSV(B) | 193.42º | 0.99% | 0.6% | - |
| XYZ | 12.57 | 15.78 | 32.95 | - |
| YUV | 88.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 154 | 0.99 | 0.22 | 0 | 0.40 | 193.42 | 0.97 | 0.31 |
| Hex | 2 | 78 | 9A | 63 | 16 | 0 | 28 | C1 | 61 | 1F |
| Octal | 2 | 170 | 232 | 143 | 26 | 0 | 50 | 301 | 141 | 37 |
| Binary | 10 | 1111000 | 10011010 | 1100011 | 10110 | 0 | 101000 | 11000001 | 1100001 | 11111 |
Color Harmonies of #02789A
Complementary color
Monochromatic Colors of #02789A
Black with #02789A
Text Example
Text Example
White with #02789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02789A; }
p { color: rgb(2,120,154); }
H1.HeaderClassName
{
color: #02789A;
}
.AnyTagClassName
{
color: #02789A;
}
</style>
background-color css
<style>
a { background-color: #02789A; }
a { background-color: rgb(2,120,154); }
div.DivClassName
{
background-color: #02789A;
}
.BgClassName
{
background-color: #02789A;
}
</style>
border-color css
<style>
span { border-color: #02789A; }
span { border-color: rgb(2,120,154); }
td.TdClassName
{
border-color: #02789A;
}
.TagClassName
{
border-color: #02789A;
}
</style>