Shades of Eastern Blue #017D9C
Tints of Eastern Blue #017D9C
RGB
CMYK
RGB Variations
Color information
#017D9C (or 0x017D9C) is known color: Eastern Blue. HEX triplet: 01, 7D and 9C. RGB value is (1,125,156). Sum of RGB (Red+Green+Blue) = 1+125+156=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 125 (49.22% from 255 or 44.33% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #017D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D9C is #FE8263. Grayscale: #5B5B5B. Windows color (decimal): -16679524 or 10255617. OLE color: 10255617.
HSL color Cylindrical-coordinate representation of color #017D9C: hue angle of 192º 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 #017D9C is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 125 | 156 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.39 |
| HSL | 192º | 0.99% | 0.31% | - |
| HSV(B) | 192º | 0.99% | 0.61% | - |
| XYZ | 13.35 | 17.07 | 34.04 | - |
| YUV | 91.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 156 | 0.99 | 0.20 | 0 | 0.39 | 192 | 0.99 | 0.31 |
| Hex | 1 | 7D | 9C | 63 | 14 | 0 | 27 | C0 | 63 | 1F |
| Octal | 1 | 175 | 234 | 143 | 24 | 0 | 47 | 300 | 143 | 37 |
| Binary | 1 | 1111101 | 10011100 | 1100011 | 10100 | 0 | 100111 | 11000000 | 1100011 | 11111 |
Color Harmonies of #017D9C
Complementary color
Monochromatic Colors of #017D9C
Black with #017D9C
Text Example
Text Example
White with #017D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D9C; }
p { color: rgb(1,125,156); }
H1.HeaderClassName
{
color: #017D9C;
}
.AnyTagClassName
{
color: #017D9C;
}
</style>
background-color css
<style>
a { background-color: #017D9C; }
a { background-color: rgb(1,125,156); }
div.DivClassName
{
background-color: #017D9C;
}
.BgClassName
{
background-color: #017D9C;
}
</style>
border-color css
<style>
span { border-color: #017D9C; }
span { border-color: rgb(1,125,156); }
td.TdClassName
{
border-color: #017D9C;
}
.TagClassName
{
border-color: #017D9C;
}
</style>