Shades of Eastern Blue #0B819C
Tints of Eastern Blue #0B819C
RGB
CMYK
RGB Variations
Color information
#0B819C (or 0x0B819C) is known color: Eastern Blue. HEX triplet: 0B, 81 and 9C. RGB value is (11,129,156). Sum of RGB (Red+Green+Blue) = 11+129+156=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #0B819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B819C is #F47E63. Grayscale: #606060. Windows color (decimal): -16023140 or 10256651. OLE color: 10256651.
HSL color Cylindrical-coordinate representation of color #0B819C: hue angle of 191.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B819C is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 129 | 156 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.39 |
| HSL | 191.17º | 0.87% | 0.33% | - |
| HSV(B) | 191.17º | 0.93% | 0.61% | - |
| XYZ | 13.99 | 18.17 | 34.22 | - |
| YUV | 96.8 | 161.41 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 129 | 156 | 0.93 | 0.17 | 0 | 0.39 | 191.17 | 0.87 | 0.33 |
| Hex | B | 81 | 9C | 5D | 11 | 0 | 27 | BF | 57 | 21 |
| Octal | 13 | 201 | 234 | 135 | 21 | 0 | 47 | 277 | 127 | 41 |
| Binary | 1011 | 10000001 | 10011100 | 1011101 | 10001 | 0 | 100111 | 10111111 | 1010111 | 100001 |
Color Harmonies of #0B819C
Complementary color
Monochromatic Colors of #0B819C
Black with #0B819C
Text Example
Text Example
White with #0B819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B819C; }
p { color: rgb(11,129,156); }
H1.HeaderClassName
{
color: #0B819C;
}
.AnyTagClassName
{
color: #0B819C;
}
</style>
background-color css
<style>
a { background-color: #0B819C; }
a { background-color: rgb(11,129,156); }
div.DivClassName
{
background-color: #0B819C;
}
.BgClassName
{
background-color: #0B819C;
}
</style>
border-color css
<style>
span { border-color: #0B819C; }
span { border-color: rgb(11,129,156); }
td.TdClassName
{
border-color: #0B819C;
}
.TagClassName
{
border-color: #0B819C;
}
</style>