Shades of Cerulean #02669B
Tints of Cerulean #02669B
RGB
CMYK
RGB Variations
Color information
#02669B (or 0x02669B) is known color: Cerulean. HEX triplet: 02, 66 and 9B. RGB value is (2,102,155). Sum of RGB (Red+Green+Blue) = 2+102+155=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #02669B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02669B is #FD9964. Grayscale: #4D4D4D. Windows color (decimal): -16619877 or 10184194. OLE color: 10184194.
HSL color Cylindrical-coordinate representation of color #02669B: hue angle of 200.78º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02669B is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 102 | 155 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.39 |
| HSL | 200.78º | 0.97% | 0.31% | - |
| HSV(B) | 200.78º | 0.99% | 0.61% | - |
| XYZ | 10.69 | 11.88 | 32.74 | - |
| YUV | 78.14 | 171.37 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 102 | 155 | 0.99 | 0.34 | 0 | 0.39 | 200.78 | 0.97 | 0.31 |
| Hex | 2 | 66 | 9B | 63 | 22 | 0 | 27 | C9 | 61 | 1F |
| Octal | 2 | 146 | 233 | 143 | 42 | 0 | 47 | 311 | 141 | 37 |
| Binary | 10 | 1100110 | 10011011 | 1100011 | 100010 | 0 | 100111 | 11001001 | 1100001 | 11111 |
Color Harmonies of #02669B
Complementary color
Monochromatic Colors of #02669B
Black with #02669B
Text Example
Text Example
White with #02669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02669B; }
p { color: rgb(2,102,155); }
H1.HeaderClassName
{
color: #02669B;
}
.AnyTagClassName
{
color: #02669B;
}
</style>
background-color css
<style>
a { background-color: #02669B; }
a { background-color: rgb(2,102,155); }
div.DivClassName
{
background-color: #02669B;
}
.BgClassName
{
background-color: #02669B;
}
</style>
border-color css
<style>
span { border-color: #02669B; }
span { border-color: rgb(2,102,155); }
td.TdClassName
{
border-color: #02669B;
}
.TagClassName
{
border-color: #02669B;
}
</style>