Shades of Cerulean #02698D
Tints of Cerulean #02698D
RGB
CMYK
RGB Variations
Color information
#02698D (or 0x02698D) is known color: Cerulean. HEX triplet: 02, 69 and 8D. RGB value is (2,105,141). Sum of RGB (Red+Green+Blue) = 2+105+141=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #02698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02698D is #FD9672. Grayscale: #4E4E4E. Windows color (decimal): -16619123 or 9267458. OLE color: 9267458.
HSL color Cylindrical-coordinate representation of color #02698D: hue angle of 195.54º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02698D is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 105 | 141 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.45 |
| HSL | 195.54º | 0.97% | 0.28% | - |
| HSV(B) | 195.54º | 0.99% | 0.55% | - |
| XYZ | 9.88 | 12.04 | 27 | - |
| YUV | 78.31 | 163.38 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 105 | 141 | 0.99 | 0.26 | 0 | 0.45 | 195.54 | 0.97 | 0.28 |
| Hex | 2 | 69 | 8D | 63 | 1A | 0 | 2D | C4 | 61 | 1C |
| Octal | 2 | 151 | 215 | 143 | 32 | 0 | 55 | 304 | 141 | 34 |
| Binary | 10 | 1101001 | 10001101 | 1100011 | 11010 | 0 | 101101 | 11000100 | 1100001 | 11100 |
Color Harmonies of #02698D
Complementary color
Monochromatic Colors of #02698D
Black with #02698D
Text Example
Text Example
White with #02698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02698D; }
p { color: rgb(2,105,141); }
H1.HeaderClassName
{
color: #02698D;
}
.AnyTagClassName
{
color: #02698D;
}
</style>
background-color css
<style>
a { background-color: #02698D; }
a { background-color: rgb(2,105,141); }
div.DivClassName
{
background-color: #02698D;
}
.BgClassName
{
background-color: #02698D;
}
</style>
border-color css
<style>
span { border-color: #02698D; }
span { border-color: rgb(2,105,141); }
td.TdClassName
{
border-color: #02698D;
}
.TagClassName
{
border-color: #02698D;
}
</style>