Shades of Eastern Blue #0B85A5
Tints of Eastern Blue #0B85A5
RGB
CMYK
RGB Variations
Color information
#0B85A5 (or 0x0B85A5) is known color: Eastern Blue. HEX triplet: 0B, 85 and A5. RGB value is (11,133,165). Sum of RGB (Red+Green+Blue) = 11+133+165=309 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.56% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #0B85A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B85A5 is #F47A5A. Grayscale: #636363. Windows color (decimal): -16022107 or 10847499. OLE color: 10847499.
HSL color Cylindrical-coordinate representation of color #0B85A5: hue angle of 192.47º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B85A5 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 133 | 165 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.35 |
| HSL | 192.47º | 0.88% | 0.35% | - |
| HSV(B) | 192.47º | 0.93% | 0.65% | - |
| XYZ | 15.32 | 19.56 | 38.57 | - |
| YUV | 100.17 | 164.58 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 165 | 0.93 | 0.19 | 0 | 0.35 | 192.47 | 0.88 | 0.35 |
| Hex | B | 85 | A5 | 5D | 13 | 0 | 23 | C0 | 58 | 23 |
| Octal | 13 | 205 | 245 | 135 | 23 | 0 | 43 | 300 | 130 | 43 |
| Binary | 1011 | 10000101 | 10100101 | 1011101 | 10011 | 0 | 100011 | 11000000 | 1011000 | 100011 |
Color Harmonies of #0B85A5
Complementary color
Monochromatic Colors of #0B85A5
Black with #0B85A5
Text Example
Text Example
White with #0B85A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B85A5; }
p { color: rgb(11,133,165); }
H1.HeaderClassName
{
color: #0B85A5;
}
.AnyTagClassName
{
color: #0B85A5;
}
</style>
background-color css
<style>
a { background-color: #0B85A5; }
a { background-color: rgb(11,133,165); }
div.DivClassName
{
background-color: #0B85A5;
}
.BgClassName
{
background-color: #0B85A5;
}
</style>
border-color css
<style>
span { border-color: #0B85A5; }
span { border-color: rgb(11,133,165); }
td.TdClassName
{
border-color: #0B85A5;
}
.TagClassName
{
border-color: #0B85A5;
}
</style>