Shades of Eastern Blue #0B7991
Tints of Eastern Blue #0B7991
RGB
CMYK
RGB Variations
Color information
#0B7991 (or 0x0B7991) is known color: Eastern Blue. HEX triplet: 0B, 79 and 91. RGB value is (11,121,145). Sum of RGB (Red+Green+Blue) = 11+121+145=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 121 (47.66% from 255 or 43.68% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #0B7991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7991 is #F4866E. Grayscale: #5A5A5A. Windows color (decimal): -16025199 or 9533707. OLE color: 9533707.
HSL color Cylindrical-coordinate representation of color #0B7991: hue angle of 190.75º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7991 is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 121 | 145 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.43 |
| HSL | 190.75º | 0.86% | 0.31% | - |
| HSV(B) | 190.75º | 0.92% | 0.57% | - |
| XYZ | 12.09 | 15.79 | 29.2 | - |
| YUV | 90.85 | 158.56 | 71.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 145 | 0.92 | 0.17 | 0 | 0.43 | 190.75 | 0.86 | 0.31 |
| Hex | B | 79 | 91 | 5C | 11 | 0 | 2B | BF | 56 | 1F |
| Octal | 13 | 171 | 221 | 134 | 21 | 0 | 53 | 277 | 126 | 37 |
| Binary | 1011 | 1111001 | 10010001 | 1011100 | 10001 | 0 | 101011 | 10111111 | 1010110 | 11111 |
Color Harmonies of #0B7991
Complementary color
Monochromatic Colors of #0B7991
Black with #0B7991
Text Example
Text Example
White with #0B7991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7991; }
p { color: rgb(11,121,145); }
H1.HeaderClassName
{
color: #0B7991;
}
.AnyTagClassName
{
color: #0B7991;
}
</style>
background-color css
<style>
a { background-color: #0B7991; }
a { background-color: rgb(11,121,145); }
div.DivClassName
{
background-color: #0B7991;
}
.BgClassName
{
background-color: #0B7991;
}
</style>
border-color css
<style>
span { border-color: #0B7991; }
span { border-color: rgb(11,121,145); }
td.TdClassName
{
border-color: #0B7991;
}
.TagClassName
{
border-color: #0B7991;
}
</style>