Shades of Eastern Blue #01869B
Tints of Eastern Blue #01869B
RGB
CMYK
RGB Variations
Color information
#01869B (or 0x01869B) is known color: Eastern Blue. HEX triplet: 01, 86 and 9B. RGB value is (1,134,155). Sum of RGB (Red+Green+Blue) = 1+134+155=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #01869B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01869B is #FE7964. Grayscale: #606060. Windows color (decimal): -16677221 or 10192385. OLE color: 10192385.
HSL color Cylindrical-coordinate representation of color #01869B: hue angle of 188.18º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01869B is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 134 | 155 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.39 |
| HSL | 188.18º | 0.99% | 0.31% | - |
| HSV(B) | 188.18º | 0.99% | 0.61% | - |
| XYZ | 14.45 | 19.42 | 34 | - |
| YUV | 96.63 | 160.94 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 155 | 0.99 | 0.14 | 0 | 0.39 | 188.18 | 0.99 | 0.31 |
| Hex | 1 | 86 | 9B | 63 | E | 0 | 27 | BC | 63 | 1F |
| Octal | 1 | 206 | 233 | 143 | 16 | 0 | 47 | 274 | 143 | 37 |
| Binary | 1 | 10000110 | 10011011 | 1100011 | 1110 | 0 | 100111 | 10111100 | 1100011 | 11111 |
Color Harmonies of #01869B
Complementary color
Monochromatic Colors of #01869B
Black with #01869B
Text Example
Text Example
White with #01869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01869B; }
p { color: rgb(1,134,155); }
H1.HeaderClassName
{
color: #01869B;
}
.AnyTagClassName
{
color: #01869B;
}
</style>
background-color css
<style>
a { background-color: #01869B; }
a { background-color: rgb(1,134,155); }
div.DivClassName
{
background-color: #01869B;
}
.BgClassName
{
background-color: #01869B;
}
</style>
border-color css
<style>
span { border-color: #01869B; }
span { border-color: rgb(1,134,155); }
td.TdClassName
{
border-color: #01869B;
}
.TagClassName
{
border-color: #01869B;
}
</style>