Shades of Cerulean #02668E
Tints of Cerulean #02668E
RGB
CMYK
RGB Variations
Color information
#02668E (or 0x02668E) is known color: Cerulean. HEX triplet: 02, 66 and 8E. RGB value is (2,102,142). Sum of RGB (Red+Green+Blue) = 2+102+142=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #02668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02668E is #FD9971. Grayscale: #4C4C4C. Windows color (decimal): -16619890 or 9332226. OLE color: 9332226.
HSL color Cylindrical-coordinate representation of color #02668E: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02668E is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 102 | 142 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.44 |
| HSL | 197.14º | 0.97% | 0.28% | - |
| HSV(B) | 197.14º | 0.99% | 0.56% | - |
| XYZ | 9.66 | 11.47 | 27.3 | - |
| YUV | 76.66 | 164.87 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 142 | 0.99 | 0.28 | 0 | 0.44 | 197.14 | 0.97 | 0.28 |
| Hex | 2 | 66 | 8E | 63 | 1C | 0 | 2C | C5 | 61 | 1C |
| Octal | 2 | 146 | 216 | 143 | 34 | 0 | 54 | 305 | 141 | 34 |
| Binary | 10 | 1100110 | 10001110 | 1100011 | 11100 | 0 | 101100 | 11000101 | 1100001 | 11100 |
Color Harmonies of #02668E
Complementary color
Monochromatic Colors of #02668E
Black with #02668E
Text Example
Text Example
White with #02668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02668E; }
p { color: rgb(2,102,142); }
H1.HeaderClassName
{
color: #02668E;
}
.AnyTagClassName
{
color: #02668E;
}
</style>
background-color css
<style>
a { background-color: #02668E; }
a { background-color: rgb(2,102,142); }
div.DivClassName
{
background-color: #02668E;
}
.BgClassName
{
background-color: #02668E;
}
</style>
border-color css
<style>
span { border-color: #02668E; }
span { border-color: rgb(2,102,142); }
td.TdClassName
{
border-color: #02668E;
}
.TagClassName
{
border-color: #02668E;
}
</style>