Shades of Cerulean #02719F
Tints of Cerulean #02719F
RGB
CMYK
RGB Variations
Color information
#02719F (or 0x02719F) is known color: Cerulean. HEX triplet: 02, 71 and 9F. RGB value is (2,113,159). Sum of RGB (Red+Green+Blue) = 2+113+159=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #02719F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02719F is #FD8E60. Grayscale: #545454. Windows color (decimal): -16617057 or 10449154. OLE color: 10449154.
HSL color Cylindrical-coordinate representation of color #02719F: hue angle of 197.58º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02719F is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 113 | 159 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.38 |
| HSL | 197.58º | 0.98% | 0.32% | - |
| HSV(B) | 197.58º | 0.99% | 0.62% | - |
| XYZ | 12.19 | 14.33 | 34.92 | - |
| YUV | 85.06 | 169.73 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 113 | 159 | 0.99 | 0.29 | 0 | 0.38 | 197.58 | 0.98 | 0.32 |
| Hex | 2 | 71 | 9F | 63 | 1D | 0 | 26 | C6 | 62 | 20 |
| Octal | 2 | 161 | 237 | 143 | 35 | 0 | 46 | 306 | 142 | 40 |
| Binary | 10 | 1110001 | 10011111 | 1100011 | 11101 | 0 | 100110 | 11000110 | 1100010 | 100000 |
Color Harmonies of #02719F
Complementary color
Monochromatic Colors of #02719F
Black with #02719F
Text Example
Text Example
White with #02719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02719F; }
p { color: rgb(2,113,159); }
H1.HeaderClassName
{
color: #02719F;
}
.AnyTagClassName
{
color: #02719F;
}
</style>
background-color css
<style>
a { background-color: #02719F; }
a { background-color: rgb(2,113,159); }
div.DivClassName
{
background-color: #02719F;
}
.BgClassName
{
background-color: #02719F;
}
</style>
border-color css
<style>
span { border-color: #02719F; }
span { border-color: rgb(2,113,159); }
td.TdClassName
{
border-color: #02719F;
}
.TagClassName
{
border-color: #02719F;
}
</style>