Shades of Eastern Blue #0F939A
Tints of Eastern Blue #0F939A
RGB
CMYK
RGB Variations
Color information
#0F939A (or 0x0F939A) is known color: Eastern Blue. HEX triplet: 0F, 93 and 9A. RGB value is (15,147,154). Sum of RGB (Red+Green+Blue) = 15+147+154=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F939A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F939A is #F06C65. Grayscale: #6C6C6C. Windows color (decimal): -15756390 or 10130191. OLE color: 10130191.
HSL color Cylindrical-coordinate representation of color #0F939A: hue angle of 183.02º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F939A is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 15 | 147 | 154 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.40 |
| HSL | 183.02º | 0.82% | 0.33% | - |
| HSV(B) | 183.02º | 0.9% | 0.6% | - |
| XYZ | 16.46 | 23.3 | 34.2 | - |
| YUV | 108.33 | 153.77 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 154 | 0.90 | 0.05 | 0 | 0.40 | 183.02 | 0.82 | 0.33 |
| Hex | F | 93 | 9A | 5A | 5 | 0 | 28 | B7 | 52 | 21 |
| Octal | 17 | 223 | 232 | 132 | 5 | 0 | 50 | 267 | 122 | 41 |
| Binary | 1111 | 10010011 | 10011010 | 1011010 | 101 | 0 | 101000 | 10110111 | 1010010 | 100001 |
Color Harmonies of #0F939A
Complementary color
Monochromatic Colors of #0F939A
Black with #0F939A
Text Example
Text Example
White with #0F939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F939A; }
p { color: rgb(15,147,154); }
H1.HeaderClassName
{
color: #0F939A;
}
.AnyTagClassName
{
color: #0F939A;
}
</style>
background-color css
<style>
a { background-color: #0F939A; }
a { background-color: rgb(15,147,154); }
div.DivClassName
{
background-color: #0F939A;
}
.BgClassName
{
background-color: #0F939A;
}
</style>
border-color css
<style>
span { border-color: #0F939A; }
span { border-color: rgb(15,147,154); }
td.TdClassName
{
border-color: #0F939A;
}
.TagClassName
{
border-color: #0F939A;
}
</style>