Shades of Eastern Blue #0B93A7
Tints of Eastern Blue #0B93A7
RGB
CMYK
RGB Variations
Color information
#0B93A7 (or 0x0B93A7) is known color: Eastern Blue. HEX triplet: 0B, 93 and A7. RGB value is (11,147,167). Sum of RGB (Red+Green+Blue) = 11+147+167=325 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.38% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #0B93A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B93A7 is #F46C58. Grayscale: #6C6C6C. Windows color (decimal): -16018521 or 10982155. OLE color: 10982155.
HSL color Cylindrical-coordinate representation of color #0B93A7: hue angle of 187.69º 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 #0B93A7 is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 147 | 167 | - |
| CMYK | 0.93 | 0.12 | 0 | 0.35 |
| HSL | 187.69º | 0.88% | 0.35% | - |
| HSV(B) | 187.69º | 0.93% | 0.65% | - |
| XYZ | 17.55 | 23.73 | 40.21 | - |
| YUV | 108.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 147 | 167 | 0.93 | 0.12 | 0 | 0.35 | 187.69 | 0.88 | 0.35 |
| Hex | B | 93 | A7 | 5D | C | 0 | 23 | BC | 58 | 23 |
| Octal | 13 | 223 | 247 | 135 | 14 | 0 | 43 | 274 | 130 | 43 |
| Binary | 1011 | 10010011 | 10100111 | 1011101 | 1100 | 0 | 100011 | 10111100 | 1011000 | 100011 |
Color Harmonies of #0B93A7
Complementary color
Monochromatic Colors of #0B93A7
Black with #0B93A7
Text Example
Text Example
White with #0B93A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B93A7; }
p { color: rgb(11,147,167); }
H1.HeaderClassName
{
color: #0B93A7;
}
.AnyTagClassName
{
color: #0B93A7;
}
</style>
background-color css
<style>
a { background-color: #0B93A7; }
a { background-color: rgb(11,147,167); }
div.DivClassName
{
background-color: #0B93A7;
}
.BgClassName
{
background-color: #0B93A7;
}
</style>
border-color css
<style>
span { border-color: #0B93A7; }
span { border-color: rgb(11,147,167); }
td.TdClassName
{
border-color: #0B93A7;
}
.TagClassName
{
border-color: #0B93A7;
}
</style>