Shades of Cerulean #02799E
Tints of Cerulean #02799E
RGB
CMYK
RGB Variations
Color information
#02799E (or 0x02799E) is known color: Cerulean. HEX triplet: 02, 79 and 9E. RGB value is (2,121,158). Sum of RGB (Red+Green+Blue) = 2+121+158=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #02799E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02799E is #FD8661. Grayscale: #595959. Windows color (decimal): -16615010 or 10385666. OLE color: 10385666.
HSL color Cylindrical-coordinate representation of color #02799E: hue angle of 194.23º 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 #02799E is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 121 | 158 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.38 |
| HSL | 194.23º | 0.98% | 0.31% | - |
| HSV(B) | 194.23º | 0.99% | 0.62% | - |
| XYZ | 13.03 | 16.16 | 34.78 | - |
| YUV | 89.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 158 | 0.99 | 0.23 | 0 | 0.38 | 194.23 | 0.98 | 0.31 |
| Hex | 2 | 79 | 9E | 63 | 17 | 0 | 26 | C2 | 62 | 1F |
| Octal | 2 | 171 | 236 | 143 | 27 | 0 | 46 | 302 | 142 | 37 |
| Binary | 10 | 1111001 | 10011110 | 1100011 | 10111 | 0 | 100110 | 11000010 | 1100010 | 11111 |
Color Harmonies of #02799E
Complementary color
Monochromatic Colors of #02799E
Black with #02799E
Text Example
Text Example
White with #02799E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02799E; }
p { color: rgb(2,121,158); }
H1.HeaderClassName
{
color: #02799E;
}
.AnyTagClassName
{
color: #02799E;
}
</style>
background-color css
<style>
a { background-color: #02799E; }
a { background-color: rgb(2,121,158); }
div.DivClassName
{
background-color: #02799E;
}
.BgClassName
{
background-color: #02799E;
}
</style>
border-color css
<style>
span { border-color: #02799E; }
span { border-color: rgb(2,121,158); }
td.TdClassName
{
border-color: #02799E;
}
.TagClassName
{
border-color: #02799E;
}
</style>