Shades of Observatory #028B6B
Tints of Observatory #028B6B
RGB
CMYK
RGB Variations
Color information
#028B6B (or 0x028B6B) is known color: Observatory. HEX triplet: 02, 8B and 6B. RGB value is (2,139,107). Sum of RGB (Red+Green+Blue) = 2+139+107=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #028B6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028B6B is #FD7494. Grayscale: #5E5E5E. Windows color (decimal): -16610453 or 7047938. OLE color: 7047938.
HSL color Cylindrical-coordinate representation of color #028B6B: hue angle of 165.99º 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 #028B6B is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 139 | 107 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.45 |
| HSL | 165.99º | 0.97% | 0.28% | - |
| HSV(B) | 165.99º | 0.99% | 0.55% | - |
| XYZ | 11.91 | 19.54 | 17.05 | - |
| YUV | 94.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 139 | 107 | 0.99 | 0 | 0.23 | 0.45 | 165.99 | 0.97 | 0.28 |
| Hex | 2 | 8B | 6B | 63 | 0 | 17 | 2D | A6 | 61 | 1C |
| Octal | 2 | 213 | 153 | 143 | 0 | 27 | 55 | 246 | 141 | 34 |
| Binary | 10 | 10001011 | 1101011 | 1100011 | 0 | 10111 | 101101 | 10100110 | 1100001 | 11100 |
Color Harmonies of #028B6B
Complementary color
Monochromatic Colors of #028B6B
Black with #028B6B
Text Example
Text Example
White with #028B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028B6B; }
p { color: rgb(2,139,107); }
H1.HeaderClassName
{
color: #028B6B;
}
.AnyTagClassName
{
color: #028B6B;
}
</style>
background-color css
<style>
a { background-color: #028B6B; }
a { background-color: rgb(2,139,107); }
div.DivClassName
{
background-color: #028B6B;
}
.BgClassName
{
background-color: #028B6B;
}
</style>
border-color css
<style>
span { border-color: #028B6B; }
span { border-color: rgb(2,139,107); }
td.TdClassName
{
border-color: #028B6B;
}
.TagClassName
{
border-color: #028B6B;
}
</style>