Shades of Eastern Blue #017992
Tints of Eastern Blue #017992
RGB
CMYK
RGB Variations
Color information
#017992 (or 0x017992) is known color: Eastern Blue. HEX triplet: 01, 79 and 92. RGB value is (1,121,146). Sum of RGB (Red+Green+Blue) = 1+121+146=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 121 (47.66% from 255 or 45.15% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #017992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #017992 is #FE866D. Grayscale: #575757. Windows color (decimal): -16680558 or 9599233. OLE color: 9599233.
HSL color Cylindrical-coordinate representation of color #017992: hue angle of 190.34º 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 #017992 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 121 | 146 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.43 |
| HSL | 190.34º | 0.99% | 0.29% | - |
| HSV(B) | 190.34º | 0.99% | 0.57% | - |
| XYZ | 12.04 | 15.76 | 29.6 | - |
| YUV | 87.97 | 160.74 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 146 | 0.99 | 0.17 | 0 | 0.43 | 190.34 | 0.99 | 0.29 |
| Hex | 1 | 79 | 92 | 63 | 11 | 0 | 2B | BE | 63 | 1D |
| Octal | 1 | 171 | 222 | 143 | 21 | 0 | 53 | 276 | 143 | 35 |
| Binary | 1 | 1111001 | 10010010 | 1100011 | 10001 | 0 | 101011 | 10111110 | 1100011 | 11101 |
Color Harmonies of #017992
Complementary color
Monochromatic Colors of #017992
Black with #017992
Text Example
Text Example
White with #017992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017992; }
p { color: rgb(1,121,146); }
H1.HeaderClassName
{
color: #017992;
}
.AnyTagClassName
{
color: #017992;
}
</style>
background-color css
<style>
a { background-color: #017992; }
a { background-color: rgb(1,121,146); }
div.DivClassName
{
background-color: #017992;
}
.BgClassName
{
background-color: #017992;
}
</style>
border-color css
<style>
span { border-color: #017992; }
span { border-color: rgb(1,121,146); }
td.TdClassName
{
border-color: #017992;
}
.TagClassName
{
border-color: #017992;
}
</style>