Shades of Eastern Blue #02969B
Tints of Eastern Blue #02969B
RGB
CMYK
RGB Variations
Color information
#02969B (or 0x02969B) is known color: Eastern Blue. HEX triplet: 02, 96 and 9B. RGB value is (2,150,155). Sum of RGB (Red+Green+Blue) = 2+150+155=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #02969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02969B is #FD6964. Grayscale: #6A6A6A. Windows color (decimal): -16607589 or 10196482. OLE color: 10196482.
HSL color Cylindrical-coordinate representation of color #02969B: hue angle of 181.96º 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 #02969B is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 150 | 155 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.39 |
| HSL | 181.96º | 0.97% | 0.31% | - |
| HSV(B) | 181.96º | 0.99% | 0.61% | - |
| XYZ | 16.85 | 24.19 | 34.79 | - |
| YUV | 106.32 | 155.47 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 150 | 155 | 0.99 | 0.03 | 0 | 0.39 | 181.96 | 0.97 | 0.31 |
| Hex | 2 | 96 | 9B | 63 | 3 | 0 | 27 | B6 | 61 | 1F |
| Octal | 2 | 226 | 233 | 143 | 3 | 0 | 47 | 266 | 141 | 37 |
| Binary | 10 | 10010110 | 10011011 | 1100011 | 11 | 0 | 100111 | 10110110 | 1100001 | 11111 |
Color Harmonies of #02969B
Complementary color
Monochromatic Colors of #02969B
Black with #02969B
Text Example
Text Example
White with #02969B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02969B; }
p { color: rgb(2,150,155); }
H1.HeaderClassName
{
color: #02969B;
}
.AnyTagClassName
{
color: #02969B;
}
</style>
background-color css
<style>
a { background-color: #02969B; }
a { background-color: rgb(2,150,155); }
div.DivClassName
{
background-color: #02969B;
}
.BgClassName
{
background-color: #02969B;
}
</style>
border-color css
<style>
span { border-color: #02969B; }
span { border-color: rgb(2,150,155); }
td.TdClassName
{
border-color: #02969B;
}
.TagClassName
{
border-color: #02969B;
}
</style>