Shades of Eastern Blue #017D98
Tints of Eastern Blue #017D98
RGB
CMYK
RGB Variations
Color information
#017D98 (or 0x017D98) is known color: Eastern Blue. HEX triplet: 01, 7D and 98. RGB value is (1,125,152). Sum of RGB (Red+Green+Blue) = 1+125+152=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 125 (49.22% from 255 or 44.96% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #017D98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D98 is #FE8267. Grayscale: #5A5A5A. Windows color (decimal): -16679528 or 9993473. OLE color: 9993473.
HSL color Cylindrical-coordinate representation of color #017D98: hue angle of 190.73º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D98 is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 1 | 125 | 152 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.40 |
| HSL | 190.73º | 0.99% | 0.3% | - |
| HSV(B) | 190.73º | 0.99% | 0.6% | - |
| XYZ | 13.01 | 16.94 | 32.29 | - |
| YUV | 91 | 162.42 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 152 | 0.99 | 0.18 | 0 | 0.40 | 190.73 | 0.99 | 0.3 |
| Hex | 1 | 7D | 98 | 63 | 12 | 0 | 28 | BF | 63 | 1E |
| Octal | 1 | 175 | 230 | 143 | 22 | 0 | 50 | 277 | 143 | 36 |
| Binary | 1 | 1111101 | 10011000 | 1100011 | 10010 | 0 | 101000 | 10111111 | 1100011 | 11110 |
Color Harmonies of #017D98
Complementary color
Monochromatic Colors of #017D98
Black with #017D98
Text Example
Text Example
White with #017D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D98; }
p { color: rgb(1,125,152); }
H1.HeaderClassName
{
color: #017D98;
}
.AnyTagClassName
{
color: #017D98;
}
</style>
background-color css
<style>
a { background-color: #017D98; }
a { background-color: rgb(1,125,152); }
div.DivClassName
{
background-color: #017D98;
}
.BgClassName
{
background-color: #017D98;
}
</style>
border-color css
<style>
span { border-color: #017D98; }
span { border-color: rgb(1,125,152); }
td.TdClassName
{
border-color: #017D98;
}
.TagClassName
{
border-color: #017D98;
}
</style>