Shades of Cerulean #02799C
Tints of Cerulean #02799C
RGB
CMYK
RGB Variations
Color information
#02799C (or 0x02799C) is known color: Cerulean. HEX triplet: 02, 79 and 9C. RGB value is (2,121,156). Sum of RGB (Red+Green+Blue) = 2+121+156=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #02799C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02799C is #FD8663. Grayscale: #595959. Windows color (decimal): -16615012 or 10254594. OLE color: 10254594.
HSL color Cylindrical-coordinate representation of color #02799C: hue angle of 193.64º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02799C is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 121 | 156 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.39 |
| HSL | 193.64º | 0.97% | 0.31% | - |
| HSV(B) | 193.64º | 0.99% | 0.61% | - |
| XYZ | 12.86 | 16.09 | 33.88 | - |
| YUV | 89.41 | 165.58 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 156 | 0.99 | 0.22 | 0 | 0.39 | 193.64 | 0.97 | 0.31 |
| Hex | 2 | 79 | 9C | 63 | 16 | 0 | 27 | C2 | 61 | 1F |
| Octal | 2 | 171 | 234 | 143 | 26 | 0 | 47 | 302 | 141 | 37 |
| Binary | 10 | 1111001 | 10011100 | 1100011 | 10110 | 0 | 100111 | 11000010 | 1100001 | 11111 |
Color Harmonies of #02799C
Complementary color
Monochromatic Colors of #02799C
Black with #02799C
Text Example
Text Example
White with #02799C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02799C; }
p { color: rgb(2,121,156); }
H1.HeaderClassName
{
color: #02799C;
}
.AnyTagClassName
{
color: #02799C;
}
</style>
background-color css
<style>
a { background-color: #02799C; }
a { background-color: rgb(2,121,156); }
div.DivClassName
{
background-color: #02799C;
}
.BgClassName
{
background-color: #02799C;
}
</style>
border-color css
<style>
span { border-color: #02799C; }
span { border-color: rgb(2,121,156); }
td.TdClassName
{
border-color: #02799C;
}
.TagClassName
{
border-color: #02799C;
}
</style>