Shades of Cerulean #02689A
Tints of Cerulean #02689A
RGB
CMYK
RGB Variations
Color information
#02689A (or 0x02689A) is known color: Cerulean. HEX triplet: 02, 68 and 9A. RGB value is (2,104,154). Sum of RGB (Red+Green+Blue) = 2+104+154=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #02689A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02689A is #FD9765. Grayscale: #4E4E4E. Windows color (decimal): -16619366 or 10119170. OLE color: 10119170.
HSL color Cylindrical-coordinate representation of color #02689A: hue angle of 199.74º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02689A is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 104 | 154 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.40 |
| HSL | 199.74º | 0.97% | 0.31% | - |
| HSV(B) | 199.74º | 0.99% | 0.6% | - |
| XYZ | 10.81 | 12.25 | 32.37 | - |
| YUV | 79.2 | 170.21 | 72.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 104 | 154 | 0.99 | 0.32 | 0 | 0.40 | 199.74 | 0.97 | 0.31 |
| Hex | 2 | 68 | 9A | 63 | 20 | 0 | 28 | C8 | 61 | 1F |
| Octal | 2 | 150 | 232 | 143 | 40 | 0 | 50 | 310 | 141 | 37 |
| Binary | 10 | 1101000 | 10011010 | 1100011 | 100000 | 0 | 101000 | 11001000 | 1100001 | 11111 |
Color Harmonies of #02689A
Complementary color
Monochromatic Colors of #02689A
Black with #02689A
Text Example
Text Example
White with #02689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02689A; }
p { color: rgb(2,104,154); }
H1.HeaderClassName
{
color: #02689A;
}
.AnyTagClassName
{
color: #02689A;
}
</style>
background-color css
<style>
a { background-color: #02689A; }
a { background-color: rgb(2,104,154); }
div.DivClassName
{
background-color: #02689A;
}
.BgClassName
{
background-color: #02689A;
}
</style>
border-color css
<style>
span { border-color: #02689A; }
span { border-color: rgb(2,104,154); }
td.TdClassName
{
border-color: #02689A;
}
.TagClassName
{
border-color: #02689A;
}
</style>