Shades of Eastern Blue #01869C
Tints of Eastern Blue #01869C
RGB
CMYK
RGB Variations
Color information
#01869C (or 0x01869C) is known color: Eastern Blue. HEX triplet: 01, 86 and 9C. RGB value is (1,134,156). Sum of RGB (Red+Green+Blue) = 1+134+156=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 156 (61.33% from 255 or 53.61% from 291); Max value from RGB is 156 - color contains mainly: blue. Hex color #01869C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01869C is #FE7963. Grayscale: #606060. Windows color (decimal): -16677220 or 10257921. OLE color: 10257921.
HSL color Cylindrical-coordinate representation of color #01869C: hue angle of 188.52º 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 #01869C is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 134 | 156 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.39 |
| HSL | 188.52º | 0.99% | 0.31% | - |
| HSV(B) | 188.52º | 0.99% | 0.61% | - |
| XYZ | 14.54 | 19.46 | 34.44 | - |
| YUV | 96.74 | 161.44 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 156 | 0.99 | 0.14 | 0 | 0.39 | 188.52 | 0.99 | 0.31 |
| Hex | 1 | 86 | 9C | 63 | E | 0 | 27 | BD | 63 | 1F |
| Octal | 1 | 206 | 234 | 143 | 16 | 0 | 47 | 275 | 143 | 37 |
| Binary | 1 | 10000110 | 10011100 | 1100011 | 1110 | 0 | 100111 | 10111101 | 1100011 | 11111 |
Color Harmonies of #01869C
Complementary color
Monochromatic Colors of #01869C
Black with #01869C
Text Example
Text Example
White with #01869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01869C; }
p { color: rgb(1,134,156); }
H1.HeaderClassName
{
color: #01869C;
}
.AnyTagClassName
{
color: #01869C;
}
</style>
background-color css
<style>
a { background-color: #01869C; }
a { background-color: rgb(1,134,156); }
div.DivClassName
{
background-color: #01869C;
}
.BgClassName
{
background-color: #01869C;
}
</style>
border-color css
<style>
span { border-color: #01869C; }
span { border-color: rgb(1,134,156); }
td.TdClassName
{
border-color: #01869C;
}
.TagClassName
{
border-color: #01869C;
}
</style>