Shades of Cerulean #02779E
Tints of Cerulean #02779E
RGB
CMYK
RGB Variations
Color information
#02779E (or 0x02779E) is known color: Cerulean. HEX triplet: 02, 77 and 9E. RGB value is (2,119,158). Sum of RGB (Red+Green+Blue) = 2+119+158=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 158 (62.11% from 255 or 56.63% from 279); Max value from RGB is 158 - color contains mainly: blue. Hex color #02779E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02779E is #FD8861. Grayscale: #585858. Windows color (decimal): -16615522 or 10385154. OLE color: 10385154.
HSL color Cylindrical-coordinate representation of color #02779E: hue angle of 195º 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 #02779E is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 119 | 158 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.38 |
| HSL | 195º | 0.98% | 0.31% | - |
| HSV(B) | 195º | 0.99% | 0.62% | - |
| XYZ | 12.79 | 15.68 | 34.7 | - |
| YUV | 88.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 119 | 158 | 0.99 | 0.25 | 0 | 0.38 | 195 | 0.98 | 0.31 |
| Hex | 2 | 77 | 9E | 63 | 19 | 0 | 26 | C3 | 62 | 1F |
| Octal | 2 | 167 | 236 | 143 | 31 | 0 | 46 | 303 | 142 | 37 |
| Binary | 10 | 1110111 | 10011110 | 1100011 | 11001 | 0 | 100110 | 11000011 | 1100010 | 11111 |
Color Harmonies of #02779E
Complementary color
Monochromatic Colors of #02779E
Black with #02779E
Text Example
Text Example
White with #02779E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02779E; }
p { color: rgb(2,119,158); }
H1.HeaderClassName
{
color: #02779E;
}
.AnyTagClassName
{
color: #02779E;
}
</style>
background-color css
<style>
a { background-color: #02779E; }
a { background-color: rgb(2,119,158); }
div.DivClassName
{
background-color: #02779E;
}
.BgClassName
{
background-color: #02779E;
}
</style>
border-color css
<style>
span { border-color: #02779E; }
span { border-color: rgb(2,119,158); }
td.TdClassName
{
border-color: #02779E;
}
.TagClassName
{
border-color: #02779E;
}
</style>