Shades of Eastern Blue #0F949D
Tints of Eastern Blue #0F949D
RGB
CMYK
RGB Variations
Color information
#0F949D (or 0x0F949D) is known color: Eastern Blue. HEX triplet: 0F, 94 and 9D. RGB value is (15,148,157). Sum of RGB (Red+Green+Blue) = 15+148+157=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F949D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F949D is #F06B62. Grayscale: #6D6D6D. Windows color (decimal): -15756131 or 10327055. OLE color: 10327055.
HSL color Cylindrical-coordinate representation of color #0F949D: hue angle of 183.8º 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 #0F949D is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 15 | 148 | 157 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.38 |
| HSL | 183.8º | 0.83% | 0.34% | - |
| HSV(B) | 183.8º | 0.9% | 0.62% | - |
| XYZ | 16.87 | 23.72 | 35.59 | - |
| YUV | 109.26 | 154.94 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 157 | 0.90 | 0.06 | 0 | 0.38 | 183.8 | 0.83 | 0.34 |
| Hex | F | 94 | 9D | 5A | 6 | 0 | 26 | B8 | 53 | 22 |
| Octal | 17 | 224 | 235 | 132 | 6 | 0 | 46 | 270 | 123 | 42 |
| Binary | 1111 | 10010100 | 10011101 | 1011010 | 110 | 0 | 100110 | 10111000 | 1010011 | 100010 |
Color Harmonies of #0F949D
Complementary color
Monochromatic Colors of #0F949D
Black with #0F949D
Text Example
Text Example
White with #0F949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F949D; }
p { color: rgb(15,148,157); }
H1.HeaderClassName
{
color: #0F949D;
}
.AnyTagClassName
{
color: #0F949D;
}
</style>
background-color css
<style>
a { background-color: #0F949D; }
a { background-color: rgb(15,148,157); }
div.DivClassName
{
background-color: #0F949D;
}
.BgClassName
{
background-color: #0F949D;
}
</style>
border-color css
<style>
span { border-color: #0F949D; }
span { border-color: rgb(15,148,157); }
td.TdClassName
{
border-color: #0F949D;
}
.TagClassName
{
border-color: #0F949D;
}
</style>