Shades of Eastern Blue #0F949B
Tints of Eastern Blue #0F949B
RGB
CMYK
RGB Variations
Color information
#0F949B (or 0x0F949B) is known color: Eastern Blue. HEX triplet: 0F, 94 and 9B. RGB value is (15,148,155). Sum of RGB (Red+Green+Blue) = 15+148+155=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #0F949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F949B is #F06B64. Grayscale: #6C6C6C. Windows color (decimal): -15756133 or 10195983. OLE color: 10195983.
HSL color Cylindrical-coordinate representation of color #0F949B: hue angle of 183º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F949B is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 15 | 148 | 155 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.39 |
| HSL | 183º | 0.82% | 0.33% | - |
| HSV(B) | 183º | 0.9% | 0.61% | - |
| XYZ | 16.7 | 23.65 | 34.69 | - |
| YUV | 109.03 | 153.94 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 148 | 155 | 0.90 | 0.05 | 0 | 0.39 | 183 | 0.82 | 0.33 |
| Hex | F | 94 | 9B | 5A | 5 | 0 | 27 | B7 | 52 | 21 |
| Octal | 17 | 224 | 233 | 132 | 5 | 0 | 47 | 267 | 122 | 41 |
| Binary | 1111 | 10010100 | 10011011 | 1011010 | 101 | 0 | 100111 | 10110111 | 1010010 | 100001 |
Color Harmonies of #0F949B
Complementary color
Monochromatic Colors of #0F949B
Black with #0F949B
Text Example
Text Example
White with #0F949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F949B; }
p { color: rgb(15,148,155); }
H1.HeaderClassName
{
color: #0F949B;
}
.AnyTagClassName
{
color: #0F949B;
}
</style>
background-color css
<style>
a { background-color: #0F949B; }
a { background-color: rgb(15,148,155); }
div.DivClassName
{
background-color: #0F949B;
}
.BgClassName
{
background-color: #0F949B;
}
</style>
border-color css
<style>
span { border-color: #0F949B; }
span { border-color: rgb(15,148,155); }
td.TdClassName
{
border-color: #0F949B;
}
.TagClassName
{
border-color: #0F949B;
}
</style>