Shades of Cerulean #02669E
Tints of Cerulean #02669E
RGB
CMYK
RGB Variations
Color information
#02669E (or 0x02669E) is known color: Cerulean. HEX triplet: 02, 66 and 9E. RGB value is (2,102,158). Sum of RGB (Red+Green+Blue) = 2+102+158=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #02669E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02669E is #FD9961. Grayscale: #4E4E4E. Windows color (decimal): -16619874 or 10380802. OLE color: 10380802.
HSL color Cylindrical-coordinate representation of color #02669E: hue angle of 201.54º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02669E is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 102 | 158 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.38 |
| HSL | 201.54º | 0.98% | 0.31% | - |
| HSV(B) | 201.54º | 0.99% | 0.62% | - |
| XYZ | 10.95 | 11.98 | 34.08 | - |
| YUV | 78.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 158 | 0.99 | 0.35 | 0 | 0.38 | 201.54 | 0.98 | 0.31 |
| Hex | 2 | 66 | 9E | 63 | 23 | 0 | 26 | CA | 62 | 1F |
| Octal | 2 | 146 | 236 | 143 | 43 | 0 | 46 | 312 | 142 | 37 |
| Binary | 10 | 1100110 | 10011110 | 1100011 | 100011 | 0 | 100110 | 11001010 | 1100010 | 11111 |
Color Harmonies of #02669E
Complementary color
Monochromatic Colors of #02669E
Black with #02669E
Text Example
Text Example
White with #02669E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02669E; }
p { color: rgb(2,102,158); }
H1.HeaderClassName
{
color: #02669E;
}
.AnyTagClassName
{
color: #02669E;
}
</style>
background-color css
<style>
a { background-color: #02669E; }
a { background-color: rgb(2,102,158); }
div.DivClassName
{
background-color: #02669E;
}
.BgClassName
{
background-color: #02669E;
}
</style>
border-color css
<style>
span { border-color: #02669E; }
span { border-color: rgb(2,102,158); }
td.TdClassName
{
border-color: #02669E;
}
.TagClassName
{
border-color: #02669E;
}
</style>