Shades of Eastern Blue #017D92
Tints of Eastern Blue #017D92
RGB
CMYK
RGB Variations
Color information
#017D92 (or 0x017D92) is known color: Eastern Blue. HEX triplet: 01, 7D and 92. RGB value is (1,125,146). Sum of RGB (Red+Green+Blue) = 1+125+146=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #017D92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017D92 is #FE826D. Grayscale: #5A5A5A. Windows color (decimal): -16679534 or 9600257. OLE color: 9600257.
HSL color Cylindrical-coordinate representation of color #017D92: hue angle of 188.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D92 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 125 | 146 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.43 |
| HSL | 188.69º | 0.99% | 0.29% | - |
| HSV(B) | 188.69º | 0.99% | 0.57% | - |
| XYZ | 12.53 | 16.75 | 29.77 | - |
| YUV | 90.32 | 159.42 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 146 | 0.99 | 0.14 | 0 | 0.43 | 188.69 | 0.99 | 0.29 |
| Hex | 1 | 7D | 92 | 63 | E | 0 | 2B | BD | 63 | 1D |
| Octal | 1 | 175 | 222 | 143 | 16 | 0 | 53 | 275 | 143 | 35 |
| Binary | 1 | 1111101 | 10010010 | 1100011 | 1110 | 0 | 101011 | 10111101 | 1100011 | 11101 |
Color Harmonies of #017D92
Complementary color
Monochromatic Colors of #017D92
Black with #017D92
Text Example
Text Example
White with #017D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D92; }
p { color: rgb(1,125,146); }
H1.HeaderClassName
{
color: #017D92;
}
.AnyTagClassName
{
color: #017D92;
}
</style>
background-color css
<style>
a { background-color: #017D92; }
a { background-color: rgb(1,125,146); }
div.DivClassName
{
background-color: #017D92;
}
.BgClassName
{
background-color: #017D92;
}
</style>
border-color css
<style>
span { border-color: #017D92; }
span { border-color: rgb(1,125,146); }
td.TdClassName
{
border-color: #017D92;
}
.TagClassName
{
border-color: #017D92;
}
</style>