Shades of Eastern Blue #0F829D
Tints of Eastern Blue #0F829D
RGB
CMYK
RGB Variations
Color information
#0F829D (or 0x0F829D) is known color: Eastern Blue. HEX triplet: 0F, 82 and 9D. RGB value is (15,130,157). Sum of RGB (Red+Green+Blue) = 15+130+157=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F829D is #F07D62. Grayscale: #626262. Windows color (decimal): -15760739 or 10322447. OLE color: 10322447.
HSL color Cylindrical-coordinate representation of color #0F829D: hue angle of 191.41º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F829D is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 130 | 157 | - |
| CMYK | 0.90 | 0.17 | 0 | 0.38 |
| HSL | 191.41º | 0.83% | 0.34% | - |
| HSV(B) | 191.41º | 0.9% | 0.62% | - |
| XYZ | 14.27 | 18.5 | 34.72 | - |
| YUV | 98.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 130 | 157 | 0.90 | 0.17 | 0 | 0.38 | 191.41 | 0.83 | 0.34 |
| Hex | F | 82 | 9D | 5A | 11 | 0 | 26 | BF | 53 | 22 |
| Octal | 17 | 202 | 235 | 132 | 21 | 0 | 46 | 277 | 123 | 42 |
| Binary | 1111 | 10000010 | 10011101 | 1011010 | 10001 | 0 | 100110 | 10111111 | 1010011 | 100010 |
Color Harmonies of #0F829D
Complementary color
Monochromatic Colors of #0F829D
Black with #0F829D
Text Example
Text Example
White with #0F829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F829D; }
p { color: rgb(15,130,157); }
H1.HeaderClassName
{
color: #0F829D;
}
.AnyTagClassName
{
color: #0F829D;
}
</style>
background-color css
<style>
a { background-color: #0F829D; }
a { background-color: rgb(15,130,157); }
div.DivClassName
{
background-color: #0F829D;
}
.BgClassName
{
background-color: #0F829D;
}
</style>
border-color css
<style>
span { border-color: #0F829D; }
span { border-color: rgb(15,130,157); }
td.TdClassName
{
border-color: #0F829D;
}
.TagClassName
{
border-color: #0F829D;
}
</style>