Shades of Cerulean #02689F
Tints of Cerulean #02689F
RGB
CMYK
RGB Variations
Color information
#02689F (or 0x02689F) is known color: Cerulean. HEX triplet: 02, 68 and 9F. RGB value is (2,104,159). Sum of RGB (Red+Green+Blue) = 2+104+159=265 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #02689F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02689F is #FD9760. Grayscale: #4F4F4F. Windows color (decimal): -16619361 or 10446850. OLE color: 10446850.
HSL color Cylindrical-coordinate representation of color #02689F: hue angle of 201.02º 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 #02689F is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 104 | 159 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.38 |
| HSL | 201.02º | 0.98% | 0.32% | - |
| HSV(B) | 201.02º | 0.99% | 0.62% | - |
| XYZ | 11.23 | 12.42 | 34.61 | - |
| YUV | 79.77 | 172.71 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 159 | 0.99 | 0.35 | 0 | 0.38 | 201.02 | 0.98 | 0.32 |
| Hex | 2 | 68 | 9F | 63 | 23 | 0 | 26 | C9 | 62 | 20 |
| Octal | 2 | 150 | 237 | 143 | 43 | 0 | 46 | 311 | 142 | 40 |
| Binary | 10 | 1101000 | 10011111 | 1100011 | 100011 | 0 | 100110 | 11001001 | 1100010 | 100000 |
Color Harmonies of #02689F
Complementary color
Monochromatic Colors of #02689F
Black with #02689F
Text Example
Text Example
White with #02689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02689F; }
p { color: rgb(2,104,159); }
H1.HeaderClassName
{
color: #02689F;
}
.AnyTagClassName
{
color: #02689F;
}
</style>
background-color css
<style>
a { background-color: #02689F; }
a { background-color: rgb(2,104,159); }
div.DivClassName
{
background-color: #02689F;
}
.BgClassName
{
background-color: #02689F;
}
</style>
border-color css
<style>
span { border-color: #02689F; }
span { border-color: rgb(2,104,159); }
td.TdClassName
{
border-color: #02689F;
}
.TagClassName
{
border-color: #02689F;
}
</style>