Shades of Eastern Blue #01809C
Tints of Eastern Blue #01809C
RGB
CMYK
RGB Variations
Color information
#01809C (or 0x01809C) is known color: Eastern Blue. HEX triplet: 01, 80 and 9C. RGB value is (1,128,156). Sum of RGB (Red+Green+Blue) = 1+128+156=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #01809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01809C is #FE7F63. Grayscale: #5C5C5C. Windows color (decimal): -16678756 or 10256385. OLE color: 10256385.
HSL color Cylindrical-coordinate representation of color #01809C: hue angle of 190.84º 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 #01809C is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 128 | 156 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.39 |
| HSL | 190.84º | 0.99% | 0.31% | - |
| HSV(B) | 190.84º | 0.99% | 0.61% | - |
| XYZ | 13.73 | 17.85 | 34.17 | - |
| YUV | 93.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 128 | 156 | 0.99 | 0.18 | 0 | 0.39 | 190.84 | 0.99 | 0.31 |
| Hex | 1 | 80 | 9C | 63 | 12 | 0 | 27 | BF | 63 | 1F |
| Octal | 1 | 200 | 234 | 143 | 22 | 0 | 47 | 277 | 143 | 37 |
| Binary | 1 | 10000000 | 10011100 | 1100011 | 10010 | 0 | 100111 | 10111111 | 1100011 | 11111 |
Color Harmonies of #01809C
Complementary color
Monochromatic Colors of #01809C
Black with #01809C
Text Example
Text Example
White with #01809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01809C; }
p { color: rgb(1,128,156); }
H1.HeaderClassName
{
color: #01809C;
}
.AnyTagClassName
{
color: #01809C;
}
</style>
background-color css
<style>
a { background-color: #01809C; }
a { background-color: rgb(1,128,156); }
div.DivClassName
{
background-color: #01809C;
}
.BgClassName
{
background-color: #01809C;
}
</style>
border-color css
<style>
span { border-color: #01809C; }
span { border-color: rgb(1,128,156); }
td.TdClassName
{
border-color: #01809C;
}
.TagClassName
{
border-color: #01809C;
}
</style>